EntityTypeInterface::getCountLabel

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);
doc_Drupal
2016-10-29 09:08:21
Comments
Leave a Comment

Please login to continue.