Function Hook_addon_registry_captcha->get_dependencies

Definitions

sources/hooks/systems/addon_registry/captcha.php

  • Get a mapping of dependency types.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • A structure specifying dependency information
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a mapping of dependency types.
 *
 * @return array A structure specifying dependency information
 */

public function get_dependencies() : array