protected ViewsEntitySchemaSubscriber::baseTableRename($all_views, $entity_type_id, $old_base_table, $new_base_table)
Updates views if a base table is renamed.
Parameters
\Drupal\views\Entity\View[] $all_views: All views.
string $entity_type_id: The entity type ID.
string $old_base_table: The old base table name.
string $new_base_table: The new base table name.
File
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php, line 257
Class
ViewsEntitySchemaSubscriber Reacts to