269 calls to Drupal::moduleHandler() in Drupal 10
- AlterTest::testDrupalAlter in core/
modules/ system/ tests/ src/ Functional/ Common/ AlterTest.php - Tests if the theme has been altered.
- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- basic_auth_help in core/
modules/ basic_auth/ basic_auth.module - Implements hook_help().
- batch_process in core/
includes/ form.inc - Processes the batch.
- BlockPluginCollection::initializePlugin in core/
modules/ block/ src/ BlockPluginCollection.php - block_content_entity_type_alter in core/
modules/ block_content/ block_content.module - Implements hook_entity_type_alter().
- block_content_help in core/
modules/ block_content/ block_content.module - Implements hook_help().
- block_help in core/
modules/ block/ block.module - Implements hook_help().
- book_help in core/
modules/ book/ book.module - Implements hook_help().
- BrowserTestBaseTest::testInstall in core/
tests/ Drupal/ FunctionalTests/ BrowserTestBaseTest.php - Tests the Drupal install done in \Drupal\Tests\BrowserTestBase::setUp().
- CategorizingPluginManagerTrait::getModuleHandler in core/
lib/ Drupal/ Core/ Plugin/ CategorizingPluginManagerTrait.php - Returns the module handler used.
- ckeditor5_js_alter in core/
modules/ ckeditor5/ ckeditor5.module - Implements hook_js_alter().
- ckeditor5_library_info_alter in core/
modules/ ckeditor5/ ckeditor5.module - Implements hook_library_info_alter().
- claro_form_media_form_alter in core/
themes/ claro/ claro.theme - Implements hook_form_BASE_FORM_ID_alter() for \Drupal\media\MediaForm.
- ClassLoaderTest::testMultipleModules in core/
modules/ system/ tests/ src/ Functional/ Module/ ClassLoaderTest.php - Ensures the negative caches in the class loader don't result in crashes.
- comment_help in core/
modules/ comment/ comment.module - Implements hook_help().
- comment_node_view_alter in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_view_alter() for node entities.
- ConfigImportInstallProfileTest::testInstallProfileValidation in core/
modules/ config/ tests/ src/ Functional/ ConfigImportInstallProfileTest.php - Tests config importer cannot uninstall install profiles.
- ConfigImportUITest::testImport in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests importing configuration.
- ConfigOtherModuleTest::testInstallOtherModuleFirst in core/
modules/ config/ tests/ src/ Functional/ ConfigOtherModuleTest.php - Tests enabling the provider of the default configuration first.
- config_translation_config_translation_info in core/
modules/ config_translation/ config_translation.module - Implements hook_config_translation_info().
- config_translation_help in core/
modules/ config_translation/ config_translation.module - Implements hook_help().
- contact_help in core/
modules/ contact/ contact.module - Implements hook_help().
- ContentTranslationDeleteAccess::checkAccess in core/
modules/ content_translation/ src/ Access/ ContentTranslationDeleteAccess.php - Checks access to translation deletion for the specified entity.
- ContentTranslationManager::isPendingRevisionSupportEnabled in core/
modules/ content_translation/ src/ ContentTranslationManager.php - Checks whether support for pending revisions should be enabled.
- content_moderation_help in core/
modules/ content_moderation/ content_moderation.module - Implements hook_help().
- content_moderation_workflow_insert in core/
modules/ content_moderation/ content_moderation.module - Implements hook_ENTITY_TYPE_insert().
- content_moderation_workflow_update in core/
modules/ content_moderation/ content_moderation.module - Implements hook_ENTITY_TYPE_update().
- content_translation_form_field_config_edit_form_alter in core/
modules/ content_translation/ content_translation.module - Implements hook_form_FORM_ID_alter() for 'field_config_edit_form'.
- content_translation_form_language_content_settings_form_alter in core/
modules/ content_translation/ content_translation.module - Implements hook_form_FORM_ID_alter() for language_content_settings_form().
- content_translation_help in core/
modules/ content_translation/ content_translation.module - Implements hook_help().
- content_translation_preprocess_language_content_settings_table in core/
modules/ content_translation/ content_translation.module - Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
- ContextualLinks::moduleHandler in core/
modules/ contextual/ src/ Element/ ContextualLinks.php - Wraps the module handler.
- contextual_help in core/
modules/ contextual/ contextual.module - Implements hook_help().
- datetime_help in core/
modules/ datetime/ datetime.module - Implements hook_help().
- datetime_range_field_views_data in core/
modules/ datetime_range/ datetime_range.views.inc - Implements hook_field_views_data().
- datetime_range_help in core/
modules/ datetime_range/ datetime_range.module - Implements hook_help().
- DbLogTest::testDbLogCron in core/
modules/ dblog/ tests/ src/ Kernel/ DbLogTest.php - Tests that cron correctly applies the database log row limit.
- dblog_menu_links_discovered_alter in core/
modules/ dblog/ dblog.module - Implements hook_menu_links_discovered_alter().
- DefaultsSectionStorage::buildRoutes in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php - DependencyTest::testUninstallDependents in core/
modules/ system/ tests/ src/ Functional/ Module/ DependencyTest.php - Tests attempting to uninstall a module that has installed dependents.
- DrupalTest::testModuleHandler in core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php - Tests the moduleHandler() method.
- 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_get_filetransfer_info in core/
includes/ common.inc - Assembles the Drupal FileTransfer registry.
- drupal_get_updaters in core/
includes/ common.inc - Assembles the Drupal Updater registry.
- drupal_load_updates in core/
includes/ install.inc - Loads .install files for installed modules to initialize the update system.
- editor_filter_xss in core/
modules/ editor/ editor.module - Applies text editor XSS filtering.
- editor_help in core/
modules/ editor/ editor.module - Implements hook_help().
- EntityCacheTagsTestBase::testReferencedEntity in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity when referenced.
- EntityDisplayBase::calculateDependencies in core/
lib/ Drupal/ Core/ Entity/ EntityDisplayBase.php - Calculates dependencies and stores them in the dependency property.
- EntityDisplayBase::getHighestWeight in core/
lib/ Drupal/ Core/ Entity/ EntityDisplayBase.php - Gets the highest weight of the components in the display.
- EntityFormDisplay::collectRenderDisplay in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityFormDisplay.php - Returns the entity_form_display object used to build an entity form.
- EntityHandlerBase::moduleHandler in core/
lib/ Drupal/ Core/ Entity/ EntityHandlerBase.php - Gets the module handler.
- EntityReferenceItem::defaultStorageSettings in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ EntityReferenceItem.php - Defines the storage-level settings for this plugin.
- EntityResource::getCollectionQuery in core/
modules/ jsonapi/ src/ Controller/ EntityResource.php - Gets a basic query for a collection.
- EntityViewDisplay::buildMultiple in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityViewDisplay.php - Builds a renderable array for the components of a set of entities.
- EntityViewDisplay::collectRenderDisplays in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityViewDisplay.php - Returns the display objects used to render a set of entities.
- entity_test.install in core/
modules/ system/ tests/ modules/ entity_test/ entity_test.install - Install, update and uninstall functions for the entity_test module.
- FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall in core/
modules/ field/ tests/ src/ Kernel/ FieldImportDeleteUninstallTest.php - Tests purging already deleted field storages and fields during a config import.
- FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/
modules/ field/ tests/ src/ Kernel/ FieldImportDeleteUninstallTest.php - Tests deleting field storages and fields as part of config import.
- FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/
modules/ field/ tests/ src/ Functional/ FieldImportDeleteUninstallUiTest.php - Tests deleting field storages and fields as part of config import.
- field_help in core/
modules/ field/ field.module - Implements hook_help().
- field_layout_entity_type_alter in core/
modules/ field_layout/ field_layout.module - Implements hook_entity_type_alter().
- field_purge_field in core/
modules/ field/ field.purge.inc - Purges a field record from the database.
- field_purge_field_storage in core/
modules/ field/ field.purge.inc - Purges a field record from the database.
- field_ui_help in core/
modules/ field_ui/ field_ui.module - Implements hook_help().
- file_help in core/
modules/ file/ file.module - Implements hook_help().
- file_validate in core/
modules/ file/ file.module - Checks that a file meets the criteria specified by the validators.
- FilterFormat::disable in core/
modules/ filter/ src/ Entity/ FilterFormat.php - Disables the configuration entity.
- filter_help in core/
modules/ filter/ filter.module - Implements hook_help().
- FormController::__construct in core/
modules/ system/ tests/ modules/ condition_test/ src/ FormController.php - Constructs a \Drupal\condition_test\FormController object.
- FormState::moduleLoadInclude in core/
lib/ Drupal/ Core/ Form/ FormState.php - Wraps ModuleHandler::loadInclude().
- HelpTest::getModuleList in core/
modules/ help/ tests/ src/ Functional/ HelpTest.php - Gets the list of enabled modules that implement hook_help().
- HelpTest::testHelp in core/
modules/ help/ tests/ src/ Functional/ HelpTest.php - Logs in users, tests help pages.
- HelpTopicSearchTest::testUninstallSearch in core/
modules/ help_topics/ tests/ src/ Functional/ HelpTopicSearchTest.php - Tests uninstalling the search module.
- help_help in core/
modules/ help/ help.module - Implements hook_help().
- help_topics_help in core/
modules/ help_topics/ help_topics.module - Implements hook_help().
- HistoryUserTimestamp::buildOptionsForm in core/
modules/ history/ src/ Plugin/ views/ field/ HistoryUserTimestamp.php - Provide link to node option.
- HistoryUserTimestamp::init in core/
modules/ history/ src/ Plugin/ views/ field/ HistoryUserTimestamp.php - HistoryUserTimestamp::render in core/
modules/ history/ src/ Plugin/ views/ field/ HistoryUserTimestamp.php - history_help in core/
modules/ history/ history.module - Implements hook_help().
- hook_config_translation_info in core/
modules/ config_translation/ config_translation.api.php - Introduce dynamic translation tabs for translation of configuration.
- hook_entity_extra_field_info in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Exposes "pseudo-field" components on content entities.
- hook_library_info_build in core/
lib/ Drupal/ Core/ Render/ theme.api.php - Add dynamic library definitions.
- hook_menu_links_discovered_alter in core/
lib/ Drupal/ Core/ Menu/ menu.api.php - Alters all the menu links discovered by the menu link plugin manager.
- hook_post_update_NAME in core/
lib/ Drupal/ Core/ Extension/ module.api.php - Executes an update which is intended to update data, like entities.
- hook_user_cancel in core/
modules/ user/ user.api.php - Act on user account cancellations.
- ImageStyle::flush in core/
modules/ image/ src/ Entity/ ImageStyle.php - Flushes cached media for this style.
- image_file_download in core/
modules/ image/ image.module - Implements hook_file_download().
- image_help in core/
modules/ image/ image.module - Implements hook_help().
- InfoAlterTest::testSystemInfoAlter in core/
modules/ system/ tests/ src/ Kernel/ System/ InfoAlterTest.php - Tests that theme .info.yml data is rebuild after enabling a module.
- InfoHookDecorator::getDefinitions in core/
lib/ Drupal/ Core/ Plugin/ Discovery/ InfoHookDecorator.php - Gets the definition of all plugins for this type.
- 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_begin_request in core/
includes/ install.core.inc - Begins an installation request, modifying the installation state as needed.
- install_config_revert_install_changes in core/
includes/ install.core.inc - Reverts configuration if hook_install() implementations have made changes.
- install_download_additional_translations_operations in core/
includes/ install.core.inc - Prepares the system for import and downloads additional translations.
- install_finish_translations in core/
includes/ install.core.inc - Finishes importing files at end of installation.
- install_import_translations in core/
includes/ install.core.inc - Imports languages via a batch process during installation.
- install_tasks in core/
includes/ install.core.inc - Returns a list of all tasks the installer currently knows about.
- jsonapi_install in core/
modules/ jsonapi/ jsonapi.install - Implements hook_install().
- jsonapi_requirements in core/
modules/ jsonapi/ jsonapi.install - Implements hook_requirements().
- KernelTestBase::render in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Renders a render array.
- LanguageListModuleInstallTest::testModuleInstallLanguageList in core/
modules/ language/ tests/ src/ Functional/ LanguageListModuleInstallTest.php - Tests enabling Language.
- language_help in core/
modules/ language/ language.module - Implements hook_help().
- language_test_page_top in core/
modules/ language/ tests/ language_test/ language_test.module - Implements hook_page_top().
- layout_builder_cron in core/
modules/ layout_builder/ layout_builder.module - Implements hook_cron().
- layout_builder_entity_delete in core/
modules/ layout_builder/ layout_builder.module - Implements hook_entity_delete().
- layout_builder_entity_presave in core/
modules/ layout_builder/ layout_builder.module - Implements hook_entity_presave().
- layout_discovery_requirements in core/
modules/ layout_discovery/ layout_discovery.install - Implements hook_requirements().
- link_help in core/
modules/ link/ link.module - Implements hook_help().
- LocaleUpdateDevelopmentReleaseTest::setUp in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateDevelopmentReleaseTest.php - LocaleUpdateTest::setUp in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - locale_configurable_language_delete in core/
modules/ locale/ locale.module - Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
- locale_cron in core/
modules/ locale/ locale.module - Implements hook_cron().
- locale_cron_fill_queue in core/
modules/ locale/ locale.translation.inc - Populate a queue with project to check for translation updates.
- locale_form_language_admin_add_form_alter_submit in core/
modules/ locale/ locale.module - Form submission handler for language_admin_add_form().
- locale_system_remove in core/
modules/ locale/ locale.module - Delete translation history of modules and themes.
- locale_system_update in core/
modules/ locale/ locale.module - Imports translations when new modules or themes are installed.
- locale_translate_batch_finished in core/
modules/ locale/ locale.bulk.inc - Implements callback_batch_finished().
- locale_translate_get_interface_translation_files in core/
modules/ locale/ locale.bulk.inc - Get interface translation files present in the translations directory.
- locale_translation_batch_fetch_finished in core/
modules/ locale/ locale.batch.inc - Implements callback_batch_finished().
- locale_translation_batch_fetch_import in core/
modules/ locale/ locale.batch.inc - Implements callback_batch_operation().
- locale_translation_batch_status_finished in core/
modules/ locale/ locale.batch.inc - Implements callback_batch_finished().
- locale_translation_batch_update_build in core/
modules/ locale/ locale.fetch.inc - Builds a batch to check, download and import project translations.
- locale_translation_get_projects in core/
modules/ locale/ locale.translation.inc - Get array of projects which are available for interface translation.
- locale_translation_get_status in core/
modules/ locale/ locale.module - Gets the current translation status.
- locale_translation_project_list in core/
modules/ locale/ locale.compare.inc - Fetch an array of projects for translation update.
- locale_translation_status_save in core/
modules/ locale/ locale.module - Saves the status of translation sources in static cache.
- MainContentFallbackTest::testMainContentFallback in core/
modules/ system/ tests/ src/ Functional/ System/ MainContentFallbackTest.php - Tests availability of main content: Drupal falls back to SimplePageVariant.
- MaintenanceThemeUpdateRegistryTest::prepareEnvironment in core/
modules/ system/ tests/ src/ Functional/ Theme/ MaintenanceThemeUpdateRegistryTest.php - Prepares the current environment for running the test.
- MediaTemplateSuggestionsTest::testMediaThemeHookSuggestions in core/
modules/ media/ tests/ src/ Functional/ MediaTemplateSuggestionsTest.php - Tests template suggestions from media_theme_suggestions_media().
- media_form_field_ui_field_storage_add_form_alter in core/
modules/ media/ media.module - Implements hook_form_FORM_ID_alter().
- media_install in core/
modules/ media/ media.install - Implements hook_install().
- media_library_help in core/
modules/ media_library/ media_library.module - Implements hook_help().
- Menu::delete in core/
modules/ system/ src/ Entity/ Menu.php - Deletes an entity permanently.
- Menu::save in core/
modules/ system/ src/ Entity/ Menu.php - Saves an entity permanently.
- menu_link_content_help in core/
modules/ menu_link_content/ menu_link_content.module - Implements hook_help().
- menu_ui_help in core/
modules/ menu_ui/ menu_ui.module - Implements hook_help().
- MigrateDrupalTestBase::setUp in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ MigrateDrupalTestBase.php - MigrateUpgradeImportBatch::finished in core/
modules/ migrate_drupal_ui/ src/ Batch/ MigrateUpgradeImportBatch.php - Callback executed when the Migrate Upgrade Import batch process completes.
- Module::getSchemaUpdates in core/
lib/ Drupal/ Core/ Updater/ Module.php - Returns available database schema updates once a new version is installed.
- ModuleImplementsAlterTest::testModuleImplementsAlter in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleImplementsAlterTest.php - Tests hook_module_implements_alter() adding an implementation.
- ModuleImplementsAlterTest::testModuleImplementsAlterNonExistingImplementation in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleImplementsAlterTest.php - Tests what happens if hook_module_implements_alter() adds a non-existing function to the implementations.
- ModuleTestBase::assertModuleTablesDoNotExist in core/
modules/ system/ tests/ src/ Functional/ Module/ ModuleTestBase.php - Assert that none of the tables defined in a module's hook_schema() exist.
- ModuleTestBase::assertModuleTablesExist in core/
modules/ system/ tests/ src/ Functional/ Module/ ModuleTestBase.php - Assert that all tables defined in a module's hook_schema() exist.
- ModuleTestController::hookDynamicLoadingInvoke in core/
modules/ system/ tests/ modules/ module_test/ src/ Controller/ ModuleTestController.php - Returns dynamically invoked hook results for the 'module_test' module.
- ModuleTestController::hookDynamicLoadingInvokeAll in core/
modules/ system/ tests/ modules/ module_test/ src/ Controller/ ModuleTestController.php - Returns dynamically invoked hook results for all modules.
- module_set_weight in core/
includes/ module.inc - Sets weight of a particular module.
- module_test_load in core/
modules/ system/ tests/ modules/ module_test/ module_test.module - Load function used by module_test_hook_dynamic_loading_invoke_all_during_load().
- NodeAccessCacheabilityWithNodeGrants::testAccessCacheabilityWithNodeGrants in core/
modules/ node/ tests/ src/ Functional/ NodeAccessCacheabilityWithNodeGrants.php - Tests node view access cacheability with node grants.
- NodeAccessGrantsCacheContext::getCacheableMetadata in core/
modules/ node/ src/ Cache/ NodeAccessGrantsCacheContext.php - Gets the cacheability metadata for the context based on the parameter value.
- NodeAccessRecordsTest::testNodeAccessRecords in core/
modules/ node/ tests/ src/ Kernel/ NodeAccessRecordsTest.php - Creates a node and tests the creation of node access rules.
- NodeTemplateSuggestionsTest::testNodeThemeHookSuggestions in core/
modules/ node/ tests/ src/ Functional/ NodeTemplateSuggestionsTest.php - Tests if template_preprocess_node() generates the correct suggestions.
- NodeViewBuilder::renderLinks in core/
modules/ node/ src/ NodeViewBuilder.php - #lazy_builder callback; builds a node's links.
- NodeViewsData::getViewsData in core/
modules/ node/ src/ NodeViewsData.php - node_access_grants in core/
modules/ node/ node.module - Fetches an array of permission IDs granted to the given user ID.
- node_access_rebuild in core/
modules/ node/ node.module - Rebuilds the node access database.
- node_access_view_all_nodes in core/
modules/ node/ node.module - Determines whether the user has a global viewing grant for all nodes.
- node_cron in core/
modules/ node/ node.module - Implements hook_cron().
- node_install in core/
modules/ node/ node.install - Implements hook_install().
- node_mark in core/
modules/ node/ node.module - Determines the type of marker to be displayed for a given node.
- node_modules_installed in core/
modules/ node/ node.module - Implements hook_modules_installed().
- node_modules_uninstalled in core/
modules/ node/ node.module - Implements hook_modules_uninstalled().
- node_query_node_access_alter in core/
modules/ node/ node.module - Implements hook_query_TAG_alter().
- node_reindex_node_search in core/
modules/ node/ node.module - Marks a node to be re-indexed by the node_search plugin.
- node_requirements in core/
modules/ node/ node.install - Implements hook_requirements().
- node_user_cancel in core/
modules/ node/ node.module - Implements hook_user_cancel().
- NoHelpTest::testMainPageNoHelp in core/
modules/ help/ tests/ src/ Functional/ NoHelpTest.php - Ensures modules not implementing help do not appear on admin/help.
- NormalizerTestBase::setUp in core/
modules/ serialization/ tests/ src/ Kernel/ NormalizerTestBase.php - OptionsWidgetBase::getOptions in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldWidget/ OptionsWidgetBase.php - Returns the array of options for the widget.
- options_help in core/
modules/ options/ options.module - Implements hook_help().
- PageCacheTest::testFormImmutability in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests the setting of forms to be immutable.
- page_cache_help in core/
modules/ page_cache/ page_cache.module - Implements hook_help().
- PluginDependencyTrait::moduleHandler in core/
lib/ Drupal/ Core/ Plugin/ PluginDependencyTrait.php - Wraps the module handler.
- quickedit_entity_type_alter in core/
modules/ quickedit/ quickedit.module - Implements hook_entity_type_alter().
- quickedit_entity_view_alter in core/
modules/ quickedit/ quickedit.module - Implements hook_entity_view_alter().
- quickedit_field_formatter_info_alter in core/
modules/ quickedit/ quickedit.module - Implements hook_field_formatter_info_alter().
- quickedit_library_info_alter in core/
modules/ quickedit/ quickedit.module - Implements hook_library_info_alter().
- rdf_get_namespaces in core/
modules/ rdf/ rdf.module - Retrieves RDF namespaces.
- rdf_preprocess_node in core/
modules/ rdf/ rdf.module - Implements hook_preprocess_HOOK() for node templates.
- RegistryTest::test40xThemeSuggestions in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php - Tests page theme suggestions for 40x responses.
- 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::testThemeSuggestions in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php - Tests front node theme suggestion generation.
- RegistryTest::testThemeTemplatesRegisteredByModules in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php - Tests theme-provided templates that are registered by modules.
- ResolvedLibraryDefinitionsFilesMatchTest::getAllLibraries in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ ResolvedLibraryDefinitionsFilesMatchTest.php - Gets all libraries for core and all installed modules.
- ResponsiveImageStyleForm::form in core/
modules/ responsive_image/ src/ ResponsiveImageStyleForm.php - Overrides Drupal\Core\Entity\EntityForm::form().
- responsive_image_help in core/
modules/ responsive_image/ responsive_image.module - Implements hook_help().
- rest_help in core/
modules/ rest/ rest.module - Implements hook_help().
- search_help in core/
modules/ search/ search.module - Implements hook_help().
- serialization_help in core/
modules/ serialization/ serialization.module - Implements hook_help().
- ServerCommand::getOneTimeLoginUrl in core/
lib/ Drupal/ Core/ Command/ ServerCommand.php - Gets a one time login URL for user 1.
- seven_form_media_form_alter in core/
themes/ seven/ seven.theme - Implements hook_form_BASE_FORM_ID_alter() for \Drupal\media\MediaForm.
- shortcut_default_set in core/
modules/ shortcut/ shortcut.module - Returns the default shortcut set for a given user account.
- shortcut_help in core/
modules/ shortcut/ shortcut.module - Implements hook_help().
- SitesDirectoryHardeningTest::checkSystemRequirements in core/
modules/ system/ tests/ src/ Functional/ System/ SitesDirectoryHardeningTest.php - Checks system runtime requirements.
- SourcePluginBase::getModuleHandler in core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SourcePluginBase.php - Gets the module handler.
- Stable9TemplateOverrideTest::testStable9TemplateOverrides in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ Stable9TemplateOverrideTest.php - Ensures that Stable 9 overrides all relevant core templates.
- StableLibraryOverrideTestBase::getAllLibraries in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ StableLibraryOverrideTestBase.php - Gets all libraries for core and all installed modules.
- StableTemplateOverrideTest::testStableTemplateOverrides in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ StableTemplateOverrideTest.php - Ensures that Stable overrides all relevant core templates.
- statistics_help in core/
modules/ statistics/ statistics.module - Implements hook_help().
- syslog_form_system_logging_settings_alter in core/
modules/ syslog/ syslog.module - Implements hook_form_FORM_ID_alter().
- system_help in core/
modules/ system/ system.module - Implements hook_help().
- system_page_top in core/
modules/ system/ system.module - Implements hook_page_top().
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- TagTest::testViewsUiAutocompleteTag in core/
modules/ views_ui/ tests/ src/ Kernel/ TagTest.php - Tests the ViewsUIController::autocompleteTag() function.
- taxonomy_help in core/
modules/ taxonomy/ taxonomy.module - Implements hook_help().
- telephone_help in core/
modules/ telephone/ telephone.module - Implements hook_help().
- template_preprocess_system_security_advisories_fetch_error_message in core/
modules/ system/ system.theme.inc - Prepares variables for security advisories fetch error message templates.
- template_preprocess_update_fetch_error_message in core/
modules/ update/ update.report.inc - Prepares variables for update fetch error message templates.
- TestController::showModuleInfo in core/
modules/ system/ tests/ modules/ container_rebuild_test/ src/ TestController.php - Displays the path to a module.
- TestingProfileInstallTest::testUpdateModuleInstall in core/
tests/ Drupal/ FunctionalTests/ Installer/ TestingProfileInstallTest.php - Ensure the Update module is installed.
- text_help in core/
modules/ text/ text.module - Implements hook_help().
- ThemeUpdateTest::testThemeUpdates in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeUpdateTest.php - Ensures preprocess functions run even for suggestion implementations.
- Toolbar::moduleHandler in core/
modules/ toolbar/ src/ Element/ Toolbar.php - Wraps the module handler.
- Tour::getTips in core/
modules/ tour/ src/ Entity/ Tour.php - Returns the tips for this tour.
- UpdateContribTest::testUpdateHiddenBaseTheme in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests updates with a hidden base theme.
- UpdateDescriptionTest::testUpdateGetUpdateList in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ UpdateDescriptionTest.php - Tests the list of pending database updates.
- UpdatePathTestBaseTest::testModuleListChange in core/
tests/ Drupal/ FunctionalTests/ Update/ UpdatePathTestBaseTest.php - Tests that test running environment is updated when module list changes.
- UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog in core/
modules/ update/ tests/ src/ Kernel/ UpdateReportTest.php - Tests the error message when failing to fetch data without dblog enabled.
- UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog in core/
modules/ update/ tests/ src/ Kernel/ UpdateReportTest.php - Tests the error message when failing to fetch data with dblog enabled.
- UpdateReportTest::testTemplatePreprocessUpdateReport in core/
modules/ update/ tests/ src/ Kernel/ UpdateReportTest.php - @dataProvider providerTemplatePreprocessUpdateReport
- update_calculate_project_data in core/
modules/ update/ update.compare.inc - Calculates the current update status of all projects on the site.
- update_check_requirements in core/
includes/ update.inc - Checks update requirements and reports errors and (optionally) warnings.
- update_cron in core/
modules/ update/ update.module - Implements hook_cron().
- update_get_available in core/
modules/ update/ update.module - Tries to get update information and refreshes it when necessary.
- update_manager_archive_verify in core/
modules/ update/ update.manager.inc - Verifies an archive after it has been downloaded and extracted.
- update_page_top in core/
modules/ update/ update.module - Implements hook_page_top().
- update_requirements in core/
modules/ update/ update.install - Implements hook_requirements().
- update_retrieve_dependencies in core/
includes/ update.inc - Invokes hook_update_dependencies() in all installed modules.
- User::getDisplayName in core/
modules/ user/ src/ Entity/ User.php - UserCreationTrait::setUpCurrentUser in core/
modules/ user/ tests/ src/ Traits/ UserCreationTrait.php - Creates a random user account and sets it as current user.
- UserSession::getDisplayName in core/
lib/ Drupal/ Core/ Session/ UserSession.php - user_cancel in core/
modules/ user/ user.module - Cancel a user account.
- user_cancel_methods in core/
modules/ user/ user.module - Helper function to return available account cancellation methods.
- user_help in core/
modules/ user/ user.module - Implements hook_help().
- user_login_finalize in core/
modules/ user/ user.module - Finalizes the login process and logs in a user.
- user_logout in core/
modules/ user/ user.module - Logs the current user out.
- ValidateMigrationStateTestTrait::testMigrationState in core/
modules/ migrate_drupal/ tests/ src/ Traits/ ValidateMigrationStateTestTrait.php - Tests the migration information in .migrate_drupal.yml.
- ViewAddForm::form in core/
modules/ views_ui/ src/ ViewAddForm.php - ViewEditForm::getDisplayTab in core/
modules/ views_ui/ src/ ViewEditForm.php - Returns a renderable array representing the edit page for one display.
- ViewEditForm::renderDisplayTop in core/
modules/ views_ui/ src/ ViewEditForm.php - Render the top of the display so it can be updated during ajax operations.
- ViewsBlockBase::buildConfigurationForm in core/
modules/ views/ src/ Plugin/ Block/ ViewsBlockBase.php - ViewsFormBase::getForm in core/
modules/ views_ui/ src/ Form/ Ajax/ ViewsFormBase.php - ViewsFormMainForm::preRenderViewsForm in core/
modules/ views/ src/ Form/ ViewsFormMainForm.php - Replaces views substitution placeholders.
- views_add_contextual_links in core/
modules/ views/ views.module - Adds contextual links associated with a view display to a renderable array.
- views_help in core/
modules/ views/ views.module - Implements hook_help().
- 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_ui_help in core/
modules/ views_ui/ views_ui.module - Implements hook_help().
- views_ui_preprocess_views_view in core/
modules/ views_ui/ views_ui.module - Implements hook_preprocess_HOOK() for views templates.
- 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.
- ViewUI::renderPreview in core/
modules/ views_ui/ src/ ViewUI.php - WidgetBase::form in core/
lib/ Drupal/ Core/ Field/ WidgetBase.php - Creates a form element for a field.
- WidgetBase::formSingleElement in core/
lib/ Drupal/ Core/ Field/ WidgetBase.php - Generates the form element for a single copy of the widget.
- WizardPluginBase::buildFilters in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Builds the form structure for selecting the view's filters.
- WizardPluginBase::buildForm in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Form callback to build other elements in the "show" form.
- WizardPluginBase::defaultDisplayFiltersUser in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Retrieves filter information based on user input for the default display.
- workspaces_requirements in core/
modules/ workspaces/ workspaces.install - Implements hook_requirements().
- _ckeditor5_get_langcode_mapping in core/
modules/ ckeditor5/ ckeditor5.module - Returns a list of language codes supported by CKEditor 5.
- _filter_html_image_secure_process in core/
modules/ filter/ filter.module - Process callback for local image filter.
- _install_prepare_import in core/
includes/ install.core.inc - Tells the translation import process that Drupal core is installed.
- _system_advisories_requirements in core/
modules/ system/ system.install - Display requirements from security advisories.
- _template_preprocess_default_variables in core/
includes/ theme.inc - Returns hook-independent variables to template_preprocess().
- _update_cron_notify in core/
modules/ update/ update.fetch.inc - Performs any notifications that should be done once cron fetches new data.
- _update_fix_missing_schema in core/
includes/ update.inc - Helper to detect and fix 'missing' schema information.