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
- interface \Drupal\Core\Config\Entity\ImportableEntityStorageInterface
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. |
Please login to continue.