function EntityTypeInterface::getPluralLabel
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getPluralLabel()
- 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getPluralLabel()
- 11.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getPluralLabel()
Gets the indefinite plural form of the name of the entity type.
This should return the human-readable name for more than one instance of the entity type. For example: "opportunities" (with the singular as "opportunity"), "children" (with the singular as "child"), or "content items" (with the singular as "content item").
Return value
string|\Drupal\Core\StringTranslation\TranslatableMarkup The plural label.
1 method overrides EntityTypeInterface::getPluralLabel()
- EntityType::getPluralLabel in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Gets the indefinite plural form of the name of the entity type.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeInterface.php, line 645
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getPluralLabel();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.