EntityViewsDataInterface::getViewsTableForEntityType

public EntityViewsDataInterface::getViewsTableForEntityType(EntityTypeInterface $entity_type)

Gets the table of an entity type to be used as base table in views.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type.

Return value

string The name of the base table in views.

File

core/modules/views/src/EntityViewsDataInterface.php, line 29

Class

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

Namespace

Drupal\views

Code

public function getViewsTableForEntityType(EntityTypeInterface $entity_type);
doc_Drupal
2016-10-29 09:09:13
Comments
Leave a Comment

Please login to continue.