You are here

public function EntityTypeInterface::getLowercaseLabel in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getLowercaseLabel()

Gets the lowercase form of the human-readable entity type name.

Return value

string The lowercase form of the human-readable entity type name.

1 method overrides EntityTypeInterface::getLowercaseLabel()
EntityType::getLowercaseLabel in core/lib/Drupal/Core/Entity/EntityType.php
Gets the lowercase form of the human-readable entity type name.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 631
Contains \Drupal\Core\Entity\EntityTypeInterface.

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getLowercaseLabel();