You are here

constant ListUsageController::ITEMS_PER_PAGE_DEFAULT in Entity Usage 8.2

Same name and namespace in other branches
  1. 8.4 src/Controller/ListUsageController.php \Drupal\entity_usage\Controller\ListUsageController::ITEMS_PER_PAGE_DEFAULT

Number of items per page to use when nothing was configured.

File

src/Controller/ListUsageController.php, line 27

Class

ListUsageController
Controller for our pages.

Namespace

Drupal\entity_usage\Controller

Code

const ITEMS_PER_PAGE_DEFAULT = 25;