ImportableEntityStorageInterface

Provides an interface for responding to configuration imports.

When configuration is synchronized between storages, the entity storage must handle the synchronization of configuration data for its entity.

Hierarchy

File

core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php, line 13

Namespace

Drupal\Core\Config\Entity

Members

Name Modifiers Type Description
ImportableEntityStorageInterface::importCreate public function Creates entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importDelete public function Delete entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importRename public function Renames entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importUpdate public function Updates entities upon synchronizing configuration changes.
doc_Drupal
2016-10-29 09:20:26
Comments
Leave a Comment

Please login to continue.