public function PETUIController::__construct in Previewable email templates 7
Defaults a larger pagerLimit for ease of administration.
Overrides EntityDefaultUIController::__construct
See also
EntityDefaultUIController::__construct()
File
- ./
pet.module, line 145 - Previewable Email Template module.
Class
- PETUIController
- PET UI controller.
Code
public function __construct($entity_type, $entity_info) {
$this->overviewPagerLimit = 100;
return parent::__construct($entity_type, $entity_info);
}