function ConfigEntityStorageDecorator::getEntityType

File

webprofiler/src/Entity/Decorators/Config/ConfigEntityStorageDecorator.php, line 135

Class

ConfigEntityStorageDecorator
Class ConfigEntityStorageDecorator

Namespace

Drupal\webprofiler\Entity\Decorators\Config

Code

public function getEntityType() {
    return $this->getOriginalObject()
        ->getEntityType();
}