diff --git a/core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php b/core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php index 2903539..ce315ab 100644 --- a/core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php +++ b/core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php @@ -22,7 +22,6 @@ class ViewsEntitySchemaSubscriber implements EventSubscriberInterface { use EntityTypeEventSubscriberTrait; - use FieldStorageDefinitionEventSubscriberTrait; /** * Indicates that a base table got renamed. @@ -223,24 +222,6 @@ public function onEntityTypeDelete(EntityTypeInterface $entity_type) { } /** - * {@inheritdoc} - */ - public function onFieldStorageDefinitionCreate(FieldStorageDefinitionInterface $storage_definition) { - } - - /** - * {@inheritdoc} - */ - public function onFieldStorageDefinitionUpdate(FieldStorageDefinitionInterface $storage_definition, FieldStorageDefinitionInterface $original) { - } - - /** - * {@inheritdoc} - */ - public function onFieldStorageDefinitionDelete(FieldStorageDefinitionInterface $storage_definition) { - } - - /** * Applies a callable onto all handlers of all passed in views. * * @param \Drupal\views\Entity\View[] $all_views