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