You are here

42 calls to Drupal::moduleHandler() in Drupal 8

CategorizingPluginManagerTrait::getModuleHandler in core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
Returns the module handler used.
comment_post_update_enable_comment_admin_view in core/modules/comment/comment.post_update.php
Enable the comment admin view.
content_moderation_requirements in core/modules/content_moderation/content_moderation.install
Implements hook_requirements().
ContextualLinks::moduleHandler in core/modules/contextual/src/Element/ContextualLinks.php
Wraps the module handler.
dblog_post_update_convert_recent_messages_to_view in core/modules/dblog/dblog.post_update.php
Replace 'Recent log messages' with a view.
DrupalTest::testModuleHandler in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the moduleHandler() method.
drupal_flush_all_caches in core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
EntityHandlerBase::moduleHandler in core/lib/Drupal/Core/Entity/EntityHandlerBase.php
Gets the module handler.
EntityResource::getCollectionQuery in core/modules/jsonapi/src/Controller/EntityResource.php
Gets a basic query for a collection.
FieldStorageConfig::preSaveUpdated in core/modules/field/src/Entity/FieldStorageConfig.php
Prepares saving an updated field definition.
FormController::__construct in core/modules/system/tests/modules/condition_test/src/FormController.php
Constructs a \Drupal\condition_test\FormController object.
HandlerBase::getModuleHandler in core/modules/views/src/Plugin/views/HandlerBase.php
Gets the module handler.
help_topics_help in core/modules/help_topics/help_topics.module
Implements hook_help().
ImageStyle::flush in core/modules/image/src/Entity/ImageStyle.php
Flushes cached media for this style.
install_begin_request in core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
jsonapi_install in core/modules/jsonapi/jsonapi.install
Implements hook_install().
jsonapi_requirements in core/modules/jsonapi/jsonapi.install
Implements hook_requirements().
MediaLibraryWidget::__construct in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Constructs a MediaLibraryWidget widget.
MigrateDrupalTestBase::setUp in core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php
ModuleImplementsAlterTest::testModuleImplementsAlter in core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
Tests hook_module_implements_alter() adding an implementation.
module_set_weight in core/includes/module.inc
Sets weight of a particular module.
OptionsWidgetBase::getOptions in core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php
Returns the array of options for the widget.
PluginDependencyTrait::moduleHandler in core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php
Wraps the module handler.
RegistryLegacyTest::testMultipleSubThemes in core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
Tests the theme registry with theme functions and multiple subthemes.
RegistryLegacyTest::testSuggestionPreprocessFunctions in core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
Tests the theme registry with theme functions with suggestions.
RegistryTest::testMultipleSubThemes in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests the theme registry with multiple subthemes.
RegistryTest::testSuggestionPreprocessFunctions in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests the theme registry with suggestions.
RegistryTest::testThemeRegistryAlterByTheme in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests that the theme registry can be altered by themes.
RegistryTest::testThemeTemplatesRegisteredByModules in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests theme-provided templates that are registered by modules.
SourcePluginBase::getModuleHandler in core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
Gets the module handler.
StableTemplateOverrideTest::testStableTemplateOverrides in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Ensures that Stable overrides all relevant core templates.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
ThemesNotUsingClassyTemplatesTest::testThemesTemplatesNotClassy in core/tests/Drupal/KernelTests/Core/Theme/ThemesNotUsingClassyTemplatesTest.php
Ensures that themes are not inheriting templates from Classy.
Toolbar::moduleHandler in core/modules/toolbar/src/Element/Toolbar.php
Wraps the module handler.
ViewExecutable::build in core/modules/views/src/ViewExecutable.php
Builds the query for the view.
ViewExecutable::execute in core/modules/views/src/ViewExecutable.php
Executes the view's query.
ViewExecutable::render in core/modules/views/src/ViewExecutable.php
Renders this view for a certain display.
views_invalidate_cache in core/modules/views/views.module
Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_theme in core/modules/views/views.module
Implements hook_theme().
views_views_data in core/modules/views/views.views.inc
Implements hook_views_data().
ViewTestData::createTestViews in core/modules/views/src/Tests/ViewTestData.php
Create test views from config.
_update_fix_missing_schema in core/includes/update.inc
Helper to detect and fix 'missing' schema information.