function ConfigEntityStorageDecorator::save

File

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

Class

ConfigEntityStorageDecorator
Class ConfigEntityStorageDecorator

Namespace

Drupal\webprofiler\Entity\Decorators\Config

Code

public function save(EntityInterface $entity) {
    return $this->getOriginalObject()
        ->save($entity);
}