You are here

119 string references to extension.list.module in Drupal 10

AdminController::create in core/modules/system/src/Controller/AdminController.php
Instantiates a new instance of this class.
AjaxCssForm::generateResponse in core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php
Generates an AJAX response to add CSS to a CKEditor Text Editor instance.
BookUninstallTest::testBookUninstall in core/modules/book/tests/src/Kernel/BookUninstallTest.php
Tests the book_system_info_alter() method.
BrowserTestBaseTest::testProfileModules in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Ensures we can't access modules we shouldn't be able to after install.
BrowserTestBaseUserAgentTest::testUserAgentValidation in core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php
Tests validation of the User-Agent header we use to perform test requests.
CKEditor::create in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
CKEditorPluginBase::getModuleList in core/modules/ckeditor/src/CKEditorPluginBase.php
Gets the module list service.
ckeditor_ckeditor_css_alter in core/modules/ckeditor/ckeditor.module
Implements hook_ckeditor_css_alter().
ckeditor_test_ckeditor_css_alter in core/modules/ckeditor/tests/modules/ckeditor_test.module
Implements hook_ckeditor_css_alter().
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.
common_test_js_alter in core/modules/system/tests/modules/common_test/common_test.module
Implements hook_js_alter().
ConfigImportAllTest::testInstallUninstall in core/modules/config/tests/src/Functional/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
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
ConfigImportUITest::testExtensionValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
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
DoubleSlashTest::setUp in core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php
DrupalKernelTest::testCompileDIC in core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
Tests DIC compilation.
DrupalMedia::create in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php
DrupalMediaLibrary::create in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php
drupal_check_module in core/includes/install.inc
Checks a module's requirements.
drupal_flush_all_caches in core/includes/common.inc
Rebuilds the container, flushes all persistent caches, resets all variables, and rebuilds all data structures.
drupal_install_system in core/includes/install.inc
Installs the system module.
drupal_load_updates in core/includes/install.inc
Loads .install files for installed modules to initialize the update system.
EntityResourceRestTestCoverageTest::setUp in core/modules/rest/tests/src/Kernel/EntityResource/EntityResourceRestTestCoverageTest.php
ExtensionListTestTrait::getModulePath in core/tests/Drupal/Tests/ExtensionListTestTrait.php
Gets the path for the specified module.
ExtensionPathResolverTest::testExtensionPathResolving in core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
ExtensionPathResolverTest::testExtensionPathResolvingPath in core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php
@covers ::getPath
ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingModule in core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
FieldDefinitionIntegrityTest::modulesWithSubdirectory in core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php
Find modules with a specified subdirectory.
FilterAPITest::testDependencyRemoval in core/modules/filter/tests/src/Kernel/FilterAPITest.php
Tests that filter format dependency removal works.
HelpController::create in core/modules/help/src/Controller/HelpController.php
Instantiates a new instance of this class.
HelpEmptyPageTest::testEmptyHookHelp in core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php
Ensures that no URL generator is called on a page without hook_help().
HelpTest::getModuleList in core/modules/help/tests/src/Functional/HelpTest.php
Gets the list of enabled modules that implement hook_help().
HelpTest::verifyHelp in core/modules/help/tests/src/Functional/HelpTest.php
Verifies the logged in user has access to the various help pages.
HelpTopicsSyntaxTest::testHelpTopics in core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php
Tests that all Core help topics can be rendered and have good syntax.
hook_ckeditor_css_alter in core/modules/ckeditor/ckeditor.api.php
Modify the list of CSS files that will be added to a CKEditor instance.
hook_css_alter in core/lib/Drupal/Core/Render/theme.api.php
Alter CSS files before they are output on the page.
hook_js_alter in core/lib/Drupal/Core/Render/theme.api.php
Perform necessary alterations to the JavaScript before it is presented on the page.
hook_library_info_alter in core/lib/Drupal/Core/Render/theme.api.php
Alter libraries provided by an extension.
InfoAlterTest::testSystemInfoAlter in core/modules/system/tests/src/Kernel/System/InfoAlterTest.php
Tests that theme .info.yml data is rebuild after enabling a module.
InstallerTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
Ensures that the user page is available after installation.
InstallUninstallTest::testInstallUninstall in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
install_base_system in core/includes/install.core.inc
Installation task; install the base functionality Drupal needs to bootstrap.
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.
install_import_translations in core/includes/install.core.inc
Imports languages via a batch process during installation.
install_profile_modules in core/includes/install.core.inc
Installs required modules via a batch process.
KernelTestBaseDatabaseDriverModuleTest::testDatabaseDriverModuleEnabled in core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php
@covers ::bootEnvironment
KernelTestBaseTest::testDatabaseDriverModuleEnabled in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
@covers ::bootEnvironment
KernelTestBaseTest::testProfileModules in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
Ensures KernelTestBase tests can access modules in profiles.
LocaleBuildTest::testBuildProjects in core/modules/locale/tests/src/Kernel/LocaleBuildTest.php
Checks if a list of translatable projects gets built.
locale_config_batch_build in core/modules/locale/locale.bulk.inc
Creates a locale batch to refresh specific configuration.
locale_translate_batch_build in core/modules/locale/locale.bulk.inc
Build a locale batch from an array of files.
locale_translation_batch_fetch_build in core/modules/locale/locale.fetch.inc
Builds a batch to download and import project translations.
locale_translation_batch_status_build in core/modules/locale/locale.compare.inc
Builds a batch to get the status of remote and local translation files.
locale_translation_batch_update_build in core/modules/locale/locale.fetch.inc
Builds a batch to check, download and import project translations.
locale_translation_project_list in core/modules/locale/locale.compare.inc
Fetch an array of projects for translation update.
media_install in core/modules/media/media.install
Implements hook_install().
Module::canUpdate in core/lib/Drupal/Core/Updater/Module.php
Determines whether this class can update the specified project.
Module::getInstallDirectory in core/lib/Drupal/Core/Updater/Module.php
Returns the directory where a module should be installed.
Module::isInstalled in core/lib/Drupal/Core/Updater/Module.php
ModuleConfigureRouteTest::setUp in core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php
ModuleExtensionListTest::testGetlist in core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php
@covers ::getList
ModuleHandler::getName in core/lib/Drupal/Core/Extension/ModuleHandler.php
ModuleHandlerTest::testModuleMetaData in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests whether the correct module metadata is returned.
ModuleHandlerTest::testProfileAllDependencies in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests that a profile can supply only real dependencies.
ModuleHandlerTest::testUninstallProfileDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module installed by a profile.
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
ModuleInstaller::removeCacheBins in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Helper method for removing all cache bins registered by a given module.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
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.
node_mass_update in core/modules/node/node.admin.inc
Updates all nodes in the passed-in array with the passed-in field values.
NormalInstallerServiceProvider::register in core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php
OEmbedTestTrait::getFixturesDirectory in core/modules/media/tests/src/Traits/OEmbedTestTrait.php
Returns the relative path to the oEmbed fixtures directory.
OverriddenConfigImportTest::setUp in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
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.
ResolvedLibraryDefinitionsFilesMatchTest::setUp in core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
SecurityAdvisoriesFetcherTest::setExistingProjectVersion in core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
Sets the existing version of the project.
settings_tray_css_alter in core/modules/settings_tray/settings_tray.module
Implements hook_css_alter().
Stable9TemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
Installs all core modules.
Stable9TemplateOverrideTest::testStable9TemplateOverrides in core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
Ensures that Stable 9 overrides all relevant core templates.
StableLibraryOverrideTestBase::enableVisibleAndStableCoreModules in core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php
Enable all core modules that are not hidden or experimental.
StableTemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Installs all core modules.
StableTemplateOverrideTest::testStableTemplateOverrides in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Ensures that Stable overrides all relevant core templates.
statistics_node_view in core/modules/statistics/statistics.module
Implements hook_ENTITY_TYPE_view() for node entities.
SystemController::create in core/modules/system/src/Controller/SystemController.php
Instantiates a new instance of this class.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
template_preprocess_system_themes_page in core/modules/system/system.admin.inc
Prepares variables for appearance page templates.
TestCoverageTest::setUp in core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php
UninstallTest::testUninstallPage in core/modules/system/tests/src/Functional/Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.
update_authorize_run_install in core/modules/update/update.authorize.inc
Installs a new project when invoked by authorize.php.
update_authorize_run_update in core/modules/update/update.authorize.inc
Updates existing projects when invoked by authorize.php.
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.
views_theme in core/modules/views/views.module
Implements hook_theme().
ViewTestData::createTestViews in core/modules/views/src/Tests/ViewTestData.php
Create test views from config.
_batch_test_batch_0 in core/modules/system/tests/modules/batch_test/batch_test.module
Batch 0: Does nothing.
_batch_test_batch_1 in core/modules/system/tests/modules/batch_test/batch_test.module
Batch 1: Repeats a simple operation.
_batch_test_batch_2 in core/modules/system/tests/modules/batch_test/batch_test.module
Batch 2: Performs a single multistep operation.
_batch_test_batch_3 in core/modules/system/tests/modules/batch_test/batch_test.module
Batch 3: Performs both single and multistep operations.
_batch_test_batch_4 in core/modules/system/tests/modules/batch_test/batch_test.module
Batch 4: Performs a batch within a batch.
_batch_test_batch_5 in core/modules/system/tests/modules/batch_test/batch_test.module
Batch 5: Repeats a simple operation.
_batch_test_batch_6 in core/modules/system/tests/modules/batch_test/batch_test.module
Batch 6: Repeats a simple operation.
_batch_test_batch_7 in core/modules/system/tests/modules/batch_test/batch_test.module
Batch 7: Performs two batches within a batch.