You are here

35 string references to extension.list.module in Drupal 8

AdminController::create in core/modules/system/src/Controller/AdminController.php
Instantiates a new instance of this class.
AdminController::__construct in core/modules/system/src/Controller/AdminController.php
AdminController constructor.
ConfigImporter::__construct in core/lib/Drupal/Core/Config/ConfigImporter.php
Constructs a configuration import object.
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
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.
HelpController::__construct in core/modules/help/src/Controller/HelpController.php
Creates a new HelpController.
InstallerTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
Ensures that the user page is available after installation.
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.
OverriddenConfigImportTest::setUp in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
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.
UpdateManager::__construct in core/modules/update/src/UpdateManager.php
Constructs a UpdateManager.
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.