You are here

class crumbs_MultiPlugin_EntityTitle in Crumbs, the Breadcrumbs suite 7.2

Hierarchy

Expanded class hierarchy of crumbs_MultiPlugin_EntityTitle

File

lib/MultiPlugin/EntityTitle.php, line 3

View source
class crumbs_MultiPlugin_EntityTitle extends crumbs_MultiPlugin_EntityFindSomething implements crumbs_MultiPlugin_FindTitleInterface {

  /**
   * {@inheritdoc}
   */
  function findTitle($path, $item) {
    return $this
      ->find($path, $item);
  }

}

Members

Namesort descending Modifiers Type Description Overrides
crumbs_MultiPlugin_EntityFindAbstract::$plugin protected property
crumbs_MultiPlugin_EntityFindAbstract::describeGeneric protected function Helper method for describe()
crumbs_MultiPlugin_EntityFindSomething::$bundleKey protected property The key on the $entiy object to determine the bundle. E.g. 'type' for nodes, or 'vocabulary_machine_name' for taxonomy terms.
crumbs_MultiPlugin_EntityFindSomething::$bundleName protected property The label for the bundle, e.g. "Node type" or "Vocabulary". This is an untranslated string.
crumbs_MultiPlugin_EntityFindSomething::$entityType protected property The entity type, e.g. 'node' or 'taxonomy_term'.
crumbs_MultiPlugin_EntityFindSomething::$weights protected property Plugin key weight per user role id. This is empty for entity types other than user.
crumbs_MultiPlugin_EntityFindSomething::describe function Overrides crumbs_MultiPlugin::describe
crumbs_MultiPlugin_EntityFindSomething::entityFind protected function
crumbs_MultiPlugin_EntityFindSomething::find protected function
crumbs_MultiPlugin_EntityFindSomething::initWeights function
crumbs_MultiPlugin_EntityFindSomething::userFind protected function
crumbs_MultiPlugin_EntityFindSomething::__construct function Overrides crumbs_MultiPlugin_EntityFindAbstract::__construct
crumbs_MultiPlugin_EntityTitle::findTitle function Find candidates for the parent path. Overrides crumbs_MultiPlugin_FindTitleInterface::findTitle