You are here

47 string references to extension.list.module in Drupal 9

AdminController::create in core/modules/system/src/Controller/AdminController.php
Instantiates a new instance of this class.
CKEditor::create in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
Creates an instance of the plugin.
CKEditor::__construct in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
Constructs a \Drupal\ckeditor\Plugin\Editor\CKEditor object.
CKEditorPluginBase::getModuleList in core/modules/ckeditor/src/CKEditorPluginBase.php
Gets the module list service.
CommonTestController::jsAndCssQuerystring in core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php
Adds a JavaScript file and a CSS file with a query string appended.
ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImportRecreateTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigSingleImportForm::create in core/modules/config/src/Form/ConfigSingleImportForm.php
Instantiates a new instance of this class.
ConfigSync::create in core/modules/config/src/Form/ConfigSync.php
Instantiates a new instance of this class.
ConfigTestTrait::configImporter in core/tests/Drupal/Tests/ConfigTestTrait.php
Returns a ConfigImporter object to import test configuration.
ConfigUninstallViaCliImportTest::setUp in core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php
ContentEntityNullStorageTest::testDeleteThroughImport in core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php
Tests deleting a contact form entity via a configuration import.
ContentTranslationConfigImportTest::setUp in core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
DrupalKernelTest::testCompileDIC in core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
Tests DIC compilation.
DrupalMedia::create in core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php
Creates an instance of the plugin.
DrupalMediaLibrary::create in core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php
Creates an instance of the plugin.
drupal_load_updates in core/includes/install.inc
Loads .install files for installed modules to initialize the update system.
HelpController::create in core/modules/help/src/Controller/HelpController.php
Instantiates a new instance of this class.
InstallerTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
Ensures that the user page is available after installation.
install_begin_request in core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
install_config_import_batch in core/includes/install.core.inc
Creates a batch for the config importer to process.
install_config_revert_install_changes in core/includes/install.core.inc
Reverts configuration if hook_install() implementations have made changes.
LocaleBuildTest::testBuildProjects in core/modules/locale/tests/src/Kernel/LocaleBuildTest.php
Checks if a list of translatable projects gets built.
Module::isInstalled in core/lib/Drupal/Core/Updater/Module.php
Checks if the project is installed.
ModuleExtensionListTest::testGetlist in core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php
@covers ::getList
ModulesListForm::create in core/modules/system/src/Form/ModulesListForm.php
Instantiates a new instance of this class.
ModulesUninstallConfirmForm::create in core/modules/system/src/Form/ModulesUninstallConfirmForm.php
Instantiates a new instance of this class.
ModulesUninstallForm::create in core/modules/system/src/Form/ModulesUninstallForm.php
Instantiates a new instance of this class.
module_load_include in core/includes/module.inc
Loads a module include file.
OverriddenConfigImportTest::setUp in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
Registry::__construct in core/lib/Drupal/Core/Theme/Registry.php
Constructs a \Drupal\Core\Theme\Registry object.
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.
SecurityAdvisoriesFetcherTest::setExistingProjectVersion in core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
Sets the existing version of the project.
Stable9TemplateOverrideTest::testStable9TemplateOverrides in core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
Ensures that Stable 9 overrides all relevant core templates.
StableTemplateOverrideTest::testStableTemplateOverrides in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Ensures that Stable overrides all relevant core templates.
SystemController::create in core/modules/system/src/Controller/SystemController.php
Instantiates a new instance of this class.
SystemController::__construct in core/modules/system/src/Controller/SystemController.php
Constructs a new SystemController.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
ThemeInstaller::__construct in core/lib/Drupal/Core/Extension/ThemeInstaller.php
Constructs a new ThemeInstaller.
UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
update_retrieve_dependencies in core/includes/update.inc
Invokes hook_update_dependencies() in all installed modules.