public function EntityPagerSetup::getAllTitle in Entity Pager 7
Get All Title.
Form more information see comments about: getAllUrl().
Return value
text Get the value that was set in the options of the View for the All Title.
1 call to EntityPagerSetup::getAllTitle()
- EntityPagerOut::calculateNextAllPrevValuesFromView in includes/
EntityPagerOut.inc - Calculate the values for the links.
File
- includes/
EntityPagerSetup.inc, line 210 - General setup base Class for Entity Pager module.
Class
- EntityPagerSetup
- Class EntityPagerSetup.
Code
public function getAllTitle() {
return $this
->getField('all_title');
}