Implements \Drupal\Core\Entity\EntityInterface::entityInfo().
Overrides EntityInterface::entityInfo
... See full list
public function entityInfo() { return \Drupal::entityManager() ->getDefinition($this ->entityType()); }