You are here

public function EntityViewsDataInterface::getViewsData in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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().

1 method overrides EntityViewsDataInterface::getViewsData()
EntityViewsData::getViewsData in core/modules/views/src/EntityViewsData.php
Returns views data for the entity type.

File

core/modules/views/src/EntityViewsDataInterface.php, line 23
Contains \Drupal\views\EntityViewsDataInterface.

Class

EntityViewsDataInterface
Provides an interface to integrate an entity type with views.

Namespace

Drupal\views

Code

public function getViewsData();