protected property EntitySchemaSubscriber::$entityDefinitionUpdateManager in Drupal 9
Same name in this branch
- 9 core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php \Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber::entityDefinitionUpdateManager
- 9 core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php \Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber::entityDefinitionUpdateManager
Same name and namespace in other branches
- 8 core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php \Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber::entityDefinitionUpdateManager
The definition update manager.
Type: \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface
File
- core/
modules/ workspaces/ src/ EventSubscriber/ EntitySchemaSubscriber.php, line 28
Class
- EntitySchemaSubscriber
- Defines a class for listening to entity schema changes.
Namespace
Drupal\workspaces\EventSubscriberCode
protected $entityDefinitionUpdateManager;