function RulesPluginUI::overviewTable

Deprecated by the controllers overviewTable() method.

1 call to RulesPluginUI::overviewTable()
rules_admin_components_overview in rules_admin/rules_admin.inc
Components overview.

File

ui/ui.core.inc, line 854

Class

RulesPluginUI
Faces UI extender for all kind of Rules plugins.

Code

public static function overviewTable($conditions = array(), $options = array()) {
    return rules_ui()->overviewTable($conditions, $options);
}