Home
last modified time | relevance | path

Searched refs:getModuleHandler (Results 1 – 9 of 9) sorted by relevance

/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Extension/
H A DModuleHandlerTest.php50 protected function getModuleHandler() { function in Drupal\\Tests\\Core\\Extension\\ModuleHandlerTest
67 $module_handler = $this->getModuleHandler();
87 $module_handler = $this->getModuleHandler();
136 $module_handler = $this->getModuleHandler();
248 $module_handler = $this->getModuleHandler();
286 $module_handler = $this->getModuleHandler();
300 $module_handler = $this->getModuleHandler();
313 $module_handler = $this->getModuleHandler();
410 $module_handler = $this->getModuleHandler();
422 $module_handler = $this->getModuleHandler();
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Extension/
H A DModuleHandlerTest.php50 protected function getModuleHandler() { function in Drupal\\Tests\\Core\\Extension\\ModuleHandlerTest
67 $module_handler = $this->getModuleHandler();
87 $module_handler = $this->getModuleHandler();
138 $module_handler = $this->getModuleHandler();
250 $module_handler = $this->getModuleHandler();
288 $module_handler = $this->getModuleHandler();
302 $module_handler = $this->getModuleHandler();
315 $module_handler = $this->getModuleHandler();
412 $module_handler = $this->getModuleHandler();
424 $module_handler = $this->getModuleHandler();
[all …]
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Plugin/
H A DCategorizingPluginManagerTrait.php49 $list = $this->getModuleHandler()->getModuleList();
52 return $this->getModuleHandler()->getName($provider);
64 public function getModuleHandler() { function
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Plugin/
H A DCategorizingPluginManagerTrait.php49 $list = $this->getModuleHandler()->getModuleList();
52 return $this->getModuleHandler()->getName($provider);
64 public function getModuleHandler() { function
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/src/Plugin/migrate/source/
H A DSourcePluginBase.php281 protected function getModuleHandler() { function in Drupal\\migrate\\Plugin\\migrate\\source\\SourcePluginBase
294 …$result_hook = $this->getModuleHandler()->invokeAll('migrate_prepare_row', [$row, $this, $this->mi…
295 …$result_named_hook = $this->getModuleHandler()->invokeAll('migrate_' . $this->migration->id() . '_…
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/src/Plugin/migrate/source/
H A DSourcePluginBase.php231 protected function getModuleHandler() { function in Drupal\\migrate\\Plugin\\migrate\\source\\SourcePluginBase
244 …$result_hook = $this->getModuleHandler()->invokeAll('migrate_prepare_row', [$row, $this, $this->mi…
245 …$result_named_hook = $this->getModuleHandler()->invokeAll('migrate_' . $this->migration->id() . '_…
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/kernel/
H A Dhandlerregistry.php115 public function getModuleHandler($module, $name) function in XoopsHandlerRegistry
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/
H A DHandlerBase.php290 $this->getModuleHandler()->alter('views_handler_options', $this->options, $this->view);
298 protected function getModuleHandler() { function in Drupal\\views\\Plugin\\views\\HandlerBase
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/
H A DHandlerBase.php290 $this->getModuleHandler()->alter('views_handler_options', $this->options, $this->view);
298 protected function getModuleHandler() { function in Drupal\\views\\Plugin\\views\\HandlerBase