Function Hook_ajax_tree_choose_theme_files->get_next_id

Definitions

sources/hooks/systems/ajax_tree/choose_theme_files.php

  • Get next unique ID.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • ID
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get next unique ID.
 *
 * @return string ID
 */

protected function get_next_id() : string