RulesPluginUI::$basePath
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.
Type: basePath
See also
rules_admin_reaction_overview()
rules_admin_components_overview()
File
-
ui/
ui.core.inc, line 175
Class
- RulesPluginUI
- Faces UI extender for all kind of Rules plugins.
Code
public static $basePath = NULL;