public EntityTypeInterface::getCountLabel($count)
Gets the count label of the entity type
Parameters
int $count: The item count to display if the plural form was requested.
Return value
string The count label.
File
- core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 655
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
public function getCountLabel($count);
Please login to continue.