You are here

public function ViewsHandlerInterface::getEntityType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/ViewsHandlerInterface.php \Drupal\views\Plugin\views\ViewsHandlerInterface::getEntityType()
  2. 10 core/modules/views/src/Plugin/views/ViewsHandlerInterface.php \Drupal\views\Plugin\views\ViewsHandlerInterface::getEntityType()

Determines the entity type used by this handler.

If this handler uses a relationship, the base class of the relationship is taken into account.

Return value

string The machine name of the entity type.

1 method overrides ViewsHandlerInterface::getEntityType()
HandlerBase::getEntityType in core/modules/views/src/Plugin/views/HandlerBase.php
Determines the entity type used by this handler.

File

core/modules/views/src/Plugin/views/ViewsHandlerInterface.php, line 30

Class

ViewsHandlerInterface
Provides an interface for all views handlers.

Namespace

Drupal\views\Plugin\views

Code

public function getEntityType();