public EntityManager::getEntityTypeLabels($group = FALSE)
Overrides EntityTypeRepositoryInterface::getEntityTypeLabels
File
- core/lib/Drupal/Core/Entity/EntityManager.php, line 259
Class
- EntityManager
- Provides a wrapper around many other services relating to entities.
Namespace
Drupal\Core\Entity
Code
public function getEntityTypeLabels($group = FALSE) { return $this->container->get('entity_type.repository')->getEntityTypeLabels($group); }
Please login to continue.