You are here

constant ViewsEntitySchemaSubscriber::REVISION_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::REVISION_TABLE_REMOVAL
  2. 10 core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::REVISION_TABLE_REMOVAL

Indicates that a revision table got removed.

File

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

Class

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

Namespace

Drupal\views\EventSubscriber

Code

const REVISION_TABLE_REMOVAL = 6;