function EntityViewsDataInterface::getViewsData
Same name in other branches
- 9 core/modules/views/src/EntityViewsDataInterface.php \Drupal\views\EntityViewsDataInterface::getViewsData()
- 8.9.x core/modules/views/src/EntityViewsDataInterface.php \Drupal\views\EntityViewsDataInterface::getViewsData()
- 11.x core/modules/views/src/EntityViewsDataInterface.php \Drupal\views\EntityViewsDataInterface::getViewsData()
Returns views data for the entity type.
Return value
array Views data in the format of hook_views_data().
2 methods override EntityViewsDataInterface::getViewsData()
- EntityViewsData::getViewsData in core/
modules/ views/ src/ EntityViewsData.php - Returns views data for the entity type.
- ViewsConfigEntityTestViewsData::getViewsData in core/
modules/ views/ tests/ modules/ views_config_entity_test/ src/ ViewsConfigEntityTestViewsData.php - Returns views data for the entity type.
File
-
core/
modules/ views/ src/ EntityViewsDataInterface.php, line 18
Class
- EntityViewsDataInterface
- Provides an interface to integrate an entity type with views.
Namespace
Drupal\viewsCode
public function getViewsData();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.