You are here

public function EntityPagerInterface::getCountWord in Entity Pager 8

Same name and namespace in other branches
  1. 2.0.x src/EntityPagerInterface.php \Drupal\entity_pager\EntityPagerInterface::getCountWord()

Get result count word.

Get the word associated with the count of results. i.e. one, many The number in the result converted to a summary word for privacy.

Return value

string Get a text representation the number of records e.g. none, one or many.

1 method overrides EntityPagerInterface::getCountWord()
EntityPager::getCountWord in src/EntityPager.php
Get result count word.

File

src/EntityPagerInterface.php, line 36

Class

EntityPagerInterface
Defines an interface for an entity pager.

Namespace

Drupal\entity_pager

Code

public function getCountWord();