Provides an interface to integrate an entity type with views.
Hierarchy
- interface \Drupal\views\EntityViewsDataInterface
File
- core/modules/views/src/EntityViewsDataInterface.php, line 10
Namespace
Drupal\views
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityViewsDataInterface::getViewsData | public | function | Returns views data for the entity type. |
EntityViewsDataInterface::getViewsTableForEntityType | public | function | Gets the table of an entity type to be used as base table in views. |
Please login to continue.