You are here

public function QueryAccessEvent::getEntityTypeId in Entity API 8

Gets the the entity type ID.

Return value

string The entity type ID.

File

src/QueryAccess/QueryAccessEvent.php, line 115

Class

QueryAccessEvent
Defines the query access event.

Namespace

Drupal\entity\QueryAccess

Code

public function getEntityTypeId() {
  return $this->entityTypeId;
}