On this page
interface 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
- interface \Drupal\Core\Config\Entity\ImportableEntityStorageInterface
File
- core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php, line 13
Namespace
Drupal\Core\Config\EntityMembers
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. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!Entity!ImportableEntityStorageInterface.php/interface/ImportableEntityStorageInterface/8.1.x