class EntityDecorator

Class EntityDecorator

Hierarchy

  • class \Drupal\webprofiler\Decorator
    • class \Drupal\webprofiler\Entity\EntityDecorator extends \Drupal\webprofiler\Decorator

Expanded class hierarchy of EntityDecorator

2 files declare their use of EntityDecorator
BlocksDataCollector.php in webprofiler/src/DataCollector/BlocksDataCollector.php
ConfigEntityStorageDecorator.php in webprofiler/src/Entity/Decorators/Config/ConfigEntityStorageDecorator.php

File

webprofiler/src/Entity/EntityDecorator.php, line 10

Namespace

Drupal\webprofiler\Entity
View source
class EntityDecorator extends Decorator {
    
    /**
     * @var array
     */
    protected $entities;
    
    /**
     * @return mixed
     */
    public function getEntities() {
        return $this->entities;
    }

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Decorator::$object protected property @var
Decorator::getOriginalObject public function Return the original (i.e. non decorated) object.
Decorator::isCallable public function Returns true if $method is a PHP callable.
Decorator::__call public function
Decorator::__construct public function Class constructor. 2
Decorator::__get public function
EntityDecorator::$entities protected property
EntityDecorator::getEntities public function