You are here

class PanelizerEntity in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 src/Annotation/PanelizerEntity.php \Drupal\panelizer\Annotation\PanelizerEntity
  2. 8.3 src/Annotation/PanelizerEntity.php \Drupal\panelizer\Annotation\PanelizerEntity

Defines a Panelizer entity item annotation object.

The Plugin ID should be the same as the entity type id that this is for.

Hierarchy

Expanded class hierarchy of PanelizerEntity

See also

\Drupal\panelizer\Plugin\PanelizerEntityManager

Plugin API

3 classes are annotated with PanelizerEntity
PanelizerNode in src/Plugin/PanelizerEntity/PanelizerNode.php
Panelizer entity plugin for integrating with nodes.
PanelizerTerm in src/Plugin/PanelizerEntity/PanelizerTerm.php
Panelizer entity plugin for integrating with taxonomy terms.
PanelizerUser in src/Plugin/PanelizerEntity/PanelizerUser.php
Panelizer entity plugin for integrating with users.

File

src/Annotation/PanelizerEntity.php, line 17

Namespace

Drupal\panelizer\Annotation
View source
class PanelizerEntity extends PluginID {

}

Members

Namesort descending Modifiers Type Description Overrides
AnnotationBase::$class protected property The class used for this annotated class.
AnnotationBase::$id public property The annotated class ID. 1
AnnotationBase::$provider protected property The provider of the annotated class.
AnnotationBase::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
AnnotationBase::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
AnnotationBase::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
AnnotationBase::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
PluginID::$value public property The plugin ID.
PluginID::get public function Gets the value of an annotation. Overrides AnnotationInterface::get
PluginID::getId public function Gets the unique ID for this annotated class. Overrides AnnotationBase::getId