Function Hook_sitemap_content->_get_cma_ob

Definitions

sources/sitemap.php

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

Returns

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

Preview

Code (PHP)

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

protected function _get_cma_ob() : ?object