You are here

constant ViewsEntitySchemaSubscriber::DATA_TABLE_REMOVAL in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::DATA_TABLE_REMOVAL
  2. 10 core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::DATA_TABLE_REMOVAL

Indicates that a data table got removed.

File

core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php, line 40

Class

ViewsEntitySchemaSubscriber
Reacts to changes on entity types to update all views entities.

Namespace

Drupal\views\EventSubscriber

Code

const DATA_TABLE_REMOVAL = 3;