You are here

constant ViewsEntitySchemaSubscriber::BASE_TABLE_RENAME in Zircon Profile 8.0

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

Indicates that a base table got renamed.

File

core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php, line 28
Contains \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber.

Class

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

Namespace

Drupal\views\EventSubscriber

Code

const BASE_TABLE_RENAME = 0;