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

1
public function getViewsTableForEntityType(EntityTypeInterface $entity_type);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.