You are here

public function EntityPagerSetup::setAllTitle in Entity Pager 7

Set All Title.

For more info see description for: function setAllUrl($url).

Parameters

string $title: Set the value that was set in the options of the View for the All Title.

1 call to EntityPagerSetup::setAllTitle()
EntityPagerOut::tokenLink in includes/EntityPagerOut.inc
Process Token link.

File

includes/EntityPagerSetup.inc, line 269
General setup base Class for Entity Pager module.

Class

EntityPagerSetup
Class EntityPagerSetup.

Code

public function setAllTitle($title) {
  $this
    ->setField('all_title', $title);
}