Provides the logic needed to update field storage definitions when needed.
Hierarchy
- class \Drupal\content_translation\ContentTranslationUpdatesManager implements EventSubscriberInterface
File
- core/modules/content_translation/src/ContentTranslationUpdatesManager.php, line 17
Namespace
Drupal\content_translation
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ContentTranslationUpdatesManager::$entityManager | protected | property | The entity manager. |
| ContentTranslationUpdatesManager::$updateManager | protected | property | The entity definition update manager. |
| ContentTranslationUpdatesManager::getSubscribedEvents | public static | function | Returns an array of event names this subscriber wants to listen to. Overrides EventSubscriberInterface::getSubscribedEvents |
| ContentTranslationUpdatesManager::onConfigImporterImport | public | function | Listener for the ConfigImporter import event. |
| ContentTranslationUpdatesManager::onMigrateImport | public | function | Listener for migration imports. |
| ContentTranslationUpdatesManager::updateDefinitions | public | function | Executes field storage definition updates if needed. |
| ContentTranslationUpdatesManager::__construct | public | function | Constructs an updates manager instance. |
Please login to continue.