You are here

function _crumbs_PluginDefinitionHandler_one::setTitle in Crumbs, the Breadcrumbs suite 6.2

File

./crumbs.admin.inc, line 267

Class

_crumbs_PluginDefinitionHandler_one
This class is used solely for arguments passed to the "define()" method on plugin objects. It wraps the invoke action, to make sure that the plugin does not call the action's invoke() method.

Code

function setTitle($title) {
  $this->_invokeAction
    ->setTitle($title);
}