public property TMGMTEntityDefaultSourceUIController::$pagerLimit in Translation Management Tool 7
Entity source list items limit.
Type: int
File
- sources/
entity/ tmgmt_entity.ui.inc, line 17
Class
- TMGMTEntityDefaultSourceUIController
- Abstract entity ui controller class for source plugin that provides getEntity() method to retrieve list of entities of specific type. It also allows to implement alter hook to alter the entity query for a specific type.
Code
public $pagerLimit = 25;