70 string references to extension.list.module
- AdminController::create in core/
modules/ system/ src/ Controller/ AdminController.php - Instantiates a new instance of the implementing class using autowiring.
- BreakpointManager::__construct in core/
modules/ breakpoint/ src/ BreakpointManager.php - Constructs a new BreakpointManager instance.
- CategorizingPluginManagerTrait::getModuleExtensionList in core/
lib/ Drupal/ Core/ Plugin/ CategorizingPluginManagerTrait.php - Returns the module extension list used.
- CheckpointStorageTest::getConfigImporter in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php - 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.
- ComponentKernelTestBase::setUp in core/
modules/ sdc/ tests/ src/ Kernel/ ComponentKernelTestBase.php - ComponentKernelTestBase::setUp in core/
tests/ Drupal/ Tests/ Core/ Theme/ Component/ ComponentKernelTestBase.php - ConfigConfigurator::getConfigStorage in core/
lib/ Drupal/ Core/ Recipe/ ConfigConfigurator.php - Gets a config storage object for reading config from the recipe.
- ConfigImporterMissingContentTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterMissingContentTest.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.
- drupal_check_module in core/
includes/ install.inc - Checks a module's requirements.
- drupal_load_updates in core/
includes/ install.inc - Loads .install files for installed modules to initialize the update system.
- EntityPermissionsForm::create in core/
modules/ user/ src/ Form/ EntityPermissionsForm.php - Instantiates a new instance of this class.
- EntityPermissionsForm::__construct in core/
modules/ user/ src/ Form/ EntityPermissionsForm.php - Constructs a new EntityPermissionsForm.
- field_help in core/
modules/ field/ field.module - Implements hook_help().
- HelpController::create in core/
modules/ help/ src/ Controller/ HelpController.php - Instantiates a new instance of the implementing class using autowiring.
- HelpTest::verifyHelp in core/
modules/ help/ tests/ src/ Functional/ HelpTest.php - Verifies the logged in user has access to the various help pages.
- HookHelpSection::create in core/
modules/ help/ src/ Plugin/ HelpSection/ HookHelpSection.php - Creates an instance of the plugin.
- HookHelpSection::__construct in core/
modules/ help/ src/ Plugin/ HelpSection/ HookHelpSection.php - Constructs a HookHelpSection object.
- InstallerTest::testInstalled in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTest.php - Confirms that the installation succeeded.
- 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.
- language_tour_tips_alter in core/
modules/ language/ language.module - Implements hook_tour_tips_alter().
- LocaleBuildTest::testBuildProjects in core/
modules/ locale/ tests/ src/ Kernel/ LocaleBuildTest.php - Checks if a list of translatable projects gets built.
- MenuLinkDefaultForm::create in core/
lib/ Drupal/ Core/ Menu/ Form/ MenuLinkDefaultForm.php - Instantiates a new instance of this class.
- MenuLinkDefaultForm::__construct in core/
lib/ Drupal/ Core/ Menu/ Form/ MenuLinkDefaultForm.php - Constructs a new \Drupal\Core\Menu\Form\MenuLinkDefaultForm.
- 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.
- ModulesListNonStableConfirmForm::create in core/
modules/ system/ src/ Form/ ModulesListNonStableConfirmForm.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 - Permission::create in core/
modules/ user/ src/ Plugin/ views/ access/ Permission.php - Creates an instance of the plugin.
- Permission::__construct in core/
modules/ user/ src/ Plugin/ views/ access/ Permission.php - Constructs a Permission object.
- PermissionHandler::__construct in core/
modules/ user/ src/ PermissionHandler.php - Constructs a new PermissionHandler.
- Permissions::create in core/
modules/ user/ src/ Plugin/ views/ filter/ Permissions.php - Creates an instance of the plugin.
- Permissions::__construct in core/
modules/ user/ src/ Plugin/ views/ filter/ Permissions.php - Constructs a Permissions object.
- Recipe::createFromDirectory in core/
lib/ Drupal/ Core/ Recipe/ Recipe.php - Creates a recipe object from the provided path.
- Recipe::validateConfigActions in core/
lib/ Drupal/ Core/ Recipe/ Recipe.php - Validates that the corresponding extension is enabled for a config action.
- RecipeCommand::rollBackToCheckpoint in core/
lib/ Drupal/ Core/ Recipe/ RecipeCommand.php - Rolls config back to a particular checkpoint.
- 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.
- ReviewForm::create in core/
modules/ migrate_drupal_ui/ src/ Form/ ReviewForm.php - Instantiates a new instance of this class.
- ReviewForm::__construct in core/
modules/ migrate_drupal_ui/ src/ Form/ ReviewForm.php - ReviewForm constructor.
- 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.
- SystemController::create in core/
modules/ system/ src/ Controller/ SystemController.php - Instantiates a new instance of the implementing class using autowiring.
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- Update10101::create in core/
modules/ pgsql/ src/ Update10101.php - Instantiates a new instance of this class.
- 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.
- UserData::create in core/
modules/ user/ src/ Plugin/ views/ field/ UserData.php - Creates an instance of the plugin.
- UserData::__construct in core/
modules/ user/ src/ Plugin/ views/ field/ UserData.php - Constructs a UserData object.
- UserPermissionsForm::create in core/
modules/ user/ src/ Form/ UserPermissionsForm.php - Instantiates a new instance of this class.
- UserPermissionsForm::__construct in core/
modules/ user/ src/ Form/ UserPermissionsForm.php - Constructs a new UserPermissionsForm.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.