You are here

public function ViewsConfigEntityTestViewsData::getViewsTableForEntityType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php \Drupal\views_config_entity_test\ViewsConfigEntityTestViewsData::getViewsTableForEntityType()

@inheritDoc

Overrides EntityViewsDataInterface::getViewsTableForEntityType

File

core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php, line 23

Class

ViewsConfigEntityTestViewsData
Provides a view to override views data for config test entity types.

Namespace

Drupal\views_config_entity_test

Code

public function getViewsTableForEntityType(EntityTypeInterface $entity_type) {
  return 'views_config_entity_test';
}