public EntityViewsDataInterface::getViewsData()
Returns views data for the entity type.
Return value
array Views data in the format of hook_views_data().
File
- core/modules/views/src/EntityViewsDataInterface.php, line 18
Class
- EntityViewsDataInterface
- Provides an interface to integrate an entity type with views.
Namespace
Drupal\views
Code
public function getViewsData();
Please login to continue.