EntityDecorator.php

Namespace

Drupal\webprofiler\Entity

File

webprofiler/src/Entity/EntityDecorator.php

View source
<?php

namespace Drupal\webprofiler\Entity;

use Drupal\webprofiler\Decorator;

/**
 * Class EntityDecorator
 */
class EntityDecorator extends Decorator {
    
    /**
     * @var array
     */
    protected $entities;
    
    /**
     * @return mixed
     */
    public function getEntities() {
        return $this->entities;
    }

}

Classes

Title Deprecated Summary
EntityDecorator Class EntityDecorator