class NodeBCDecorator

Defines the node specific entity BC decorator.

Hierarchy

Expanded class hierarchy of NodeBCDecorator

1 file declares its use of NodeBCDecorator
Node.php in drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php
Definition of Drupal\node\Plugin\Core\Entity\Node.

File

drupal/core/modules/node/lib/Drupal/node/NodeBCDecorator.php, line 15
Contains \Drupal\node\NodeBCDecorator.

Namespace

Drupal\node
View source
class NodeBCDecorator extends EntityBCDecorator implements NodeInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
EntityBCDecorator::$decorated protected property The EntityInterface object being decorated.
EntityBCDecorator::$definitions protected property Local cache for field definitions.
EntityBCDecorator::access public function Forwards the call to the decorated entity. Overrides AccessibleInterface::access
EntityBCDecorator::bundle public function Forwards the call to the decorated entity. Overrides EntityInterface::bundle
EntityBCDecorator::createDuplicate public function Forwards the call to the decorated entity. Overrides EntityInterface::createDuplicate
EntityBCDecorator::delete public function Forwards the call to the decorated entity. Overrides EntityInterface::delete
EntityBCDecorator::enforceIsNew public function Forwards the call to the decorated entity. Overrides EntityInterface::enforceIsNew
EntityBCDecorator::entityInfo public function Forwards the call to the decorated entity. Overrides EntityInterface::entityInfo
EntityBCDecorator::entityType public function Forwards the call to the decorated entity. Overrides EntityInterface::entityType
EntityBCDecorator::get public function Forwards the call to the decorated entity. Overrides ComplexDataInterface::get
EntityBCDecorator::getBCEntity public function Overrides Entity::getBCEntity(). Overrides EntityInterface::getBCEntity
EntityBCDecorator::getConstraints public function Forwards the call to the decorated entity. Overrides TypedDataInterface::getConstraints
EntityBCDecorator::getDefinition public function Forwards the call to the decorated entity. Overrides TypedDataInterface::getDefinition
EntityBCDecorator::getExportProperties public function Forwards the call to the decorated entity. Overrides EntityInterface::getExportProperties
EntityBCDecorator::getIterator public function Forwards the call to the decorated entity.
EntityBCDecorator::getName public function Forwards the call to the decorated entity. Overrides TypedDataInterface::getName
EntityBCDecorator::getNGEntity public function Overrides Entity::getNGEntity(). Overrides EntityInterface::getNGEntity
EntityBCDecorator::getParent public function Forwards the call to the decorated entity. Overrides TypedDataInterface::getParent
EntityBCDecorator::getProperties public function Forwards the call to the decorated entity. Overrides ComplexDataInterface::getProperties
EntityBCDecorator::getPropertyDefinition public function Forwards the call to the decorated entity. Overrides ComplexDataInterface::getPropertyDefinition
EntityBCDecorator::getPropertyDefinitions public function Forwards the call to the decorated entity. Overrides ComplexDataInterface::getPropertyDefinitions
EntityBCDecorator::getPropertyPath public function Forwards the call to the decorated entity. Overrides TypedDataInterface::getPropertyPath
EntityBCDecorator::getPropertyValues public function Forwards the call to the decorated entity. Overrides ComplexDataInterface::getPropertyValues
EntityBCDecorator::getRevisionId public function Forwards the call to the decorated entity. Overrides EntityInterface::getRevisionId
EntityBCDecorator::getRoot public function Forwards the call to the decorated entity. Overrides TypedDataInterface::getRoot
EntityBCDecorator::getString public function Forwards the call to the decorated entity. Overrides TypedDataInterface::getString
EntityBCDecorator::getTranslation public function Forwards the call to the decorated entity. Overrides TranslatableInterface::getTranslation
EntityBCDecorator::getTranslationLanguages public function Forwards the call to the decorated entity. Overrides TranslatableInterface::getTranslationLanguages
EntityBCDecorator::getType public function Forwards the call to the decorated entity. Overrides TypedDataInterface::getType
EntityBCDecorator::getValue public function Forwards the call to the decorated entity. Overrides TypedDataInterface::getValue
EntityBCDecorator::id public function Forwards the call to the decorated entity. Overrides EntityInterface::id
EntityBCDecorator::isDefaultRevision public function Forwards the call to the decorated entity. Overrides EntityInterface::isDefaultRevision
EntityBCDecorator::isEmpty public function Forwards the call to the decorated entity. Overrides ComplexDataInterface::isEmpty
EntityBCDecorator::isNew public function Forwards the call to the decorated entity. Overrides EntityInterface::isNew
EntityBCDecorator::isNewRevision public function Forwards the call to the decorated entity. Overrides EntityInterface::isNewRevision
EntityBCDecorator::isTranslatable public function Forwards the call to the decorated entity. Overrides EntityInterface::isTranslatable
EntityBCDecorator::label public function Forwards the call to the decorated entity. Overrides EntityInterface::label
EntityBCDecorator::language public function Forwards the call to the decorated entity. Overrides TranslatableInterface::language
EntityBCDecorator::onChange public function Forwards the call to the decorated entity. Overrides ComplexDataInterface::onChange
EntityBCDecorator::save public function Forwards the call to the decorated entity. Overrides EntityInterface::save
EntityBCDecorator::set public function Forwards the call to the decorated entity. Overrides ComplexDataInterface::set
EntityBCDecorator::setContext public function Forwards the call to the decorated entity. Overrides TypedDataInterface::setContext
EntityBCDecorator::setNewRevision public function Forwards the call to the decorated entity. Overrides EntityInterface::setNewRevision
EntityBCDecorator::setPropertyValues public function Forwards the call to the decorated entity. Overrides ComplexDataInterface::setPropertyValues
EntityBCDecorator::setValue public function Forwards the call to the decorated entity. Overrides TypedDataInterface::setValue
EntityBCDecorator::uri public function Forwards the call to the decorated entity. Overrides EntityInterface::uri
EntityBCDecorator::uriRelationships public function Forwards the call to the decorated entity. Overrides EntityInterface::uriRelationships
EntityBCDecorator::uuid public function Forwards the call to the decorated entity. Overrides EntityInterface::uuid
EntityBCDecorator::validate public function Forwards the call to the decorated entity. Overrides TypedDataInterface::validate
EntityBCDecorator::__clone function Implements the magic method for clone().
EntityBCDecorator::__construct function Constructs a Drupal\Core\Entity\EntityCompatibilityDecorator object.
EntityBCDecorator::__get public function Implements the magic method for getting object properties. 1
EntityBCDecorator::__isset public function Implements the magic method for isset().
EntityBCDecorator::__set public function Implements the magic method for setting object properties.
EntityBCDecorator::__unset public function Implements the magic method for unset().