Searched full:plugin_types (Results 1 – 3 of 3) sorted by relevance
245 '/^(' . implode('|', PluginController::PLUGIN_TYPES) . ')_plugin_(' .
16 public const PLUGIN_TYPES = ['auth', 'admin', 'syntax', 'action', 'renderer', 'helper', 'remote', 'cli']; define in dokuwiki\\Extension\\PluginController
799 foreach (PluginController::PLUGIN_TYPES as $type) {