Lines Matching defs:getPluginName
90 * @see PluginInterface::getPluginName()
92 public function getPluginName()
134 $plugin = $this->getPluginName();
154 $path = DOKU_PLUGIN . $this->getPluginName() . '/lang/';
161 if (file_exists($config_file . $this->getPluginName() . '/en/lang.php')) {
162 include($config_file . $this->getPluginName() . '/en/lang.php');
169 if (file_exists($config_file . $this->getPluginName() . '/' . $conf['lang'] . '/lang.php')) {
170 include($config_file . $this->getPluginName() . '/' . $conf['lang'] . '/lang.php');
207 $plugin = $this->getPluginName();
227 $path = DOKU_PLUGIN . $this->getPluginName() . '/conf/';