Function Hook_CMA->create_selection_tree_list

Definitions

sources/content.php

  • Get the hook name of an AJAX tree selection list.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • Hook name (null: none)
  • Type: ?string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the hook name of an AJAX tree selection list.
 *
 * @return ?string Hook name (null: none)
 */

public function create_selection_tree_list() : ?string