Function Module_join->get_declarations

Definitions

pages/modules/join.php

  • Get a list of declarations that are configured and need to be made.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • List of declarations
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a list of declarations that are configured and need to be made.
 *
 * @return array List of declarations
 */

protected function get_declarations() : array