You are here

public static property RulesPluginUI::$basePath in Rules 7.2

The base path determines where a Rules overview UI lives.

All forms that want to display Rules (overview) forms need to set this variable. This is necessary in order to get correct operation links, paths, redirects, breadcrumbs, etc. for the form() and overviewTable() methods.

See also

RulesUIController

rules_admin_reaction_overview()

rules_admin_components_overview()

File

ui/ui.core.inc, line 175
Contains core Rules UI functions.

Class

RulesPluginUI
Faces UI extender for all kind of Rules plugins.

Code

public static $basePath = NULL;