Function Standard_crud_module->has_tied_catalogue

Definitions

sources/crud_module.php

  • Find whether this content type has a tied catalogue.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether it has
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether this content type has a tied catalogue.
 *
 * @return boolean Whether it has
 */

public function has_tied_catalogue() : bool