Function Hook_sitemap_content->_get_cma_info

Definitions

sources/sitemap.php

  • Get the CMA info for our content hook.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • The CMA info (null: disabled)
  • Type: ?array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the CMA info for our content hook.
 *
 * @return ?array The CMA info (null: disabled)
 */

protected function _get_cma_info() : ?array