28 calls to Drupal::moduleHandler() in Zircon Profile 8
- CategorizingPluginManagerTrait::getModuleHandler in core/
lib/ Drupal/ Core/ Plugin/ CategorizingPluginManagerTrait.php - Returns the module handler used.
- ContextualLinks::moduleHandler in core/
modules/ contextual/ src/ Element/ ContextualLinks.php - Wraps the module handler.
- 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.
- FieldStorageConfig::preSaveUpdated in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Prepares saving an updated field definition.
- FileNormalizeTest::setUp in core/
modules/ hal/ src/ Tests/ FileNormalizeTest.php - Performs setup tasks before each individual test method is run.
- 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.
- 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.
- ModuleImplementsAlterTest::testModuleImplementsAlter in core/
modules/ system/ src/ Tests/ Module/ ModuleImplementsAlterTest.php - Tests hook_module_implements_alter() adding an implementation.
- module_set_weight in core/
includes/ module.inc - Sets weight of a particular module.
- NormalizerTestBase::setUp in core/
modules/ hal/ src/ Tests/ NormalizerTestBase.php - Performs setup tasks before each individual test method is run.
- OptionsWidgetBase::getOptions in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldWidget/ OptionsWidgetBase.php - Returns the array of options for the widget.
- RegistryTest::testMultipleSubThemes in core/
modules/ system/ src/ Tests/ Theme/ RegistryTest.php - Tests the theme registry with multiple subthemes.
- RegistryTest::testSuggestionPreprocessFunctions in core/
modules/ system/ src/ Tests/ Theme/ RegistryTest.php - Tests the theme registry with suggestions.
- RegistryTest::testThemeRegistryAlterByTheme in core/
modules/ system/ src/ Tests/ Theme/ RegistryTest.php - Tests that the theme registry can be altered by themes.
- SourcePluginBase::getModuleHandler in core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SourcePluginBase.php - Get the module handler.
- StableTemplateOverrideTest::testStableTemplateOverrides in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ StableTemplateOverrideTest.php - Ensures that Stable overrides all relevant core templates.
- Toolbar::moduleHandler in core/
modules/ toolbar/ src/ Element/ Toolbar.php - Wraps the module handler.
- ViewExecutable::build in core/
modules/ views/ src/ ViewExecutable.php - Build the query for the view.
- ViewExecutable::execute in core/
modules/ views/ src/ ViewExecutable.php - Execute the view's query.
- ViewExecutable::render in core/
modules/ views/ src/ ViewExecutable.php - Render 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.