952 calls to Drupal::service()
- AccessRoleTest::testRenderCaching in core/
modules/ user/ tests/ src/ Functional/ Views/ AccessRoleTest.php - Tests access on render caching.
- Action::create in core/
modules/ system/ src/ Entity/ Action.php - Constructs a new entity object, without permanently saving it.
- Action::getPluginCollection in core/
modules/ system/ src/ Entity/ Action.php - Encapsulates the creation of the action's LazyPluginCollection.
- ActionListBuilder::__construct in core/
modules/ action/ src/ ActionListBuilder.php - Constructs a new ActionListBuilder object.
- ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate in core/
modules/ workspaces/ tests/ src/ Functional/ UpdateSystem/ ActiveWorkspaceUpdateTest.php - Tests that there is no active workspace during database updates.
- AddedStylesheetsTest::testCkeditorStylesheets in core/
modules/ ckeditor5/ tests/ src/ Functional/ AddedStylesheetsTest.php - Test the ckeditor5-stylesheets theme config.
- AdminController::__construct in core/
modules/ system/ src/ Controller/ AdminController.php - AdminController constructor.
- AjaxFileManagedMultipleTest::testMultipleFilesUpload in core/
modules/ file/ tests/ src/ FunctionalJavascript/ AjaxFileManagedMultipleTest.php - Tests if managed file form element works well with multiple files upload.
- AliasManager::__construct in core/
modules/ path_alias/ src/ AliasManager.php - Constructs an AliasManager.
- AliasTest::testWhitelist in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - Tests the alias whitelist.
- AliasTest::testWhitelistCacheDeletionMidRequest in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - Tests situation where the whitelist cache is deleted mid-request.
- ApcuBackend::__construct in core/
lib/ Drupal/ Core/ Cache/ ApcuBackend.php - Constructs a new ApcuBackend instance.
- ApcuBackendFactory::__construct in core/
lib/ Drupal/ Core/ Cache/ ApcuBackendFactory.php - Constructs an ApcuBackendFactory object.
- ApcuBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ ApcuBackendTest.php - Creates a cache backend to test.
- AssertConfigEntityImportTrait::assertConfigEntityImport in core/
modules/ config/ tests/ src/ Traits/ AssertConfigEntityImportTrait.php - Asserts that a config entity can be imported without changing it.
- AssertContentTrait::assertThemeOutput in core/
tests/ Drupal/ KernelTests/ AssertContentTrait.php - Asserts themed output.
- AssertMailTraitTest::testAssertMailTrait in core/
tests/ Drupal/ KernelTests/ Core/ Test/ AssertMailTraitTest.php - Tests that the maintenance theme initializes the theme and its base themes.
- AssertViewsCacheTagsTrait::assertViewsCacheTags in core/
modules/ views/ src/ Tests/ AssertViewsCacheTagsTrait.php - Asserts a view's result & render cache items' cache tags.
- AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray in core/
modules/ views/ src/ Tests/ AssertViewsCacheTagsTrait.php - Asserts a view's result & render cache items' cache tags.
- AssetResolver::getJsAssets in core/
lib/ Drupal/ Core/ Asset/ AssetResolver.php - AttachedAssetsTest::testDynamicLibrary in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ AttachedAssetsTest.php - Dynamically defines an asset library and alters it.
- AttachedAssetsTest::testLibraryAlter in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ AttachedAssetsTest.php - Adds a JavaScript library to the page and alters it.
- AttachedAssetsTest::testLibraryNameConflicts in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ AttachedAssetsTest.php - Tests that multiple modules can implement libraries with the same name.
- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- automated_cron_form_system_cron_settings_alter in core/
modules/ automated_cron/ automated_cron.module - Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
- BackendChainTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ BackendChainTest.php - Creates a cache backend to test.
- BaseFieldDefinition::create in core/
lib/ Drupal/ Core/ Field/ BaseFieldDefinition.php - Creates a new field definition.
- BaseFieldOverride::preSave in core/
lib/ Drupal/ Core/ Field/ Entity/ BaseFieldOverride.php - BatchBidSerialUpdateTest::testUpdate in core/
modules/ system/ tests/ src/ Functional/ Update/ BatchBidSerialUpdateTest.php - Tests the change of the {batch} table [bid] field to serial.
- BatchStorage::__construct in core/
lib/ Drupal/ Core/ Batch/ BatchStorage.php - Constructs the database batch storage service.
- Block::conditionPluginManager in core/
modules/ block/ src/ Entity/ Block.php - Gets the condition plugin manager.
- Block::getPluginCollection in core/
modules/ block/ src/ Entity/ Block.php - Encapsulates the creation of the block's LazyPluginCollection.
- BlockConfigSchemaTest::setUp in core/
modules/ block/ tests/ src/ Kernel/ BlockConfigSchemaTest.php - BlockConfigSchemaTest::setUp in core/
modules/ book/ tests/ src/ Kernel/ Block/ BlockConfigSchemaTest.php - BlockContentAccessHandlerTest::setUp in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentAccessHandlerTest.php - BlockContentDeriverTest::testGetDerivativeDefinitionsAdminLabels in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentDeriverTest.php - Tests the admin labels of derivative definitions.
- BlockContentEntityReferenceSelectionTest::setUp in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentEntityReferenceSelectionTest.php - BlockForm::__construct in core/
modules/ block/ src/ BlockForm.php - Constructs a BlockForm object.
- BlockTest::testUninstallTheme in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests that uninstalling a theme removes its block configuration.
- BlockUiTest::testBlockAdminUiPage in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - Tests block admin page exists and functions correctly.
- BlockViewBuilder::lazyBuilder in core/
modules/ block/ src/ BlockViewBuilder.php - #lazy_builder callback; builds a #pre_render-able block.
- block_content_add_body_field in core/
modules/ block_content/ block_content.module - Adds the default body field to a block type.
- BookNavigationCacheContext::__construct in core/
modules/ book/ src/ Cache/ BookNavigationCacheContext.php - Constructs a new BookNavigationCacheContext service.
- BookTest::testBookNavigationBlock in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests the functionality of the book navigation block.
- BookTest::testSaveBookLink in core/
modules/ book/ tests/ src/ Functional/ BookTest.php - Tests that saveBookLink() returns something.
- book_node_insert in core/
modules/ book/ book.module - Implements hook_ENTITY_TYPE_insert() for node entities.
- book_node_load in core/
modules/ book/ book.module - Implements hook_ENTITY_TYPE_load() for node entities.
- book_node_predelete in core/
modules/ book/ book.module - Implements hook_ENTITY_TYPE_predelete() for node entities.
- book_node_prepare_form in core/
modules/ book/ book.module - Implements hook_ENTITY_TYPE_prepare_form() for node entities.
- book_node_update in core/
modules/ book/ book.module - Implements hook_ENTITY_TYPE_update() for node entities.
- BooleanFieldTest::testBooleanField in core/
modules/ field/ tests/ src/ Functional/ Boolean/ BooleanFieldTest.php - Tests boolean field.
- BooleanFieldTest::testFormAccess in core/
modules/ field/ tests/ src/ Functional/ Boolean/ BooleanFieldTest.php - Tests field access.
- BreakpointManager::__construct in core/
modules/ breakpoint/ src/ BreakpointManager.php - Constructs a new BreakpointManager instance.
- CachedStorageTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ CachedStorageTest.php - CacheTagTest::getRenderCache in core/
modules/ views/ tests/ src/ Functional/ Plugin/ CacheTagTest.php - Gets the render cache for a given view.
- CacheTagTest::testTagCaching in core/
modules/ views/ tests/ src/ Functional/ Plugin/ CacheTagTest.php - Tests the tag cache plugin.
- CacheTest::testArgumentDefaultCache in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ CacheTest.php - Tests that cacheability metadata is carried over from argument defaults.
- CacheTest::testHeaderStorage in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ CacheTest.php - Tests css/js storage and restoring mechanism.
- CacheWebTest::testCacheOutputOnPage in core/
modules/ views/ tests/ src/ Functional/ Plugin/ CacheWebTest.php - Tests the output caching on an actual page.
- CategorizingPluginManagerTrait::getModuleExtensionList in core/
lib/ Drupal/ Core/ Plugin/ CategorizingPluginManagerTrait.php - Returns the module extension list used.
- ChainedFastBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ ChainedFastBackendTest.php - Creates a new instance of ChainedFastBackend.
- CheckpointStorageTest::testRevertWithCollections in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ Checkpoint/ CheckpointStorageTest.php - CKEditor5ImageController::__construct in core/
modules/ ckeditor5/ src/ Controller/ CKEditor5ImageController.php - Constructs a new CKEditor5ImageController.
- CKEditor5PluginDefinition::getTypedConfig in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5PluginDefinition.php - Returns the typed configuration service.
- CKEditor5PluginManagerTest::mockModuleInVfs in core/
modules/ ckeditor5/ tests/ src/ Kernel/ CKEditor5PluginManagerTest.php - Mocks a module providing a CKEditor 5 plugin in VFS.
- CKEditorStylesheetsWarningTest::installThemeThatTriggersWarning in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditorStylesheetsWarningTest.php - Installs and enables themes for testing.
- ClaroModalDisplayTest::testModalAddAnother in core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroModalDisplayTest.php - Tests the position f "add another" button in dialogs.
- CommandsTest::testAttachedSettings in core/
tests/ Drupal/ KernelTests/ Core/ Ajax/ CommandsTest.php - Regression test: Settings command exists regardless of JS aggregation.
- CommentAdminViewTest::doTestFilters in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentAdminViewTest.php - Tests comment admin view display.
- CommentForm::__construct in core/
modules/ comment/ src/ CommentForm.php - Constructs a new CommentForm.
- CommentLinksTest::testLinkApprove in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php - Tests the comment approve link.
- CommentLinksTest::testLinkReply in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php - Tests the comment reply link.
- CommentOrphanTest::testOrphan in core/
modules/ comment/ tests/ src/ Kernel/ CommentOrphanTest.php - Test loading/deleting/rendering orphaned comments.
- CommentStatistics::__construct in core/
modules/ comment/ src/ CommentStatistics.php - Constructs the CommentStatistics service.
- CommentTestTrait::addDefaultCommentField in core/
modules/ comment/ src/ Tests/ CommentTestTrait.php - Adds the default comment field to an entity.
- CommentUserNameTest::testUsername in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentUserNameTest.php - Tests the username formatter.
- comment_entity_view in core/
modules/ comment/ comment.module - Implements hook_entity_view().
- 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.
- ComplexDataConstraint::__construct in core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ ComplexDataConstraint.php - ComponentKernelTestBase::renderComponentRenderArray in core/
tests/ Drupal/ Tests/ Core/ Theme/ Component/ ComponentKernelTestBase.php - Renders a component for testing sake.
- ComponentKernelTestBase::setUp in core/
tests/ Drupal/ Tests/ Core/ Theme/ Component/ ComponentKernelTestBase.php - ComponentKernelTestBase::setUp in core/
modules/ sdc/ tests/ src/ Kernel/ ComponentKernelTestBase.php - ComponentRendererTrait::renderComponentRenderArray in core/
modules/ sdc/ tests/ src/ Traits/ ComponentRendererTrait.php - Renders a component for testing sake.
- ComponentRenderTest::testPluginDefinition in core/
modules/ sdc/ tests/ src/ Kernel/ ComponentRenderTest.php - Ensures some key aspects of the plugin definition are correctly computed.
- ComponentRenderTest::testPluginDefinition in core/
tests/ Drupal/ KernelTests/ Components/ ComponentRenderTest.php - Ensures some key aspects of the plugin definition are correctly computed.
- ComputedFileUrl::getValue in core/
modules/ file/ src/ ComputedFileUrl.php - Gets the data value.
- ConditionPluginCollectionTest::testGetConfiguration in core/
tests/ Drupal/ KernelTests/ Core/ Condition/ ConditionPluginCollectionTest.php - @covers ::getConfiguration
- Config::__construct in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ Config.php - Constructs a Config destination object.
- ConfigCacheTag::__construct in core/
modules/ system/ src/ EventSubscriber/ ConfigCacheTag.php - Constructs a ConfigCacheTag object.
- ConfigConfigurator::getConfigStorage in core/
lib/ Drupal/ Core/ Recipe/ ConfigConfigurator.php - Gets a config storage object for reading config from the recipe.
- ConfigDependencyTest::testConfigEntityDelete in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDependencyTest.php - Tests deleting a configuration entity and dependency management.
- ConfigDependencyTest::testConfigEntityUninstall in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDependencyTest.php - Tests ConfigManager::uninstall() and config entity dependency management.
- ConfigDependencyTest::testConfigEntityUninstallComplex in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDependencyTest.php - Tests complex configuration entity dependency handling during uninstall.
- ConfigDependencyTest::testConfigEntityUninstallThirdParty in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDependencyTest.php - @covers ::uninstall @covers ::getConfigEntitiesToChangeOnDependencyRemoval
- ConfigDependencyTest::testContentEntityDelete in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDependencyTest.php - Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.
- ConfigDependencyTest::testDependencyManagement in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDependencyTest.php - Tests creating dependencies on configuration entities.
- ConfigDependencyTest::testNonEntity in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDependencyTest.php - Tests that calculating dependencies for system module.
- ConfigEntityAdapter::getTypedConfigManager in core/
lib/ Drupal/ Core/ Entity/ Plugin/ DataType/ ConfigEntityAdapter.php - Gets the typed config manager.
- ConfigEntityAdapter::getTypedDataManager in core/
lib/ Drupal/ Core/ Entity/ Plugin/ DataType/ ConfigEntityAdapter.php - @todo Remove this in https://www.drupal.org/node/3011137.
- ConfigEntityBase::getConfigManager in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets the configuration manager.
- ConfigEntityBase::getTypedConfig in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets the typed config manager.
- ConfigEventsTest::testConfigEvents in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEventsTest.php - Tests configuration events.
- ConfigExportImportUITest::testExportImportCollections in core/
modules/ config/ tests/ src/ Functional/ ConfigExportImportUITest.php - Tests an export and import of collections.
- ConfigExportUITest::testExport in core/
modules/ config/ tests/ src/ Functional/ ConfigExportUITest.php - Tests export of configuration.
- ConfigFormBase::typedConfigManager in core/
lib/ Drupal/ Core/ Form/ ConfigFormBase.php - Returns the typed config manager service.
- ConfigImporter::__construct in core/
lib/ Drupal/ Core/ Config/ ConfigImporter.php - Constructs a configuration import object.
- ConfigImporterTest::testSiteUuidValidate in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests verification of site UUID before importing configuration.
- ConfigImportUITest::testImportSiteUuidValidation in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests verification of site UUID before importing configuration.
- ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigInstallTest.php - Tests collections which do not support config entities install correctly.
- ConfigInstallTest::testCollectionInstallationCollections in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigInstallTest.php - Tests config objects in collections are installed as expected.
- ConfigInstallTest::testCollectionInstallationNoCollections in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigInstallTest.php - Tests that collections are ignored if the event does not return anything.
- ConfigNamesMapper::__construct in core/
modules/ config_translation/ src/ ConfigNamesMapper.php - Constructs a ConfigNamesMapper.
- ConfigSchemaTest::testConfigSchemaInfoAlter in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigSchemaTest.php - Tests hook_config_schema_info_alter().
- ConfigSingleImportExportTest::testImport in core/
modules/ config/ tests/ src/ Functional/ ConfigSingleImportExportTest.php - Tests importing a single configuration file.
- ConfigSingleImportForm::__construct in core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php - Constructs a new ConfigSingleImportForm.
- ConfigSnapshotTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigSnapshotTest.php - ConfigSync::__construct in core/
modules/ config/ src/ Form/ ConfigSync.php - Constructs the object.
- ConfigTranslationContextualLink::mapperManager in core/
modules/ config_translation/ src/ Plugin/ Menu/ ContextualLink/ ConfigTranslationContextualLink.php - Gets the mapper manager.
- ConfigTranslationLocalTask::mapperManager in core/
modules/ config_translation/ src/ Plugin/ Menu/ LocalTask/ ConfigTranslationLocalTask.php - Gets the mapper manager.
- Connection::getPagerManager in core/
lib/ Drupal/ Core/ Database/ Connection.php - Get the pager manager service, if available.
- ConstraintsTest::testUuid in core/
tests/ Drupal/ KernelTests/ Core/ Validation/ ConstraintsTest.php - ContentEntityBase::create in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Constructs a new entity object, without permanently saving it.
- ContentLanguageSettings::getAllValidDefaultLangcodes in core/
modules/ language/ src/ Entity/ ContentLanguageSettings.php - Returns all valid values for the `default_langcode` property.
- ContentModerationState::loadFromModeratedEntity in core/
modules/ content_moderation/ src/ Entity/ ContentModerationState.php - Loads a content moderation state entity.
- ContentModerationWorkflowConfigTest::testDeletingStateViaConfiguration in core/
modules/ content_moderation/ tests/ src/ Kernel/ ContentModerationWorkflowConfigTest.php - Tests deleting a state via config import.
- ContentModerationWorkflowTypeTest::testNewWorkflow in core/
modules/ content_moderation/ tests/ src/ Functional/ ContentModerationWorkflowTypeTest.php - Tests creating a new workflow using the content moderation plugin.
- ContentTranslationController::__construct in core/
modules/ content_translation/ src/ Controller/ ContentTranslationController.php - Initializes a content translation controller.
- ContentTranslationHandler::__construct in core/
modules/ content_translation/ src/ ContentTranslationHandler.php - Initializes an instance of the content translation controller.
- ContentTranslationSettingsTest::testSettingsUI in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationSettingsTest.php - Tests that the settings UI works as expected.
- ContentTranslationTestBase::setupTestFields in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationTestBase.php - Creates the test fields.
- content_moderation_entity_access in core/
modules/ content_moderation/ content_moderation.module - Implements hook_entity_access().
- content_moderation_entity_access in core/
modules/ content_moderation/ content_moderation.module - Implements hook_entity_access().
- content_moderation_entity_field_access in core/
modules/ content_moderation/ content_moderation.module - Implements hook_entity_field_access().
- content_moderation_test_resave_entity_insert in core/
modules/ content_moderation/ tests/ modules/ content_moderation_test_resave/ content_moderation_test_resave.module - Implements hook_entity_insert().
- content_translation_entity_base_field_info in core/
modules/ content_translation/ content_translation.module - Implements hook_entity_base_field_info().
- content_translation_entity_bundle_info_alter in core/
modules/ content_translation/ content_translation.module - Implements hook_entity_bundle_info_alter().
- content_translation_entity_extra_field_info in core/
modules/ content_translation/ content_translation.module - Implements hook_entity_extra_field_info().
- content_translation_entity_presave in core/
modules/ content_translation/ content_translation.module - Implements hook_entity_presave().
- content_translation_form_language_content_settings_submit in core/
modules/ content_translation/ content_translation.admin.inc - Form submission handler for content_translation_admin_settings_form().
- content_translation_language_fallback_candidates_entity_view_alter in core/
modules/ content_translation/ content_translation.module - Implements hook_language_fallback_candidates_OPERATION_alter().
- content_translation_views_data_alter in core/
modules/ content_translation/ content_translation.module - Implements hook_views_data_alter().
- ContextAwarePluginAssignmentTrait::contextHandler in core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginAssignmentTrait.php - Wraps the context handler.
- ContextAwarePluginManagerTrait::contextHandler in core/
lib/ Drupal/ Core/ Plugin/ Context/ ContextAwarePluginManagerTrait.php - Wraps the context handler.
- ContextualLinks::contextualLinkManager in core/
modules/ contextual/ src/ Element/ ContextualLinks.php - Wraps the contextual link manager.
- ControllerResolver::__construct in core/
lib/ Drupal/ Core/ Controller/ ControllerResolver.php - Constructs a new ControllerResolver.
- Cron::__construct in core/
lib/ Drupal/ Core/ Cron.php - Constructs a cron object.
- CronQueueTest::setUp in core/
modules/ system/ tests/ src/ Kernel/ System/ CronQueueTest.php - CssCollectionRenderer::__construct in core/
lib/ Drupal/ Core/ Asset/ CssCollectionRenderer.php - Constructs a CssCollectionRenderer.
- CurrentThemeConditionTest::testCurrentTheme in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ CurrentThemeConditionTest.php - Tests the current theme condition.
- CustomAccessCheck::__construct in core/
lib/ Drupal/ Core/ Access/ CustomAccessCheck.php - Constructs a CustomAccessCheck instance.
- Database::getDriverList in core/
lib/ Drupal/ Core/ Database/ Database.php - Returns the list provider for available database drivers.
- DatabaseBackend::__construct in core/
lib/ Drupal/ Core/ Flood/ DatabaseBackend.php - Construct the DatabaseBackend.
- DatabaseBackend::__construct in core/
lib/ Drupal/ Core/ Cache/ DatabaseBackend.php - Constructs a DatabaseBackend object.
- DatabaseBackendFactory::__construct in core/
lib/ Drupal/ Core/ Cache/ DatabaseBackendFactory.php - Constructs the DatabaseBackendFactory object.
- DatabaseBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ DatabaseBackendTest.php - Creates a new instance of DatabaseBackend.
- DatabaseDriver::load in core/
lib/ Drupal/ Core/ Extension/ DatabaseDriver.php - Loads the main extension file, if any.
- Date::__construct in core/
modules/ datetime/ src/ Plugin/ views/ argument/ Date.php - Constructs a new Date instance.
- Date::__construct in core/
modules/ views/ src/ Plugin/ views/ field/ Date.php - Constructs a new Date object.
- Date::__construct in core/
modules/ views/ src/ Plugin/ views/ argument/ Date.php - Constructs a new Date instance.
- DateFormat::getTranslationElement in core/
modules/ config_translation/ src/ FormElement/ DateFormat.php - Returns the translation form element for a given configuration definition.
- DateFormatDeleteForm::__construct in core/
modules/ system/ src/ Form/ DateFormatDeleteForm.php - Constructs a DateFormatDeleteForm object.
- DateFormatEditForm::__construct in core/
modules/ system/ src/ Form/ DateFormatEditForm.php - Constructs a DateFormatEditForm object.
- DateFormatListBuilder::__construct in core/
modules/ system/ src/ DateFormatListBuilder.php - Constructs a new DateFormatListBuilder object.
- DateRangeFieldTest::testAlldayRangeField in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Tests all-day field.
- DateRangeFieldTest::testDatelistWidget in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Tests Date Range List Widget functionality.
- DateRangeFieldTest::testDateRangeField in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Tests date field functionality.
- DateRangeFieldTest::testDatetimeRangeField in core/
modules/ datetime_range/ tests/ src/ Functional/ DateRangeFieldTest.php - Tests date and time field.
- DateTimeFieldTest::testDateField in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Tests date field functionality.
- DateTimeFieldTest::testDatelistWidget in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Tests Date List Widget functionality.
- DateTimeFieldTest::testDatetimeField in core/
modules/ datetime/ tests/ src/ Functional/ DateTimeFieldTest.php - Tests date and time field.
- datetime_range_entity_view_display_presave in core/
modules/ datetime_range/ datetime_range.module - Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
- datetime_range_post_update_from_to_configuration in core/
modules/ datetime_range/ datetime_range.post_update.php - Adds 'from_to' in flagged entity view date range formatter.
- DbUpdateController::__construct in core/
modules/ system/ src/ Controller/ DbUpdateController.php - Constructs a new UpdateController.
- DeleteActionTest::testDeleteAction in core/
tests/ Drupal/ KernelTests/ Core/ Action/ DeleteActionTest.php - @covers \Drupal\Core\Action\Plugin\Action\DeleteAction::execute
- demo_umami_toolbar in core/
profiles/ demo_umami/ demo_umami.profile - Implements hook_toolbar().
- DeprecatedServicePropertyTrait::__get in core/
lib/ Drupal/ Core/ DependencyInjection/ DeprecatedServicePropertyTrait.php - Allows to access deprecated/removed properties.
- DestinationCategoryTest::setUp in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ Plugin/ migrate/ DestinationCategoryTest.php - DirectoryTest::testFileCheckDirectoryHandling in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - Tests directory handling functions.
- DirectoryTest::testFileCheckLocalDirectoryHandling in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - Tests local directory handling functions.
- DirectoryTest::testFileCreateNewFilepath in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - Tests the file paths of newly created files.
- DirectoryTest::testFileDestination in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - Tests the destination file path.
- DisplayApiTest::setUp in core/
modules/ field/ tests/ src/ Kernel/ DisplayApiTest.php - Set the default field storage backend for fields created during tests.
- DisplayTest::addTranslation in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Helper function for adding interface text translations.
- DrupalSelenium2DriverTest::testGetRemoteFilePath in core/
tests/ Drupal/ FunctionalJavascriptTests/ Tests/ DrupalSelenium2DriverTest.php - Tests uploading remote files.
- DrupalTest::testService in core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php - Tests the service() 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_database_types in core/
includes/ install.inc - Returns all supported database driver installer objects.
- 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.
- Editor::editorPluginManager in core/
modules/ editor/ src/ Entity/ Editor.php - Returns the editor plugin manager.
- editor_file_download in core/
modules/ editor/ editor.module - Implements hook_file_download().
- editor_form_filter_format_form_alter in core/
modules/ editor/ editor.module - Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
- Element::getTypedDataManager in core/
lib/ Drupal/ Core/ Config/ Schema/ Element.php - Gets the typed configuration manager.
- ElementInfoManager::__construct in core/
lib/ Drupal/ Core/ Render/ ElementInfoManager.php - Constructs an ElementInfoManager object.
- EmailFieldTest::testEmailField in core/
modules/ field/ tests/ src/ Functional/ Email/ EmailFieldTest.php - Tests email field.
- EngineTwigTest::testTwigFileUrls in core/
modules/ system/ tests/ src/ Functional/ Theme/ EngineTwigTest.php - Tests the automatic/magic calling of toString() on objects, if exists.
- EntityAccessControlHandlerTest::testUserLabelAccess in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityAccessControlHandlerTest.php - Ensures user labels are accessible for everyone.
- EntityArgument::__construct in core/
modules/ views/ src/ Plugin/ views/ argument/ EntityArgument.php - Constructs a Handler object.
- EntityAutocomplete::getEntityLabels in core/
lib/ Drupal/ Core/ Entity/ Element/ EntityAutocomplete.php - Converts an array of entity objects into a string of entity labels.
- EntityBase::create in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Constructs a new entity object, without permanently saving it.
- EntityBase::entityTypeBundleInfo in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Gets the entity type bundle info service.
- EntityBase::load in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Loads an entity.
- EntityBase::loadMultiple in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Loads one or more entities.
- EntityBase::uuidGenerator in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - Gets the UUID generator.
- EntityCacheTagsTestBase::createReferenceTestEntities in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityCacheTagsTestBase.php - Creates a referencing and a non-referencing entity for testing purposes.
- EntityCacheTagsTestBase::getRenderCacheBackend in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityCacheTagsTestBase.php - Retrieves the render cache backend as a variation cache.
- EntityCacheTagsTestBase::testReferencedEntity in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity when referenced.
- EntityController::__construct in core/
lib/ Drupal/ Core/ Entity/ Controller/ EntityController.php - Constructs a new EntityController.
- EntityDecoupledTranslationRevisionsTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDecoupledTranslationRevisionsTest.php - EntityDeleteForm::getConfigManager in core/
lib/ Drupal/ Core/ Entity/ EntityDeleteForm.php - Gets the configuration manager.
- EntityDisplayBase::__construct in core/
lib/ Drupal/ Core/ Entity/ EntityDisplayBase.php - Constructs an Entity object.
- EntityDisplayRepositoryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDisplayRepositoryTest.php - EntityDisplayTest::testDeleteBundle in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityDisplayTest.php - Tests deleting a bundle.
- EntityDisplayTest::testDeleteField in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityDisplayTest.php - Tests deleting field.
- EntityDisplayTest::testOnDependencyRemoval in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityDisplayTest.php - Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
- EntityField::__construct in core/
modules/ views/ src/ Plugin/ views/ field/ EntityField.php - Constructs a \Drupal\field\Plugin\views\field\Field object.
- EntityFormDisplay::__construct in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityFormDisplay.php - Constructs an Entity object.
- EntityFormDisplayTest::testDeleteField in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityFormDisplayTest.php - Tests deleting field.
- EntityFormDisplayTest::testEntityGetFromDisplay in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityFormDisplayTest.php - @covers \Drupal\Core\Entity\EntityDisplayRepository::getFormDisplay
- EntityFormDisplayTest::testOnDependencyRemoval in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityFormDisplayTest.php - Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
- EntityFormDisplayTest::testSerialization in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityFormDisplayTest.php - Tests the serialization and unserialization of the class.
- EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityLoadByUuidTest.php - Ensures that ::loadEntityByUuid() doesn't apply access checking.
- EntityPermissionsForm::__construct in core/
modules/ user/ src/ Form/ EntityPermissionsForm.php - Constructs a new EntityPermissionsForm.
- EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidget in core/
tests/ Drupal/ FunctionalJavascriptTests/ EntityReference/ EntityReferenceAutocompleteWidgetTest.php - Tests that the default autocomplete widget return the correct results.
- EntityReferenceAutoCreateTest::setUp in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceAutoCreateTest.php - EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceFieldDefaultValueTest.php - Tests that default values are correctly translated to UUIDs in config.
- EntityReferenceFieldTest::testReferencedEntitiesStringId in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityReferenceFieldTest.php - Tests referencing entities with string IDs.
- EntityReferenceFieldTranslatedReferenceViewTest::setUpEntityReferenceField in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceFieldTranslatedReferenceViewTest.php - Adds term reference field for the article content type.
- EntityReferenceFileUploadTest::setUp in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceFileUploadTest.php - EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceIntegrationTest.php - Tests the entity reference field with all its supported field widgets.
- EntityReferenceItem::calculateDependencies in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ EntityReferenceItem.php - EntityReferenceItem::fieldSettingsSummary in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ EntityReferenceItem.php - EntityReferenceItem::generateSampleValue in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ EntityReferenceItem.php - EntityReferenceItem::onDependencyRemoval in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ EntityReferenceItem.php - EntitySchemaTest::testModifyingTranslatableColumnSchema in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntitySchemaTest.php - Tests that modifying the UUID field for a translatable entity works.
- EntityTranslationTest::testFieldDefinitions in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityTranslationTest.php - Check that field translatability is handled properly.
- EntityTypeRepository::__construct in core/
lib/ Drupal/ Core/ Entity/ EntityTypeRepository.php - EntityValidationTest::testValidation in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityValidationTest.php - Tests validating test entity types.
- EntityViewBuilderTest::testEntityViewBuilderCache in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityViewBuilderTest.php - Tests entity render cache handling.
- EntityViewBuilderTest::testEntityViewBuilderCacheWithReferences in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityViewBuilderTest.php - Tests entity render cache with references.
- EntityViewDisplay::__construct in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityViewDisplay.php - Constructs an Entity object.
- EnvironmentCleanerTest::testDoCleanTemporaryDirectories in core/
tests/ Drupal/ KernelTests/ Core/ Test/ EnvironmentCleanerTest.php - @covers ::doCleanTemporaryDirectories
- EquivalentUpdateTest::testModuleUninstall in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ EquivalentUpdateTest.php - Tests that module uninstall removes skipped update information.
- EquivalentUpdateTest::testUpdateHooks in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ EquivalentUpdateTest.php - Tests that update hooks are properly run.
- ExceptionLoggingSubscriberTest::testExceptionLogging in core/
tests/ Drupal/ KernelTests/ Core/ EventSubscriber/ ExceptionLoggingSubscriberTest.php - Tests \Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber::onException().
- ExecuteMigration::execute in core/
modules/ migrate/ tests/ modules/ migrate_no_migrate_drupal_test/ src/ Controller/ ExecuteMigration.php - Run the node_migration_no_migrate_drupal test migration.
- ExtensionInstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ ExtensionInstallStorage.php - Returns a map of all config object names and their folders.
- ExtensionViewsFieldTest::testFileExtensionTarOption in core/
modules/ file/ tests/ src/ Kernel/ Views/ ExtensionViewsFieldTest.php - Tests file extension views field handler extension_detect_tar option.
- ExternalFormUrlTest::testActionUrlBehavior in core/
tests/ Drupal/ KernelTests/ Core/ Form/ ExternalFormUrlTest.php - Tests form behavior.
- Feed::buildResponse in core/
modules/ views/ src/ Plugin/ views/ display/ Feed.php - Builds up a response with the rendered view as content.
- FieldAPIHandlerTrait::getEntityFieldManager in core/
modules/ views/ src/ FieldAPIHandlerTrait.php - Returns the entity field manager.
- FieldAttachOtherTest::testEntityFormDisplayBuildForm in core/
modules/ field/ tests/ src/ Kernel/ FieldAttachOtherTest.php - Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm().
- FieldConfig::preDelete in core/
modules/ field/ src/ Entity/ FieldConfig.php - Acts on entities before they are deleted and before hooks are invoked.
- FieldConfig::preSave in core/
modules/ field/ src/ Entity/ FieldConfig.php - Overrides \Drupal\Core\Entity\Entity::preSave().
- FieldConfigBase::calculateDependencies in core/
lib/ Drupal/ Core/ Field/ FieldConfigBase.php - Calculates dependencies and stores them in the dependency property.
- FieldConfigBase::onDependencyRemoval in core/
lib/ Drupal/ Core/ Field/ FieldConfigBase.php - Informs the entity that entities it depends on will be deleted.
- FieldConfigDeleteForm::__construct in core/
modules/ field_ui/ src/ Form/ FieldConfigDeleteForm.php - Constructs a new FieldConfigDeleteForm object.
- FieldConfigEditForm::__construct in core/
modules/ field_ui/ src/ Form/ FieldConfigEditForm.php - Constructs a new FieldConfigDeleteForm object.
- FieldCrudTest::testCreateField in core/
modules/ field/ tests/ src/ Kernel/ FieldCrudTest.php - Tests the creation of a field.
- FieldCustomTest::testFieldCustomTokens in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldCustomTest.php - Ensure that custom fields can use tokens.
- FieldDefinition::setFieldStorageDefinition in core/
lib/ Drupal/ Core/ Field/ FieldDefinition.php - Set the field storage definition.
- FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity in core/
modules/ field/ tests/ src/ Kernel/ FieldDefinitionIntegrityTest.php - Tests the integrity of field plugin definitions.
- FieldDisplayTest::testFieldVisualHidden in core/
modules/ field/ tests/ src/ Kernel/ FieldDisplayTest.php - Tests that visually hidden works with core.
- FieldEntityTranslationTest::setUp in core/
modules/ views/ tests/ src/ Functional/ Entity/ FieldEntityTranslationTest.php - Sets up the test.
- FieldFieldAccessTestBase::assertFieldAccess in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldFieldAccessTestBase.php - Checks views field access for a given entity type and field name.
- FieldFieldTest::testComplexRender in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldFieldTest.php - Tests the output of a view with complex field configuration.
- FieldImportCreateTest::testImportCreate in core/
modules/ field/ tests/ src/ Kernel/ FieldImportCreateTest.php - Tests creating field storages and fields during config import.
- FieldItemList::defaultValueWidget in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php - Returns the widget object used in default value form.
- FieldKernelTest::testArgumentTokens in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldKernelTest.php - Tests the arguments tokens on field level.
- FieldKernelTest::testFieldTokens in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldKernelTest.php - Tests the field tokens, row level and field level.
- FieldKernelTest::testRender in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldKernelTest.php - Tests that the render function is called.
- FieldKernelTest::testRewrite in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldKernelTest.php - Tests general rewriting of the output.
- FieldKernelTest::testRewriteHtmlWithTokens in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldKernelTest.php - Tests rewriting of the output with HTML.
- FieldKernelTest::testRewriteHtmlWithTokensAndAggregation in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldKernelTest.php - Tests rewriting of the output with HTML and aggregation.
- FieldKernelTest::_testEmptyText in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldKernelTest.php - Tests the usage of the empty text.
- FieldKernelTest::_testHideIfEmpty in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldKernelTest.php - Tests the hide if empty functionality.
- FieldPluginBase::getRenderer in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Returns the render API renderer.
- FieldRenderedEntityTest::testRenderedEntityWithoutAndWithField in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldRenderedEntityTest.php - Tests the default rendered entity output.
- FieldResolverTest::setUp in core/
modules/ jsonapi/ tests/ src/ Kernel/ Context/ FieldResolverTest.php - FieldStorageAddForm::__construct in core/
modules/ field_ui/ src/ Form/ FieldStorageAddForm.php - Constructs a new FieldStorageAddForm object.
- FieldStorageConfig::getCardinality in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Returns the maximum number of items allowed for the field.
- FieldStorageConfig::getSettings in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Returns the storage settings.
- FieldStorageConfig::preDelete in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Acts on entities before they are deleted and before hooks are invoked.
- FieldStorageConfig::preSave in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Overrides \Drupal\Core\Entity\Entity::preSave().
- FieldStorageConfig::preSaveNew in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Prepares saving a new field definition.
- FieldStorageConfigEditForm::getEnforcedCardinality in core/
modules/ field_ui/ src/ Form/ FieldStorageConfigEditForm.php - Returns the cardinality enforced by the field type.
- FieldStorageCrudTest::testCreate in core/
modules/ field/ tests/ src/ Kernel/ FieldStorageCrudTest.php - Tests the creation of a field storage.
- FieldTypePluginManager::__construct in core/
lib/ Drupal/ Core/ Field/ FieldTypePluginManager.php - Constructs the FieldTypePluginManager object.
- FieldTypePluginManagerTest::testCreateInstance in core/
modules/ field/ tests/ src/ Kernel/ FieldTypePluginManagerTest.php - Tests creation of field item instances.
- FieldTypePluginManagerTest::testCreateInstanceWithConfig in core/
modules/ field/ tests/ src/ Kernel/ FieldTypePluginManagerTest.php - Tests creation of field item instances.
- FieldTypePluginManagerTest::testDefaultSettings in core/
modules/ field/ tests/ src/ Kernel/ FieldTypePluginManagerTest.php - Tests the default settings convenience methods.
- FieldTypePluginManagerTest::testMainProperty in core/
modules/ field/ tests/ src/ Kernel/ FieldTypePluginManagerTest.php - Tests all field items provide an existing main property.
- FieldTypePluginManagerTest::testUiDefinitionsPerEntityType in core/
modules/ field/ tests/ src/ Kernel/ FieldTypePluginManagerTest.php - Tests UI definitions per entity type.
- FieldWebTest::testAlterUrl in core/
modules/ views/ tests/ src/ Functional/ Handler/ FieldWebTest.php - Tests rewriting the output to a link.
- FieldWebTest::testTextRendering in core/
modules/ views/ tests/ src/ Functional/ Handler/ FieldWebTest.php - Tests trimming/read-more/ellipses.
- field_field_config_create in core/
modules/ field/ field.module - Implements hook_ENTITY_TYPE_create() for 'field_config'.
- field_field_config_presave in core/
modules/ field/ field.module - Implements hook_ENTITY_TYPE_presave() for 'field_config'.
- field_field_storage_config_update in core/
modules/ field/ field.module - Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
- field_form_field_config_edit_form_entity_builder in core/
modules/ field/ field.module - Entity form builder for field config edit form.
- field_help in core/
modules/ field/ field.module - Implements hook_help().
- field_purge_batch in core/
modules/ field/ field.purge.inc - Purges a batch of deleted Field API data, field storages, or fields.
- 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.
- File::createFileUrl in core/
modules/ file/ src/ Entity/ File.php - Creates a file URL for the URI of this file.
- FileCopyTest::testOverwriteSelf in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileCopyTest.php - Copy a file onto itself.
- FileFieldWidgetTest::createTemporaryFile in core/
modules/ file/ tests/ src/ Functional/ FileFieldWidgetTest.php - Creates a temporary file, for a specific user.
- FileFieldWidgetTest::testUploadingMoreFilesThanAllowed in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileFieldWidgetTest.php - Tests uploading more files than allowed at once.
- FileImageDimensionsConstraintValidatorTest::setUp in core/
modules/ file/ tests/ src/ Kernel/ Plugin/ Validation/ Constraint/ FileImageDimensionsConstraintValidatorTest.php - FileIsImageConstraintValidatorTest::setUp in core/
modules/ file/ tests/ src/ Kernel/ Plugin/ Validation/ Constraint/ FileIsImageConstraintValidatorTest.php - FileItem::generateSampleValue in core/
modules/ file/ src/ Plugin/ Field/ FieldType/ FileItem.php - FileItemTest::testFileItem in core/
modules/ file/ tests/ src/ Kernel/ FileItemTest.php - Tests using entity fields of the file field type.
- FileManagedFileElementTest::testUnusedPermanentFileValidation in core/
modules/ file/ tests/ src/ Functional/ FileManagedFileElementTest.php - Verify that unused permanent files can be used.
- FileMediaFormatterBase::isApplicable in core/
modules/ file/ src/ Plugin/ Field/ FieldFormatter/ FileMediaFormatterBase.php - Returns if the formatter can be used for the provided field.
- FileMoveTest::testNormal in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileMoveTest.php - Move a normal file.
- FileMoveTest::testOverwriteSelf in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileMoveTest.php - Try to move a file onto itself.
- FileOnTranslatedEntityTest::testFileUsage in core/
modules/ file/ tests/ src/ Functional/ FileOnTranslatedEntityTest.php - Tests if file field tracks file usages correctly on translated nodes.
- FilePathTest::setUp in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ FilePathTest.php - FilePrivateTest::testPrivateFile in core/
modules/ file/ tests/ src/ Functional/ FilePrivateTest.php - Tests file access for file uploaded to a private node.
- FileRepositoryTest::testExistingRename in core/
modules/ file/ tests/ src/ Kernel/ FileRepositoryTest.php - Tests writeData() when renaming around an existing file.
- FileRepositoryTest::testExistingReplace in core/
modules/ file/ tests/ src/ Kernel/ FileRepositoryTest.php - Tests writeData() when replacing an existing file.
- FileRepositoryTest::testWithFilename in core/
modules/ file/ tests/ src/ Kernel/ FileRepositoryTest.php - Tests the writeData() method.
- FileSaveDataTest::testFileSaveData in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileSaveDataTest.php - Tests the file_unmanaged_save_data() function.
- FileSaveHtaccessLoggingTest::testHtaccessSave in core/
modules/ system/ tests/ src/ Functional/ File/ FileSaveHtaccessLoggingTest.php - Tests file_save_htaccess().
- FileStorage::getFileSystem in core/
lib/ Drupal/ Core/ Config/ FileStorage.php - Returns file system service.
- FileUpload::__construct in core/
modules/ jsonapi/ src/ Controller/ FileUpload.php - Constructs a new FileUpload object.
- FileUploadHandler::__construct in core/
modules/ file/ src/ Upload/ FileUploadHandler.php - FileUploadResource::__construct in core/
modules/ file/ src/ Plugin/ rest/ resource/ FileUploadResource.php - Constructs a Drupal\rest\Plugin\ResourceBase object.
- FileUrlGeneratorTest::testPublicManagedFileURL in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileUrlGeneratorTest.php - Tests the rewriting of public managed file URLs by hook_file_url_alter().
- file_cron in core/
modules/ file/ file.module - Implements hook_cron().
- file_file_download in core/
modules/ file/ file.module - Implements hook_file_download().
- file_get_file_references in core/
modules/ file/ file.module - Retrieves a list of references to a file.
- file_save_upload in core/
modules/ file/ file.module - Saves file uploads to a new location.
- file_test_file_url_alter in core/
modules/ file/ tests/ file_test/ file_test.module - Implements hook_file_url_alter().
- file_validate_image_resolution in core/
modules/ file/ file.module - Verifies that image dimensions are within the specified maximum and minimum.
- file_validate_is_image in core/
modules/ file/ file.module - Checks that the file is recognized as a valid image.
- FilterCaption::__construct in core/
modules/ filter/ src/ Plugin/ Filter/ FilterCaption.php - Constructs a new FilterCaption.
- FilteredPluginManagerTrait::moduleHandler in core/
lib/ Drupal/ Core/ Plugin/ FilteredPluginManagerTrait.php - Wraps the module handler.
- FilteredPluginManagerTrait::themeManager in core/
lib/ Drupal/ Core/ Plugin/ FilteredPluginManagerTrait.php - Wraps the theme manager.
- FilterFormat::filters in core/
modules/ filter/ src/ Entity/ FilterFormat.php - Returns the ordered collection of filter plugin instances or an individual plugin instance.
- FilterKernelTest::testAlignAndCaptionFilters in core/
modules/ filter/ tests/ src/ Kernel/ FilterKernelTest.php - Tests the combination of the align and caption filters.
- FilterKernelTest::testCaptionFilter in core/
modules/ filter/ tests/ src/ Kernel/ FilterKernelTest.php - Tests the caption filter.
- FilterKernelTest::testLineBreakFilterTwigDebug in core/
modules/ filter/ tests/ src/ Kernel/ FilterKernelTest.php - Tests that the line break filter does not apply to twig debug.
- FinishResponseSubscriber::__construct in core/
lib/ Drupal/ Core/ EventSubscriber/ FinishResponseSubscriber.php - Constructs a FinishResponseSubscriber object.
- FloodTest::floodBackendProvider in core/
modules/ system/ tests/ src/ Kernel/ System/ FloodTest.php - Provides an array of backends for testClearByPrefix.
- FloodTest::testDatabaseBackend in core/
modules/ system/ tests/ src/ Kernel/ System/ FloodTest.php - Tests flood control database backend.
- FormActionXssTest::testFormActionXss in core/
tests/ Drupal/ KernelTests/ Core/ Form/ FormActionXssTest.php - Tests form action attribute for XSS.
- FormatterPluginManagerTest::testNotApplicableFallback in core/
modules/ field/ tests/ src/ Kernel/ FormatterPluginManagerTest.php - Tests that getInstance falls back on default if current is not applicable.
- FormBase::getRequest in core/
lib/ Drupal/ Core/ Form/ FormBase.php - Gets the request object.
- FormCacheTest::testNoCacheToken in core/
tests/ Drupal/ KernelTests/ Core/ Form/ FormCacheTest.php - Tests the form cache without a logged-in user.
- FormController::__construct in core/
modules/ system/ tests/ modules/ condition_test/ src/ FormController.php - Constructs a \Drupal\condition_test\FormController object.
- FormElementBase::processAutocomplete in core/
lib/ Drupal/ Core/ Render/ Element/ FormElementBase.php - Adds autocomplete functionality to elements.
- FormSubmitter::__construct in core/
lib/ Drupal/ Core/ Form/ FormSubmitter.php - Constructs a new FormSubmitter.
- FormTest::testFieldFormAccess in core/
modules/ field/ tests/ src/ Functional/ FormTest.php - Tests fields with no 'edit' access.
- FormTest::testFieldFormMultivalueWithRequiredRadio in core/
modules/ field/ tests/ src/ Functional/ FormTest.php - Tests widget handling of multiple required radios.
- forum_node_insert in core/
modules/ forum/ forum.module - Implements hook_ENTITY_TYPE_insert() for node entities.
- forum_node_predelete in core/
modules/ forum/ forum.module - Implements hook_ENTITY_TYPE_predelete() for node entities.
- forum_node_update in core/
modules/ forum/ forum.module - Implements hook_ENTITY_TYPE_update() for node entities.
- FrameworkTest::testOrder in core/
modules/ system/ tests/ src/ Functional/ Ajax/ FrameworkTest.php - Tests AjaxResponse::prepare() AJAX commands ordering.
- FrontMatterTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ FrontMatterTest.php - HandlerFieldUserNameTest::testNoAdditionalFields in core/
modules/ user/ tests/ src/ Functional/ Views/ HandlerFieldUserNameTest.php - Tests that the field handler works when no additional fields are added.
- HandlerFieldUserNameTest::testUserName in core/
modules/ user/ tests/ src/ Functional/ Views/ HandlerFieldUserNameTest.php - Heading::validChoices in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ Heading.php - Computes all valid choices for the "enabled_headings" setting.
- HelpController::__construct in core/
modules/ help/ src/ Controller/ HelpController.php - Creates a new HelpController.
- HelpSearchPluginTest::testAnnotation in core/
modules/ help/ tests/ src/ Kernel/ HelpSearchPluginTest.php - Tests search plugin annotation and interfaces.
- HelpTest::verifyHelp in core/
modules/ help/ tests/ src/ Functional/ HelpTest.php - Verifies the logged in user has access to the various help pages.
- HelpTopicsSyntaxTest::listDirectories in core/
modules/ help/ tests/ src/ Functional/ HelpTopicsSyntaxTest.php - Lists the extension help topic directories of a certain type.
- HistoryUserTimestamp::__construct in core/
modules/ history/ src/ Plugin/ views/ filter/ HistoryUserTimestamp.php - Constructs a HistoryUserTimestamp object.
- HookHelpSection::__construct in core/
modules/ help/ src/ Plugin/ HelpSection/ HookHelpSection.php - Constructs a HookHelpSection object.
- hook_config_translation_info in core/
modules/ config_translation/ config_translation.api.php - Introduce dynamic translation tabs for translation of configuration.
- hook_field_ui_preconfigured_options_alter in core/
modules/ field/ field.api.php - Perform alterations on preconfigured field options.
- hook_file_url_alter in core/
lib/ Drupal/ Core/ File/ file.api.php - Alter the URL to a file.
- hook_render_template in core/
lib/ Drupal/ Core/ Render/ theme.api.php - Render a template using the theme engine.
- ImageAdminStylesTest::testPreviewImageShowInPrivateScheme in core/
modules/ image/ tests/ src/ Functional/ ImageAdminStylesTest.php - Tests the display of preview images using a private scheme.
- ImageAdminStylesTest::testStyleReplacement in core/
modules/ image/ tests/ src/ Functional/ ImageAdminStylesTest.php - Tests deleting a style and choosing a replacement style.
- ImageDimensionsTest::testImageDimensions in core/
modules/ image/ tests/ src/ Functional/ ImageDimensionsTest.php - Tests styled image dimensions cumulatively.
- ImageFieldCreationTrait::createImageField in core/
modules/ image/ tests/ src/ Kernel/ ImageFieldCreationTrait.php - Create a new image field.
- ImageFieldDefaultImagesTest::testDefaultImages in core/
modules/ image/ tests/ src/ Functional/ ImageFieldDefaultImagesTest.php - Tests CRUD for fields and field storages with default images.
- ImageFieldDisplayTest::testImageFieldSettings in core/
modules/ image/ tests/ src/ Functional/ ImageFieldDisplayTest.php - Tests for image field settings.
- ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads in core/
modules/ image/ tests/ src/ FunctionalJavascript/ ImageFieldWidgetMultipleTest.php - Tests image widget element support multiple upload correctly.
- ImageItem::generateSampleValue in core/
modules/ image/ src/ Plugin/ Field/ FieldType/ ImageItem.php - ImageStyle::buildUrl in core/
modules/ image/ src/ Entity/ ImageStyle.php - Returns the URL of this image derivative for an original image path or URI.
- ImageStyle::flush in core/
modules/ image/ src/ Entity/ ImageStyle.php - Flushes cached media for this style.
- ImageStyle::getImageEffectPluginManager in core/
modules/ image/ src/ Entity/ ImageStyle.php - Returns the image effect plugin manager.
- ImageStyle::getImageFactory in core/
modules/ image/ src/ Entity/ ImageStyle.php - Returns the image factory.
- ImageStyle::getStreamWrapperManager in core/
modules/ image/ src/ Entity/ ImageStyle.php - Gets the stream wrapper manager service.
- ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/
modules/ image/ tests/ src/ Functional/ ImageStylesPathAndUrlTest.php - Tests building an image style URL.
- ImageUrlFormatter::viewElements in core/
modules/ image/ src/ Plugin/ Field/ FieldFormatter/ ImageUrlFormatter.php - Builds a renderable array for a field value.
- ImageWidget::__construct in core/
modules/ image/ src/ Plugin/ Field/ FieldWidget/ ImageWidget.php - Constructs an ImageWidget object.
- image_uninstall in core/
modules/ image/ image.install - Implements hook_uninstall().
- IndexTidDepth::__construct in core/
modules/ taxonomy/ src/ Plugin/ views/ argument/ IndexTidDepth.php - Constructs a Handler object.
- InlineBlockTest::testDeletion in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php - Tests that entity blocks deleted correctly.
- InlineTemplate::preRenderInlineTemplate in core/
lib/ Drupal/ Core/ Render/ Element/ InlineTemplate.php - Renders a twig string directly.
- InstallerDependenciesResolutionTest::testDependenciesResolution in core/
modules/ system/ tests/ src/ Kernel/ Installer/ InstallerDependenciesResolutionTest.php - Verifies that the exception message in the profile step is correct.
- InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigSyncDirectoryMultilingualTest.php - Confirms that the installation installed the configuration correctly.
- InstallerLanguageTest::testInstallerTranslationCache in core/
tests/ Drupal/ KernelTests/ Core/ Installer/ InstallerLanguageTest.php - Tests profile info caching in non-English languages.
- 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.
- InstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ InstallStorage.php - Returns a map of all config object names and their folders.
- InstallTest::testRequiredModuleSchemaVersions in core/
modules/ system/ tests/ src/ Kernel/ Module/ InstallTest.php - Tests recorded schema versions of early installed modules in the installer.
- install_begin_request in core/
includes/ install.core.inc - Begins an installation request, modifying the installation state as needed.
- install_bootstrap_full in core/
includes/ install.core.inc - Performs a full bootstrap of Drupal during installation.
- install_check_requirements in core/
includes/ install.core.inc - Checks installation requirements and reports any errors.
- install_check_translations in core/
includes/ install.core.inc - Checks installation requirements and reports any errors.
- 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_display_output in core/
includes/ install.core.inc - Displays themed installer output and ends the page request.
- install_profile_info in core/
includes/ install.inc - Retrieves information about an installation profile from its .info.yml file.
- install_retrieve_file in core/
includes/ install.core.inc - Attempts to get a file using a HTTP request and to store it locally.
- install_select_profile in core/
includes/ install.core.inc - Selects which profile to install.
- install_verify_completed_task in core/
includes/ install.core.inc - Verifies and returns the last installation task that was completed.
- install_verify_database_ready in core/
includes/ install.core.inc - Verify that the database is ready (no existing Drupal installation).
- JsCollectionRenderer::__construct in core/
lib/ Drupal/ Core/ Asset/ JsCollectionRenderer.php - Constructs a JsCollectionRenderer.
- KeyValueDatabaseExpirableFactory::__construct in core/
lib/ Drupal/ Core/ KeyValueStore/ KeyValueDatabaseExpirableFactory.php - Constructs this factory object.
- LanguageConfigFactoryOverride::installLanguageOverrides in core/
modules/ language/ src/ Config/ LanguageConfigFactoryOverride.php - LanguageConfigFactoryOverrideTest::testLanguageConfigFactoryOverride in core/
modules/ language/ tests/ src/ Kernel/ LanguageConfigFactoryOverrideTest.php - Tests language.config_factory_override service has the default language.
- LanguageConfigOverrideImportTest::testConfigOverrideImport in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigOverrideImportTest.php - Tests that language can be enabled and overrides are created during a sync.
- LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigOverrideImportTest.php - Tests that configuration events are not fired during a sync of overrides.
- LanguageConfigSchemaTest::testValidLanguageConfigSchema in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigSchemaTest.php - Tests whether the language config schema is valid.
- language_modules_installed in core/
modules/ language/ language.module - Implements hook_modules_installed().
- language_tour_tips_alter in core/
modules/ language/ language.module - Implements hook_tour_tips_alter().
- LayoutBuilderContextTrait::contextRepository in core/
modules/ layout_builder/ src/ Context/ LayoutBuilderContextTrait.php - Gets the context repository service.
- LayoutBuilderDefaultValuesTest::addTextFields in core/
modules/ layout_builder/ tests/ src/ Functional/ LayoutBuilderDefaultValuesTest.php - Helper function to add string fields.
- LayoutBuilderEntityViewDisplay::contextRepository in core/
modules/ layout_builder/ src/ Entity/ LayoutBuilderEntityViewDisplay.php - Wraps the context repository service.
- LayoutBuilderEntityViewDisplay::sectionStorageManager in core/
modules/ layout_builder/ src/ Entity/ LayoutBuilderEntityViewDisplay.php - Gets the section storage manager.
- LayoutBuilderEntityViewDisplay::__construct in core/
modules/ layout_builder/ src/ Entity/ LayoutBuilderEntityViewDisplay.php - Constructs an Entity object.
- LayoutDefinition::getIconBuilder in core/
lib/ Drupal/ Core/ Layout/ LayoutDefinition.php - Wraps the icon builder.
- LayoutEntityHelperTrait::sectionStorageManager in core/
modules/ layout_builder/ src/ LayoutEntityHelperTrait.php - Gets the section storage manager.
- layout_builder_entity_view_alter in core/
modules/ layout_builder/ layout_builder.module - Implements hook_entity_view_alter().
- layout_builder_entity_view_display_presave in core/
modules/ layout_builder/ layout_builder.module - Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
- layout_builder_field_config_delete in core/
modules/ layout_builder/ layout_builder.module - Implements hook_field_config_delete().
- layout_builder_field_config_insert in core/
modules/ layout_builder/ layout_builder.module - Implements hook_field_config_insert().
- layout_builder_post_update_timestamp_formatter in core/
modules/ layout_builder/ layout_builder.post_update.php - Update timestamp formatter settings for Layout Builder fields.
- LegacyBootstrapTest::testWatchdogException in core/
tests/ Drupal/ KernelTests/ Core/ Bootstrap/ LegacyBootstrapTest.php - Tests watchdog_exception() deprecation.
- LegacyValidatorTest::setUp in core/
modules/ file/ tests/ src/ Kernel/ LegacyValidatorTest.php - LibraryDiscoveryParser::__construct in core/
lib/ Drupal/ Core/ Asset/ LibraryDiscoveryParser.php - Constructs a new LibraryDiscoveryParser instance.
- Link::getLinkGenerator in core/
lib/ Drupal/ Core/ Link.php - Returns the link generator.
- Link::preRenderLink in core/
lib/ Drupal/ Core/ Render/ Element/ Link.php - Pre-render callback: Renders a link into #markup.
- LinkFieldTest::doTestLinkFormatter in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the default 'link' formatter.
- LinkFieldTest::doTestLinkSeparateFormatter in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the 'link_separate' formatter.
- LinkFieldTest::doTestLinkTitle in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the link title settings of a link field.
- LinkFieldTest::doTestURLValidation in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests link field URL validation.
- LinkFieldTest::testLinkFormatterQueryParametersDuplication in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the default 'link' formatter with complex query parameters.
- LinkGenerationTest::testHookLinkAlter in core/
tests/ Drupal/ KernelTests/ Core/ Url/ LinkGenerationTest.php - Tests how hook_link_alter() can affect escaping of the link text.
- LinkItemSerializationTest::setUp in core/
modules/ link/ tests/ src/ Kernel/ LinkItemSerializationTest.php - Set the default field storage backend for fields created during tests.
- Links::__construct in core/
modules/ views/ src/ Plugin/ views/ field/ Links.php - Constructs a Links object.
- Local::factory in core/
lib/ Drupal/ Core/ FileTransfer/ Local.php - Defines a factory method for this class.
- Local::removeDirectoryJailed in core/
lib/ Drupal/ Core/ FileTransfer/ Local.php - Removes a directory.
- LocalActionManagerTest::testCacheability in core/
tests/ Drupal/ KernelTests/ Core/ Menu/ LocalActionManagerTest.php - Tests the cacheability of local actions.
- LocalAwareRedirectResponseTrait::getRequestContext in core/
lib/ Drupal/ Core/ Routing/ LocalAwareRedirectResponseTrait.php - Returns the request context.
- Locale::config in core/
modules/ locale/ src/ Locale.php - Returns the locale configuration manager service.
- LocaleBuildTest::testBuildProjects in core/
modules/ locale/ tests/ src/ Kernel/ LocaleBuildTest.php - Checks if a list of translatable projects gets built.
- LocaleConfigManagerTest::testGetStringTranslation in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigManagerTest.php - Tests getStringTranslation().
- LocaleConfigManagerTest::testHasTranslation in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigManagerTest.php - Tests hasTranslation().
- LocaleConfigSubscriberTest::setUp in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigSubscriberTest.php - LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests removing a string from Locale deletes configuration translations.
- LocaleExportTest::testExportTranslation in core/
modules/ locale/ tests/ src/ Functional/ LocaleExportTest.php - Tests exportation of translations.
- LocaleImportFunctionalTest::importPoFile in core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php - Helper function: import a standalone .po file in a given language.
- LocaleImportFunctionalTest::setUp in core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php - LocaleImportFunctionalTest::testConfigPoFile in core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php - Tests .po file import with configuration translation.
- LocaleLocaleLookupTest::testFixOldPluralStyle in core/
modules/ locale/ tests/ src/ Functional/ LocaleLocaleLookupTest.php - Tests old plural style @count[number] fix.
- LocalePluralFormatTest::importPoFile in core/
modules/ locale/ tests/ src/ Functional/ LocalePluralFormatTest.php - Imports a standalone .po file in a given language.
- LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslatedSchemaDefinitionTest.php - Tests that translated field descriptions do not affect the update system.
- LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslatedSchemaDefinitionTest.php - Tests that translations do not affect the update system.
- locale_translation_download_source in core/
modules/ locale/ locale.batch.inc - Downloads a translation file from a remote server.
- locale_uninstall in core/
modules/ locale/ locale.install - Implements hook_uninstall().
- LocalStream::getFileSystem in core/
lib/ Drupal/ Core/ StreamWrapper/ LocalStream.php - Returns file system service.
- LocalStream::mkdir in core/
lib/ Drupal/ Core/ StreamWrapper/ LocalStream.php - Create a directory.
- LocalStream::rmdir in core/
lib/ Drupal/ Core/ StreamWrapper/ LocalStream.php - Removes a directory.
- LocalTaskDefault::routeProvider in core/
lib/ Drupal/ Core/ Menu/ LocalTaskDefault.php - Returns the route provider.
- LoggerChannelFactory::get in core/
lib/ Drupal/ Core/ Logger/ LoggerChannelFactory.php - LoggerChannelFactory::__construct in core/
lib/ Drupal/ Core/ Logger/ LoggerChannelFactory.php - Constructs a LoggerChannelFactory.
- LoggerChannelTrait::getLogger in core/
lib/ Drupal/ Core/ Logger/ LoggerChannelTrait.php - Gets the logger for a specific channel.
- MachineName::processMachineName in core/
lib/ Drupal/ Core/ Render/ Element/ MachineName.php - Processes a machine-readable name form element.
- ManagedFile::fileUsage in core/
modules/ file/ src/ Element/ ManagedFile.php - Wraps the file usage service.
- ManagedFile::uploadAjaxCallback in core/
modules/ file/ src/ Element/ ManagedFile.php - #ajax callback for managed_file upload forms.
- ManageDisplayTest::testViewModeCustom in core/
modules/ field_ui/ tests/ src/ Functional/ ManageDisplayTest.php - Tests switching view modes to use custom or 'default' settings'.
- ManageFieldsFunctionalTest::testDefaultValue in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests that default value is correctly validated and saved.
- ManageFieldsFunctionalTest::testPreconfiguredFields in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsFunctionalTest.php - Tests the "preconfigured field" functionality.
- ManageFieldsMultipleTypesTest::testReuseField in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsMultipleTypesTest.php - Tests that options are copied over when reusing a field.
- ManageFieldsMultipleTypesTest::testReuseFieldMultipleDisplay in core/
modules/ field_ui/ tests/ src/ Functional/ ManageFieldsMultipleTypesTest.php - Tests that options are copied over when reusing a field.
- MapDataNormalizerTest::setUp in core/
modules/ serialization/ tests/ src/ Kernel/ MapDataNormalizerTest.php - MappingTest::testMappingInterpretation in core/
tests/ Drupal/ KernelTests/ Config/ Schema/ MappingTest.php - @dataProvider providerMappingInterpretation
- MatcherDumper::__construct in core/
lib/ Drupal/ Core/ Routing/ MatcherDumper.php - Construct the MatcherDumper.
- MediaDisplayTest::testMediaDisplay in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaDisplayTest.php - Tests basic media display.
- MediaSourceImageTest::testMediaImageSource in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceImageTest.php - Tests the image media source.
- MediaSourceTest::createMediaTypeViaForm in core/
modules/ media/ tests/ src/ Kernel/ MediaSourceTest.php - Creates a media type via form submit.
- MediaSourceTestBase::createMediaTypeField in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceTestBase.php - Creates storage and field instance, attached to a given media type.
- MediaSourceTestBase::hideMediaTypeFieldWidget in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceTestBase.php - Hides a widget in the default form display config.
- MediaStandardProfileTest::audioTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'audio'.
- MediaStandardProfileTest::imageTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'image'.
- MediaStandardProfileTest::videoTest in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaStandardProfileTest.php - Tests the standard profile configuration for media type 'video'.
- MediaType::sourcePluginCollection in core/
modules/ media/ src/ Entity/ MediaType.php - Returns media source lazy plugin collection.
- media_field_ui_preconfigured_options_alter in core/
modules/ media/ media.module - Implements hook_field_ui_preconfigured_options_alter().
- media_install in core/
modules/ media/ media.install - Implements hook_install().
- media_requirements in core/
modules/ media/ media.install - Implements hook_requirements().
- MemoryBackend::__construct in core/
lib/ Drupal/ Core/ Cache/ MemoryBackend.php - Constructs a MemoryBackend object.
- MemoryBackendFactory::__construct in core/
lib/ Drupal/ Core/ Cache/ MemoryBackendFactory.php - Constructs a MemoryBackendFactory object.
- MemoryBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ MemoryBackendTest.php - Creates a new instance of MemoryBackend.
- MemoryCacheFactory::__construct in core/
lib/ Drupal/ Core/ Cache/ MemoryCache/ MemoryCacheFactory.php - Constructs a MemoryCounterBackendFactory object.
- MemoryCounterBackendFactory::__construct in core/
lib/ Drupal/ Core/ Cache/ MemoryCounterBackendFactory.php - Constructs a MemoryCounterBackendFactory object.
- Menu::preDelete in core/
modules/ system/ src/ Entity/ Menu.php - Acts on entities before they are deleted and before hooks are invoked.
- MenuActiveTrailsCacheContext::__construct in core/
lib/ Drupal/ Core/ Cache/ Context/ MenuActiveTrailsCacheContext.php - Constructs a MenuActiveTrailsCacheContext object.
- MenuCacheTagsTest::testMenuBlock in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuCacheTagsTest.php - Tests cache tags presence and invalidation of the Menu entity.
- MenuLinkContent::postSave in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Acts on a saved entity before the insert or update hook is invoked.
- MenuLinkContent::preDelete in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Acts on entities before they are deleted and before hooks are invoked.
- MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinkContentCacheabilityBubblingTest.php - Tests bubbleable metadata of menu links' outbound route/path processing.
- MenuLinkDefaultForm::__construct in core/
lib/ Drupal/ Core/ Menu/ Form/ MenuLinkDefaultForm.php - Constructs a new \Drupal\Core\Menu\Form\MenuLinkDefaultForm.
- MenuLinkDefaultIntegrationTest::testMoveToRoot in core/
tests/ Drupal/ KernelTests/ Core/ Menu/ MenuLinkDefaultIntegrationTest.php - Tests moving a static menu link without a specified menu to the root.
- MenuLinksTest::setUp in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinksTest.php - MenuLinkTree::__construct in core/
lib/ Drupal/ Core/ Menu/ MenuLinkTree.php - Constructs a \Drupal\Core\Menu\MenuLinkTree object.
- MenuRouterRebuildSubscriber::__construct in core/
lib/ Drupal/ Core/ EventSubscriber/ MenuRouterRebuildSubscriber.php - Constructs the MenuRouterRebuildSubscriber object.
- MenuRouterTest::doTestMenuHierarchy in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests for menu hierarchy.
- MenuRouterTest::doTestMenuLinksDiscoveredAlter in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests menu links added in hook_menu_links_discovered_alter().
- MenuRouterTest::doTestMenuName in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests for menu_name parameter for default menu links.
- MenuTest::testMenus in core/
modules/ views/ tests/ src/ Functional/ Wizard/ MenuTest.php - Tests the menu functionality.
- MenuUiTest::checkInvalidParentMenuLinks in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Tests that parent options are limited by depth when adding menu links.
- MenuUiTest::getStandardMenuLink in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Returns standard menu link.
- MenuUiTest::testMenuAdministration in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Tests menu functionality using the admin and user interfaces.
- MenuUiTrait::assertMenuLink in core/
modules/ menu_ui/ tests/ src/ Traits/ MenuUiTrait.php - Asserts that a menu fetched from the database matches an expected one.
- menu_link_content_entity_predelete in core/
modules/ menu_link_content/ menu_link_content.module - Implements hook_entity_predelete().
- menu_ui_form_node_form_alter in core/
modules/ menu_ui/ menu_ui.module - Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
- menu_ui_form_node_type_form_alter in core/
modules/ menu_ui/ menu_ui.module - Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm.
- MessengerTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Messenger/ MessengerTest.php - MigrateBookConfigsTest::testBookSettings in core/
modules/ book/ tests/ src/ Kernel/ Migrate/ d6/ MigrateBookConfigsTest.php - Tests migration of book variables to book.settings.yml.
- MigrateBookConfigsTest::testBookSettings in core/
modules/ book/ tests/ src/ Kernel/ Migrate/ d7/ MigrateBookConfigsTest.php - Tests migration of book variables to book.settings.yml.
- MigrateConfigRollbackTest::testConfigRollback in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateConfigRollbackTest.php - Tests rolling back configuration.
- MigrateContactSettingsTest::testContactSettings in core/
modules/ contact/ tests/ src/ Kernel/ Migrate/ d6/ MigrateContactSettingsTest.php - Tests migration of contact variables to contact.settings.yml.
- MigrateDblogConfigsTest::testDblogSettings in core/
modules/ dblog/ tests/ src/ Kernel/ Migrate/ d6/ MigrateDblogConfigsTest.php - Tests migration of dblog variables to dblog.settings.yml.
- MigrateExecutable::getEventDispatcher in core/
modules/ migrate/ src/ MigrateExecutable.php - Gets the event dispatcher.
- MigrateFieldWidgetSettingsTest::testWidgetSettings in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFieldWidgetSettingsTest.php - Tests that migrated view modes can be loaded using D8 API's.
- MigrateFileConfigsTest::testFileSettings in core/
modules/ file/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFileConfigsTest.php - Tests migration of file variables to file.settings.yml.
- MigrateFileConfigsTest::testFileSettings in core/
modules/ file/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFileConfigsTest.php - Tests migration of file variables to file.settings.yml.
- MigrateForumConfigsTest::testForumSettings in core/
modules/ forum/ tests/ src/ Kernel/ Migrate/ d6/ MigrateForumConfigsTest.php - Tests migration of forum variables to forum.settings.yml.
- MigrateLocaleConfigsTest::testLocaleSettings in core/
modules/ locale/ tests/ src/ Kernel/ Migrate/ MigrateLocaleConfigsTest.php - Tests migration of locale variables to locale.settings.yml.
- MigrateMenuLinkTest::testMenuLinks in core/
modules/ menu_link_content/ tests/ src/ Kernel/ Migrate/ d7/ MigrateMenuLinkTest.php - Tests migration of menu links.
- MigrateMenuTranslationTest::testMenuTranslation in core/
modules/ system/ tests/ src/ Kernel/ Migrate/ d7/ MigrateMenuTranslationTest.php - Tests migration of menu translations.
- MigrateMissingDatabaseTest::setUp in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ MigrateMissingDatabaseTest.php - MigrateMissingDatabaseTest::setUp in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateMissingDatabaseTest.php - MigrateNodeConfigsTest::testNodeSettings in core/
modules/ node/ tests/ src/ Kernel/ Migrate/ d6/ MigrateNodeConfigsTest.php - Tests Drupal 6 node settings to Drupal 8 migration.
- MigrateRollbackEntityConfigTest::testConfigEntityRollback in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateRollbackEntityConfigTest.php - Tests rolling back configuration entity translations.
- MigrateSearchSettingsTest::testSearchSettings in core/
modules/ search/ tests/ src/ Kernel/ Migrate/ d6/ MigrateSearchSettingsTest.php - Tests migration of search variables to search.settings.yml.
- MigrateStatisticsConfigsTest::testStatisticsSettings in core/
modules/ statistics/ tests/ src/ Kernel/ Migrate/ d6/ MigrateStatisticsConfigsTest.php - Tests migration of statistics variables to statistics.settings.yml.
- MigrateStatisticsConfigsTest::testStatisticsSettings in core/
modules/ statistics/ tests/ src/ Kernel/ Migrate/ d7/ MigrateStatisticsConfigsTest.php - Tests migration of statistics variables to statistics.settings.yml.
- MigrateSyslogConfigsTest::testSyslogSettings in core/
modules/ syslog/ tests/ src/ Kernel/ Migrate/ d6/ MigrateSyslogConfigsTest.php - Tests migration of syslog variables to syslog.settings.yml.
- MigrateSystemSiteTranslationTest::testSystemSite in core/
modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d7/ MigrateSystemSiteTranslationTest.php - Tests migration of system (site) variables to system.site.yml.
- MigrateTaxonomyConfigsTest::testTaxonomySettings in core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ MigrateTaxonomyConfigsTest.php - Tests migration of taxonomy variables to taxonomy.settings.yml.
- MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation in core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ d6/ MigrateTaxonomyVocabularyTranslationTest.php - Tests the Drupal 6 i18n taxonomy vocabularies to Drupal 8 migration.
- MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation in core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ d7/ MigrateTaxonomyVocabularyTranslationTest.php - Tests the Drupal 7 i18n taxonomy vocabularies to Drupal 8 migration.
- MigrateTextConfigsTest::testTextSettings in core/
modules/ text/ tests/ src/ Kernel/ Migrate/ MigrateTextConfigsTest.php - Tests migration of text variables to text.settings.yml.
- MigrateUpdateConfigsTest::testUpdateSettings in core/
modules/ update/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUpdateConfigsTest.php - Tests migration of update variables to update.settings.yml.
- MigrateUpgradeExecuteTestBase::assertLogError in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeExecuteTestBase.php - Asserts log errors.
- MigrateUpgradeFormStepsTest::testMigrateUpgradeReviewPage in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeFormStepsTest.php - Tests the flow of the Migrate Drupal UI form.
- MigrateUpgradeImportBatch::run in core/
modules/ migrate_drupal_ui/ src/ Batch/ MigrateUpgradeImportBatch.php - Runs a single migrate batch import.
- MigrateUpgradeTestBase::assertFileMigrations in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php - Checks public and private files are copied but not temporary files.
- MigrateUpgradeTestBase::assertIdConflictForm in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php - Helper method that asserts text on the ID conflict form.
- MigrateUpgradeTestBase::assertUpgrade in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php - Asserts the upgrade completed successfully.
- MigrateUserConfigsTest::testUserMail in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserConfigsTest.php - Tests migration of user variables to user.mail.yml.
- MigrateUserConfigsTranslationTest::testUserConfig in core/
modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d7/ MigrateUserConfigsTranslationTest.php - Tests migration of i18n user variables to user.mail and user.settings.
- MigrateUserConfigsTranslationTest::testUserMail in core/
modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserConfigsTranslationTest.php - Tests migration of i18n user variables to user.mail.yml.
- MigrateUserContactSettingsTest::testUserContactSettings in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserContactSettingsTest.php - Tests the Drupal6 user contact settings migration.
- MigrateUserProfileTranslationRollbackTest::testRollback in core/
modules/ config_translation/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserProfileTranslationRollbackTest.php - Tests rollback of the complete node migration.
- migrate_drupal_migration_plugins_alter in core/
modules/ migrate_drupal/ migrate_drupal.module - Implements hook_migration_plugins_alter().
- MigrationConfigurationTrait::getConfigFactory in core/
modules/ migrate_drupal/ src/ MigrationConfigurationTrait.php - Gets the config factory service.
- MigrationConfigurationTrait::getMigrationPluginManager in core/
modules/ migrate_drupal/ src/ MigrationConfigurationTrait.php - Gets the migration plugin manager service.
- MigrationConfigurationTrait::getState in core/
modules/ migrate_drupal/ src/ MigrationConfigurationTrait.php - Gets the state service.
- MigrationPluginManagerTest::setUp in core/
modules/ migrate/ tests/ src/ Kernel/ MigrationPluginManagerTest.php - MigrationTest::testGetMigrationDependencies in core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ MigrationTest.php - Tests Migration::getMigrationDependencies()
- ModerationStateFieldItemList::getModerationStateId in core/
modules/ content_moderation/ src/ Plugin/ Field/ ModerationStateFieldItemList.php - Gets the moderation state ID linked to a content entity revision.
- ModerationStateFieldItemList::loadContentModerationStateRevision in core/
modules/ content_moderation/ src/ Plugin/ Field/ ModerationStateFieldItemList.php - Load the content moderation state revision associated with an entity.
- ModerationStateFieldItemList::updateModeratedEntity in core/
modules/ content_moderation/ src/ Plugin/ Field/ ModerationStateFieldItemList.php - Updates the default revision flag and the publishing status of the entity.
- ModerationStateFieldItemListTest::testEntityWithNoWorkflow in core/
modules/ content_moderation/ tests/ src/ Kernel/ ModerationStateFieldItemListTest.php - Tests updating the state for an entity without a workflow.
- Module::isInstalled in core/
lib/ Drupal/ Core/ Updater/ Module.php - Checks if the project is installed.
- ModuleConfigureRouteTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleConfigureRouteTest.php - ModuleExtensionListTest::testGetList in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleExtensionListTest.php - @covers ::getList
- ModuleHandlerTest::testDependencyResolution in core/
modules/ system/ tests/ src/ Kernel/ Extension/ ModuleHandlerTest.php - Tests dependency resolution.
- ModuleHandlerTest::testProfileAllDependencies in core/
modules/ system/ tests/ src/ Kernel/ Extension/ ModuleHandlerTest.php - Tests that a profile can supply only real dependencies.
- ModuleHandlerTest::testUninstallContentDependency in core/
modules/ system/ tests/ src/ Kernel/ Extension/ ModuleHandlerTest.php - Tests uninstalling a module that has content.
- 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::uninstall in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - ModuleInstaller::__construct in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Constructs a new ModuleInstaller instance.
- ModuleTest::testViewsEmbedView in core/
modules/ views/ tests/ src/ Kernel/ ModuleTest.php - Tests views.module: views_embed_view().
- module_load_include in core/
includes/ module.inc - Loads a module include file.
- MonkeysInTheControlRoom::handle in core/
modules/ system/ tests/ modules/ error_service_test/ src/ MonkeysInTheControlRoom.php - navigation_block_build_local_tasks_block_alter in core/
modules/ navigation/ navigation.module - Implements hook_block_build_BASE_BLOCK_ID_alter().
- navigation_page_top in core/
modules/ navigation/ navigation.module - Implements hook_page_top().
- NestedFormTest::testNestedFieldForm in core/
modules/ field/ tests/ src/ Functional/ NestedFormTest.php - Tests Field API form integration within a subform.
- Node::preDelete in core/
modules/ node/ src/ Entity/ Node.php - Acts on entities before they are deleted and before hooks are invoked.
- NodeAccessFieldTest::setUp in core/
modules/ node/ tests/ src/ Functional/ NodeAccessFieldTest.php - NodeAccessJoinTest::setUp in core/
modules/ node/ tests/ src/ Functional/ NodeAccessJoinTest.php - NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/
modules/ node/ tests/ src/ Functional/ NodeAccessRebuildNodeGrantsTest.php - Tests rebuilding the node access permissions table with content.
- NodeAccessTest::setUp in core/
modules/ content_moderation/ tests/ src/ Kernel/ NodeAccessTest.php - NodeRSSContentTest::testUrlHandling in core/
modules/ node/ tests/ src/ Functional/ NodeRSSContentTest.php - Tests relative, root-relative, protocol-relative and absolute URLs.
- NodeTypeTest::testNodeTypeEditing in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTest.php - Tests editing a node type using the UI.
- NodeTypeTest::testNodeTypeNoContentType in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTest.php - Tests for when there are no content types defined.
- NodeViewsData::getViewsData in core/
modules/ node/ src/ NodeViewsData.php - Returns views data for the entity type.
- node_add_body_field in core/
modules/ node/ node.module - Adds the default body field to a node type.
- node_query_node_access_alter in core/
modules/ node/ node.module - Implements hook_query_TAG_alter().
- NoSourcePluginDecorator::getDefinitions in core/
modules/ migrate/ src/ Plugin/ NoSourcePluginDecorator.php - Gets the definition of all plugins for this type.
- NumberFieldTest::testNumberDecimalField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Tests decimal field.
- NumberFieldTest::testNumberFloatField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Tests float field.
- NumberFieldTest::testNumberIntegerField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Tests integer field.
- OEmbed::validateConfigurationForm in core/
modules/ media/ src/ Plugin/ media/ Source/ OEmbed.php - Form validation handler.
- OpenModalDialogWithUrl::getBaseUrl in core/
lib/ Drupal/ Core/ Ajax/ OpenModalDialogWithUrl.php - Gets the complete base URL.
- OptionsWidgetsTest::testEmptyValue in core/
modules/ options/ tests/ src/ Functional/ OptionsWidgetsTest.php - Tests the 'options_select' and 'options_button' widget for empty value.
- OptionsWidgetsTest::testOptionsListAlter in core/
modules/ options/ tests/ src/ Functional/ OptionsWidgetsTest.php - Tests hook_options_list_alter().
- PagePreviewTest::setUp in core/
modules/ node/ tests/ src/ Functional/ PagePreviewTest.php - PagePreviewTest::testPagePreview in core/
modules/ node/ tests/ src/ Functional/ PagePreviewTest.php - Checks the node preview functionality.
- PagePreviewTest::testPagePreviewWithRevisions in core/
modules/ node/ tests/ src/ Functional/ PagePreviewTest.php - Checks the node preview functionality, when using revisions.
- pager_test_preprocess_pager in core/
modules/ system/ tests/ modules/ pager_test/ pager_test.module - Implements hook_preprocess_HOOK().
- PasswordCompatibilityUpdateTest::testPasswordCompatibility in core/
modules/ system/ tests/ src/ Functional/ Update/ PasswordCompatibilityUpdateTest.php - Tests that the password compatibility is working properly.
- PathAlias::postDelete in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Acts on deleted entities before the delete hook is invoked.
- PathAlias::postSave in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Acts on a saved entity before the insert or update hook is invoked.
- PathBasedBreadcrumbBuilder::__construct in core/
modules/ system/ src/ PathBasedBreadcrumbBuilder.php - Constructs the PathBasedBreadcrumbBuilder.
- PathFieldItemList::computeValue in core/
modules/ path/ src/ Plugin/ Field/ FieldType/ PathFieldItemList.php - Computes the values for an item list.
- PathItemTest::testPathItem in core/
modules/ path/ tests/ src/ Kernel/ PathItemTest.php - Tests creating, loading, updating and deleting aliases through PathItem.
- PathPluginBase::remove in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Reacts on deleting a display.
- PathValidatorTest::testGetUrlIfValidWithoutAccessCheck in core/
tests/ Drupal/ KernelTests/ Core/ Path/ PathValidatorTest.php - path_alias_post_update_drop_path_alias_status_index in core/
modules/ path_alias/ path_alias.post_update.php - Remove the path_alias__status index.
- Permission::__construct in core/
modules/ user/ src/ Plugin/ views/ access/ Permission.php - Constructs a Permission object.
- PermissionChecker::__construct in core/
lib/ Drupal/ Core/ Session/ PermissionChecker.php - PermissionHandler::__construct in core/
modules/ user/ src/ PermissionHandler.php - Constructs a new PermissionHandler.
- Permissions::__construct in core/
modules/ user/ src/ Plugin/ views/ filter/ Permissions.php - Constructs a Permissions object.
- PermissionsHashGenerator::__construct in core/
lib/ Drupal/ Core/ Session/ PermissionsHashGenerator.php - Constructs a PermissionsHashGenerator object.
- PhpBackend::__construct in core/
lib/ Drupal/ Core/ Cache/ PhpBackend.php - Constructs a PhpBackend object.
- PhpBackendFactory::__construct in core/
lib/ Drupal/ Core/ Cache/ PhpBackendFactory.php - Constructs a PhpBackendFactory object.
- PhpBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ PhpBackendTest.php - Creates a new instance of MemoryBackend.
- PlaceholderingRenderCache::__construct in core/
lib/ Drupal/ Core/ Render/ PlaceholderingRenderCache.php - Constructs a new PlaceholderingRenderCache object.
- PluginBase::getRenderer in core/
modules/ views/ src/ Plugin/ views/ PluginBase.php - Returns the render API renderer.
- PluginDependencyTrait::themeHandler in core/
lib/ Drupal/ Core/ Plugin/ PluginDependencyTrait.php - Wraps the theme handler.
- PluginTestBase::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ PluginTestBase.php - PrepareModulesEntityUninstallFormTest::testModuleEntityUninstallTitle in core/
modules/ system/ tests/ src/ Kernel/ Module/ PrepareModulesEntityUninstallFormTest.php - Tests PrepareModulesEntityUninstallForm::formTitle.
- PrivateTempStore::startSession in core/
lib/ Drupal/ Core/ TempStore/ PrivateTempStore.php - Start session because it is required for a private temp store.
- ProjectSecurityRequirement::getDateEndRequirement in core/
modules/ update/ src/ ProjectSecurityRequirement.php - Gets the security coverage requirement based on an end date.
- ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/
tests/ Drupal/ KernelTests/ Core/ File/ ReadOnlyStreamWrapperTest.php - Tests read-only specific behavior.
- Recipe::createFromDirectory in core/
lib/ Drupal/ Core/ Recipe/ Recipe.php - Creates a recipe object from the provided path.
- RecipeCommandTest::assertCheckpointsExist in core/
tests/ Drupal/ FunctionalTests/ Core/ Recipe/ RecipeCommandTest.php - Asserts that the current set of checkpoints matches the given labels.
- RecipeRunner::processConfiguration in core/
lib/ Drupal/ Core/ Recipe/ RecipeRunner.php - Creates configuration and applies configuration actions.
- RecipeRunner::processContent in core/
lib/ Drupal/ Core/ Recipe/ RecipeRunner.php - Creates content contained in a recipe.
- RedirectOnExceptionTest::testRedirectOn404 in core/
tests/ Drupal/ KernelTests/ RequestProcessing/ RedirectOnExceptionTest.php - ReEnableModuleFieldTest::testReEnabledField in core/
modules/ field/ tests/ src/ Functional/ ReEnableModuleFieldTest.php - Tests the behavior of a field module after being disabled and re-enabled.
- Registry::__construct in core/
lib/ Drupal/ Core/ Theme/ Registry.php - Constructs a \Drupal\Core\Theme\Registry object.
- RegistryTest::testLegacyThemeGetRegistry in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php - Tests deprecated theme_get_registry function.
- RegistryTest::testLegacyThemeRegistryRebuild in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php - Tests deprecated drupal_theme_rebuild() function.
- 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.
- ReindexConfirm::submitForm in core/
modules/ search/ src/ Form/ ReindexConfirm.php - Form submission handler.
- RenderCache::__construct in core/
lib/ Drupal/ Core/ Render/ RenderCache.php - Constructs a new RenderCache object.
- Renderer::__construct in core/
lib/ Drupal/ Core/ Render/ Renderer.php - Constructs a new Renderer.
- ReplicaKillSwitchTest::testSystemInitIgnoresSecondaries in core/
tests/ Drupal/ KernelTests/ Core/ Database/ ReplicaKillSwitchTest.php - Tests database.replica_kill_switch service.
- ResourceIdentifier::fromEntity in core/
modules/ jsonapi/ src/ JsonApiResource/ ResourceIdentifier.php - Creates a ResourceIdentifier object.
- ResourceIdentifier::getResourceType in core/
modules/ jsonapi/ src/ JsonApiResource/ ResourceIdentifier.php - Gets the resource identifier's JSON:API resource type.
- ResourceIdentifier::getVirtualOrMissingResourceIdentifier in core/
modules/ jsonapi/ src/ JsonApiResource/ ResourceIdentifier.php - Creates a ResourceIdentifier for a NULL or FALSE entity reference item.
- ResourceIdentifier::toResourceIdentifier in core/
modules/ jsonapi/ src/ JsonApiResource/ ResourceIdentifier.php - Creates a ResourceIdentifier object.
- ResourceTest::testUriPaths in core/
modules/ rest/ tests/ src/ Functional/ ResourceTest.php - Tests that resource URI paths are formatted properly.
- ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink in core/
modules/ responsive_image/ tests/ src/ Functional/ ResponsiveImageFieldDisplayTest.php - Tests responsive image formatters linked to the file or node.
- ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/
modules/ responsive_image/ tests/ src/ Functional/ ResponsiveImageFieldDisplayTest.php - Tests responsive image formatters on node display.
- RestExport::buildResponse in core/
modules/ rest/ src/ Plugin/ views/ display/ RestExport.php - Builds up a response with the rendered view as content.
- RestResourceConfig::getResourcePluginManager in core/
modules/ rest/ src/ Entity/ RestResourceConfig.php - Returns the resource plugin manager.
- RetrieveFileTest::testFileRetrieving in core/
modules/ system/ tests/ src/ Functional/ System/ RetrieveFileTest.php - Invokes system_retrieve_file() in several scenarios.
- ReviewForm::__construct in core/
modules/ migrate_drupal_ui/ src/ Form/ ReviewForm.php - ReviewForm constructor.
- RevisionViewTest::testRevisionPage in core/
tests/ Drupal/ FunctionalTests/ Entity/ RevisionViewTest.php - Tests revision page.
- Roles::__construct in core/
modules/ user/ src/ Plugin/ views/ filter/ Roles.php - Constructs a Roles object.
- RollbackTest::assertCheckpointsExist in core/
tests/ Drupal/ FunctionalTests/ Core/ Recipe/ RollbackTest.php - Asserts that the current set of checkpoints matches the given labels.
- RouteNoneTest::testProcessOutbound in core/
tests/ Drupal/ KernelTests/ Core/ RouteProcessor/ RouteNoneTest.php - Tests the output process.
- RouteProcessorCurrentIntegrationTest::testProcessOutbound in core/
tests/ Drupal/ KernelTests/ Core/ RouteProcessor/ RouteProcessorCurrentIntegrationTest.php - Tests the output process.
- RouteProviderTest::httpKernelHandle in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ RouteProviderTest.php - RouteProviderTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Routing/ RouteProviderTest.php - RouteProviderTest::testAdminHtmlRoutes in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ RouteProviderTest.php - @covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getEditFormRoute @covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getDeleteFormRoute
- RouteProviderTest::testHtmlRoutes in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ RouteProviderTest.php - @covers \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider::getRoutes
- RouteProviderTest::testRouteCaching in core/
tests/ Drupal/ KernelTests/ Core/ Routing/ RouteProviderTest.php - Tests that route caching works.
- RssTest::setUp in core/
modules/ taxonomy/ tests/ src/ Functional/ RssTest.php - SaveUploadFormTest::setUp in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - SaveUploadFormTest::testCombinedErrorMessages in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests that multiple validation errors are combined in one message.
- SaveUploadFormTest::testDrupalMovingUploadedFileError in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests for log entry on failing destination.
- SaveUploadFormTest::testErrorMessagesAreNotChanged in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests that form validation does not change error messages.
- SaveUploadFormTest::testExistingError in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests for failure when uploading over a file that already exists.
- SaveUploadFormTest::testExistingRename in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests renaming when uploading over a file that already exists.
- SaveUploadFormTest::testExistingReplace in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests replacement when uploading over a file that already exists.
- SaveUploadFormTest::testHandleDangerousFile in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests dangerous file handling.
- SaveUploadFormTest::testHandleExtension in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests extension handling.
- SaveUploadFormTest::testHandleFileMunge in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests file munge handling.
- SaveUploadFormTest::testNormal in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests the _file_save_upload_from_form() function.
- SaveUploadFormTest::testUploadFieldIsHighlighted in core/
modules/ file/ tests/ src/ Functional/ SaveUploadFormTest.php - Tests highlighting of file upload field when it has an error.
- SaveUploadTest::testDrupalMovingUploadedFileError in core/
modules/ file/ tests/ src/ Functional/ SaveUploadTest.php - Tests for log entry on failing destination.
- SaveUploadTest::testHandleFileMunge in core/
modules/ file/ tests/ src/ Functional/ SaveUploadTest.php - Tests file munge handling.
- SchemaCheckTestTrait::assertConfigSchemaByName in core/
tests/ Drupal/ Tests/ SchemaCheckTestTrait.php - Asserts configuration, specified by name, has a valid schema.
- SchemaCheckTraitTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ SchemaCheckTraitTest.php - sdc_library_info_build in core/
modules/ sdc/ sdc.module - Implements hook_library_info_build().
- SearchAdminThemeTest::testSearchUsingAdminTheme in core/
modules/ search/ tests/ src/ Functional/ SearchAdminThemeTest.php - Tests that search results could be displayed in administration theme.
- SearchBlockTest::testSearchFormBlock in core/
modules/ search/ tests/ src/ Functional/ SearchBlockTest.php - Tests that the search form block can be placed and works.
- SearchConfigSettingsFormTest::assertDefaultSearch in core/
modules/ search/ tests/ src/ Functional/ SearchConfigSettingsFormTest.php - Checks that the default search page matches expectations.
- SearchIndex::__construct in core/
modules/ search/ src/ SearchIndex.php - SearchIndex constructor.
- SearchMatchTest::_setup in core/
modules/ search/ tests/ src/ Kernel/ SearchMatchTest.php - Set up a small index of items to test against.
- SearchMultilingualEntityTest::testMultilingualSearch in core/
modules/ search/ tests/ src/ Functional/ SearchMultilingualEntityTest.php - Tests the indexing throttle and search results with multilingual nodes.
- SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/
modules/ search/ tests/ src/ Functional/ SearchNodeUpdateAndDeletionTest.php - Tests that the search index info is properly updated when a node changes.
- SearchPage::configFactory in core/
modules/ search/ src/ Entity/ SearchPage.php - Wraps the config factory.
- SearchPage::postDelete in core/
modules/ search/ src/ Entity/ SearchPage.php - Acts on deleted entities before the delete hook is invoked.
- SearchPage::routeBuilder in core/
modules/ search/ src/ Entity/ SearchPage.php - Wraps the route builder.
- SearchPage::searchPageRepository in core/
modules/ search/ src/ Entity/ SearchPage.php - Wraps the search page repository.
- SearchPage::searchPluginManager in core/
modules/ search/ src/ Entity/ SearchPage.php - Wraps the search plugin manager.
- SearchPageValidationTest::testBaseRouteIsValid in core/
modules/ search/ tests/ src/ Kernel/ SearchPageValidationTest.php - Test that the base route stored in definition is correct.
- SearchQuery::parseSearchExpression in core/
modules/ search/ src/ SearchQuery.php - Parses the search query into SQL conditions.
- SearchRankingTest::testHTMLRankings in core/
modules/ search/ tests/ src/ Functional/ SearchRankingTest.php - Tests rankings of HTML tags.
- SearchTextProcessorTest::testSearchTextProcessorPunctuation in core/
modules/ search/ tests/ src/ Kernel/ SearchTextProcessorTest.php - Tests that text analysis does the right thing with punctuation.
- SearchTextProcessorTest::testSearchTextProcessorUnicode in core/
modules/ search/ tests/ src/ Kernel/ SearchTextProcessorTest.php - Tests that text processing handles Unicode characters correctly.
- SearchTokenizerTest::testNoTokenizer in core/
modules/ search/ tests/ src/ Kernel/ SearchTokenizerTest.php - Verifies that strings of non-CJK characters are not tokenized.
- SearchTokenizerTest::testTokenizer in core/
modules/ search/ tests/ src/ Kernel/ SearchTokenizerTest.php - Verifies that strings of CJK characters are tokenized.
- search_cron in core/
modules/ search/ search.module - Implements hook_cron().
- search_requirements in core/
modules/ search/ search.install - Implements hook_requirements().
- Section::contextHandler in core/
modules/ layout_builder/ src/ Section.php - Wraps the context handler.
- Section::layoutPluginManager in core/
modules/ layout_builder/ src/ Section.php - Wraps the layout plugin manager.
- SectionComponent::contextHandler in core/
modules/ layout_builder/ src/ SectionComponent.php - Wraps the context handler.
- SectionComponent::eventDispatcher in core/
modules/ layout_builder/ src/ SectionComponent.php - Wraps the event dispatcher.
- SectionComponent::pluginManager in core/
modules/ layout_builder/ src/ SectionComponent.php - Wraps the component plugin manager.
- ServiceDeprecationTest::testGetDeprecated in core/
tests/ Drupal/ FunctionalTests/ Core/ Container/ ServiceDeprecationTest.php - @covers ::get
- SessionHandler::__construct in core/
lib/ Drupal/ Core/ Session/ SessionHandler.php - Constructs a new SessionHandler instance.
- SessionManager::__construct in core/
lib/ Drupal/ Core/ Session/ SessionManager.php - Constructs a new session manager instance.
- settings_tray_preprocess_block in core/
modules/ settings_tray/ settings_tray.module - Implements hook_preprocess_HOOK() for block templates.
- ShortcutLinksTest::testShortcutLinkChangeRoute in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Tests that changing the route of a shortcut link works.
- SiteConfigureForm::__construct in core/
lib/ Drupal/ Core/ Installer/ Form/ SiteConfigureForm.php - Constructs a new SiteConfigureForm.
- SortRandomTest::testRandomOrderingWithRenderCaching in core/
modules/ views/ tests/ src/ Kernel/ Handler/ SortRandomTest.php - Tests random ordering with tags based caching.
- Sql::__construct in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Constructs an SQL object.
- SqlContentEntityStorageSchema::deletedFieldsRepository in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php - Gets the deleted fields repository.
- SqlTest::setUp in core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ id_map/ SqlTest.php - Stable9TemplateOverrideTest::testStable9TemplateOverrides in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ Stable9TemplateOverrideTest.php - Ensures that Stable 9 overrides all relevant core templates.
- StackKernelIntegrationTest::testRequest in core/
tests/ Drupal/ KernelTests/ Core/ HttpKernel/ StackKernelIntegrationTest.php - Tests a request.
- StandardRecipeTest::testStandard in core/
tests/ Drupal/ FunctionalTests/ Core/ Recipe/ StandardRecipeTest.php - Tests Standard installation recipe.
- State::__construct in core/
lib/ Drupal/ Core/ State/ State.php - Constructs a State object.
- statistics_cron in core/
modules/ statistics/ statistics.module - Implements hook_cron().
- statistics_tokens in core/
modules/ statistics/ statistics.tokens.inc - Implements hook_tokens().
- StatusTest::testStatusPage in core/
modules/ system/ tests/ src/ Functional/ System/ StatusTest.php - Tests that the status page returns.
- StorageComparer::__construct in core/
lib/ Drupal/ Core/ Config/ StorageComparer.php - Constructs the Configuration storage comparer.
- StreamWrapperManagerTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ StreamWrapper/ StreamWrapperManagerTest.php - StreamWrapperTest::testGetValidStreamScheme in core/
tests/ Drupal/ KernelTests/ Core/ File/ StreamWrapperTest.php - Tests the scheme functions.
- StreamWrapperTest::testUriFunctions in core/
tests/ Drupal/ KernelTests/ Core/ File/ StreamWrapperTest.php - Tests the getViaUri() and getViaScheme() methods and target functions.
- StringFieldTest::_testTextfieldWidgets in core/
modules/ field/ tests/ src/ Functional/ FunctionalString/ StringFieldTest.php - Helper function for testTextfieldWidgets().
- StringTranslationTrait::getStringTranslation in core/
lib/ Drupal/ Core/ StringTranslation/ StringTranslationTrait.php - Gets the string translation service.
- StyleSerializerEntityTest::setUp in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerEntityTest.php - Sets up the test.
- StyleSerializerEntityTest::testLivePreview in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerEntityTest.php - Tests the live preview output for json output.
- StyleSerializerEntityTest::testRestRenderCaching in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerEntityTest.php - Tests REST export with views render caching enabled.
- StyleSerializerTest::setUp in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Sets up the test.
- system_check_directory in core/
modules/ system/ system.module - Checks the existence of the directory specified in $form_element.
- system_cron in core/
modules/ system/ system.module - Implements hook_cron().
- system_entity_view_display_presave in core/
modules/ system/ system.module - Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
- system_file_download in core/
modules/ system/ system.module - Implements hook_file_download().
- system_form_alter in core/
modules/ system/ system.module - Implements hook_form_alter().
- system_js_settings_alter in core/
modules/ system/ system.module - Implements hook_js_settings_alter().
- system_js_settings_build in core/
modules/ system/ system.module - Implements hook_js_settings_build().
- system_page_top in core/
modules/ system/ system.module - Implements hook_page_top().
- system_post_update_add_langcode_to_all_translatable_config in core/
modules/ system/ system.post_update.php - Adds a langcode to all simple config which needs it.
- system_post_update_timestamp_formatter in core/
modules/ system/ system.post_update.php - Update timestamp formatter settings for entity view displays.
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- system_retrieve_file in core/
modules/ system/ system.module - Attempts to get a file using Guzzle HTTP client and to store it locally.
- system_token_info in core/
modules/ system/ system.tokens.inc - Implements hook_token_info().
- Tables::__construct in core/
lib/ Drupal/ Core/ Entity/ Query/ Sql/ Tables.php - Tables::__construct in core/
modules/ workspaces/ src/ EntityQuery/ Tables.php - TaggedWithTest::setUp in core/
modules/ views/ tests/ src/ Functional/ Wizard/ TaggedWithTest.php - Sets up the test.
- TaxonomyFieldTidTest::testViewsHandlerTidField in core/
modules/ taxonomy/ tests/ src/ Kernel/ Views/ TaxonomyFieldTidTest.php - Tests the taxonomy field handler.
- TaxonomyFieldVidTest::testViewsHandlerVidField in core/
modules/ taxonomy/ tests/ src/ Kernel/ Views/ TaxonomyFieldVidTest.php - Tests the field handling for the Vocabulary ID.
- TaxonomyImageTest::setUp in core/
modules/ taxonomy/ tests/ src/ Functional/ TaxonomyImageTest.php - TaxonomyTermViewTest::setUp in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyTermViewTest.php - Sets up the test.
- TaxonomyTestBase::mockStandardInstall in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyTestBase.php - Provides a workaround for the inability to use the standard profile.
- TaxonomyTranslationTestTrait::setUpTermReferenceField in core/
modules/ taxonomy/ tests/ src/ Functional/ TaxonomyTranslationTestTrait.php - Adds term reference field for the article content type.
- TelephoneFieldTest::setUp in core/
modules/ telephone/ tests/ src/ Functional/ TelephoneFieldTest.php - template_preprocess_book_navigation in core/
modules/ book/ book.module - Prepares variables for book navigation templates.
- template_preprocess_comment in core/
modules/ comment/ comment.module - Prepares variables for comment templates.
- template_preprocess_file_link in core/
modules/ file/ file.module - Prepares variables for file link templates.
- template_preprocess_image in core/
includes/ theme.inc - Prepares variables for image templates.
- template_preprocess_image_style_preview in core/
modules/ image/ image.admin.inc - Prepares variables for image style preview templates.
- template_preprocess_pager in core/
includes/ theme.inc - Prepares variables for pager templates.
- template_preprocess_system_modules_details in core/
modules/ system/ system.admin.inc - Prepares variables for the module details templates.
- template_preprocess_time in core/
includes/ theme.inc - Prepares variables for time templates.
- template_preprocess_views_mini_pager in core/
modules/ views/ views.theme.inc - Prepares variables for views mini-pager templates.
- TemporaryJsonapiFileFieldUploader::__construct in core/
modules/ jsonapi/ src/ Controller/ TemporaryJsonapiFileFieldUploader.php - Constructs a FileUploadResource instance.
- TermContextTest::testGetRuntimeContexts in core/
modules/ taxonomy/ tests/ src/ Kernel/ ContextProvider/ TermContextTest.php - @covers ::getRuntimeContexts
- TermIndexTest::setUp in core/
modules/ taxonomy/ tests/ src/ Functional/ TermIndexTest.php - TermTest::setUp in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTest.php - TestControllers::removeExceptionLogger in core/
modules/ system/ tests/ modules/ router_test_directory/ src/ TestControllers.php - TestFileCreationTrait::getTestFiles in core/
tests/ Drupal/ Tests/ TestFileCreationTrait.php - Gets a list of files that can be used in tests.
- TestFileTransferWithSettingsForm::factory in core/
modules/ update/ tests/ modules/ update_test/ src/ TestFileTransferWithSettingsForm.php - Returns a Drupal\update_test\TestFileTransferWithSettingsForm object.
- TestSessionHandlerProxy::close in core/
modules/ system/ tests/ modules/ session_test/ src/ Session/ TestSessionHandlerProxy.php - TestSessionHandlerProxy::open in core/
modules/ system/ tests/ modules/ session_test/ src/ Session/ TestSessionHandlerProxy.php - TestSessionHandlerProxy::read in core/
modules/ system/ tests/ modules/ session_test/ src/ Session/ TestSessionHandlerProxy.php - TestSessionHandlerProxy::write in core/
modules/ system/ tests/ modules/ session_test/ src/ Session/ TestSessionHandlerProxy.php - TestSiteClaroInstallTestScript::setup in core/
tests/ Drupal/ TestSite/ TestSiteClaroInstallTestScript.php - Run the code to setup the test environment.
- TestSiteOliveroInstallTestScript::setup in core/
tests/ Drupal/ TestSite/ TestSiteOliveroInstallTestScript.php - Run the code to setup the test environment.
- TestViewsTest::testDefaultConfig in core/
modules/ views/ tests/ src/ Kernel/ TestViewsTest.php - Tests default configuration data type.
- TextareaWithSummaryTest::testTextSummaryRequiredBehavior in core/
modules/ text/ tests/ src/ FunctionalJavascript/ TextareaWithSummaryTest.php - Tests that the textSummary behavior is not run for required summary fields.
- TextFieldTest::testRequiredLongTextWithFileUpload in core/
modules/ text/ tests/ src/ Functional/ TextFieldTest.php - Tests required long text with file upload.
- TextFieldTest::_testTextfieldWidgetsFormatted in core/
modules/ text/ tests/ src/ Functional/ TextFieldTest.php - Helper function for testTextfieldWidgetsFormatted().
- TextFormat::elementInfo in core/
modules/ filter/ src/ Element/ TextFormat.php - Wraps the element info service.
- TextFormatElementFormTest::setUp in core/
modules/ filter/ tests/ src/ Kernel/ TextFormatElementFormTest.php - Sets up the test.
- TextProcessed::getRenderer in core/
modules/ text/ src/ TextProcessed.php - Returns the renderer service.
- ThemeExtensionListTest::testGetList in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ThemeExtensionListTest.php - @covers ::getList
- ThemeInstaller::__construct in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Constructs a new ThemeInstaller.
- ThemeRenderAndAutoescapeTest::testBubblingMetadata in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeRenderAndAutoescapeTest.php - Ensure cache metadata is bubbled when using theme_render_and_autoescape().
- ThemeRenderAndAutoescapeTest::testBubblingMetadataWithRenderable in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeRenderAndAutoescapeTest.php - Ensure cache metadata is bubbled when using theme_render_and_autoescape().
- ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeRenderAndAutoescapeTest.php - @dataProvider providerTestThemeRenderAndAutoescape
- ThemeSettingsForm::buildForm in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - ThemeSettingsTest::testLogoConfig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeSettingsTest.php - Tests that the default logo config can be overridden.
- ThemeTest::testSwitchDefaultTheme in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Tests switching the default theme.
- ThemeTest::testThemeSettings in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Tests the theme settings form.
- ThemeTest::testThemeUpdateManagement in core/
modules/ system/ tests/ src/ Kernel/ Theme/ ThemeTest.php - Tests the update registry is correct during theme install and uninstall.
- ThemeTest::testThemeUpdateManagementRemovedPostUpdates in core/
modules/ system/ tests/ src/ Kernel/ Theme/ ThemeTest.php - Tests the update registry is correct during theme install and uninstall.
- theme_get_registry in core/
includes/ theme.inc - Gets the theme registry.
- theme_get_setting in core/
includes/ theme.inc - Retrieves a setting for the current theme or for a given theme.
- Time::__construct in core/
modules/ views/ src/ Plugin/ views/ cache/ Time.php - Constructs a Time cache plugin object.
- TimestampFormatter::__construct in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ TimestampFormatter.php - Constructs a new TimestampFormatter.
- TokenReplaceKernelTest::testSystemDateTokenReplacement in core/
modules/ system/ tests/ src/ Kernel/ Token/ TokenReplaceKernelTest.php - Tests the generation of all system date tokens.
- TokenReplaceTest::setUp in core/
modules/ taxonomy/ tests/ src/ Kernel/ TokenReplaceTest.php - Toolbar::breakpointManager in core/
modules/ toolbar/ src/ Element/ Toolbar.php - Wraps the breakpoint manager.
- ToolbarController::preRenderAdministrationTray in core/
modules/ toolbar/ src/ Controller/ ToolbarController.php - Renders the toolbar's administration tray.
- ToolbarController::preRenderGetRenderedSubtrees in core/
modules/ toolbar/ src/ Controller/ ToolbarController.php - #pre_render callback for toolbar_get_rendered_subtrees().
- ToolbarController::__construct in core/
modules/ toolbar/ src/ Controller/ ToolbarController.php - Constructs a ToolbarController object.
- toolbar_get_rendered_subtrees in core/
modules/ toolbar/ toolbar.module - Returns the rendered subtree of each top-level toolbar link.
- ToolkitTestTrait::getImage in core/
tests/ Drupal/ Tests/ Traits/ Core/ Image/ ToolkitTestTrait.php - Sets up an image with the custom toolkit.
- Tour::__construct in core/
modules/ tour/ src/ Entity/ Tour.php - Constructs an Entity object.
- TranslatableMarkup::getStringTranslation in core/
lib/ Drupal/ Core/ StringTranslation/ TranslatableMarkup.php - Gets the string translation service.
- TranslationStatusForm::__construct in core/
modules/ locale/ src/ Form/ TranslationStatusForm.php - Constructs a TranslationStatusForm object.
- TwigEnvironmentTest::testCacheFilename in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigEnvironmentTest.php - Ensures that cacheFilename() varies by extensions + deployment identifier.
- TwigEnvironmentTest::testInlineTemplate in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigEnvironmentTest.php - Tests inline templates.
- TwigEnvironmentTest::testTemplateClassname in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigEnvironmentTest.php - Ensures that templates resolve to the same class name and cache file.
- TwigEnvironmentTest::testTemplateInvalidation in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigEnvironmentTest.php - Tests template invalidation.
- TwigEnvironmentTest::testTemplateNotFoundException in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigEnvironmentTest.php - Tests that exceptions are thrown when a template is not found.
- TwigEnvironmentTest::testTwigFilePrefixChange in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigEnvironmentTest.php - Test twig file prefix change.
- TwigExtensionTest::testsRenderEscapedZeroValue in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigExtensionTest.php - Tests output of integer and double 0 values of TwigExtension::escapeFilter().
- TwigExtensionTest::testsRenderZeroValue in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigExtensionTest.php - Tests output of integer and double 0 values of TwigExtension->renderVar().
- TwigExtensionTest::testTwigExtensionLoaded in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigExtensionTest.php - Tests that the provided Twig extension loads the service appropriately.
- TwigIncludeTest::testTemplateInclusion in core/
modules/ system/ tests/ src/ Kernel/ Theme/ TwigIncludeTest.php - Tests template inclusion extension checking.
- TwigLoaderTest::testTwigLoaderAddition in core/
modules/ system/ tests/ src/ Kernel/ Theme/ TwigLoaderTest.php - Tests adding an additional twig loader to the loader chain.
- TwigMarkupInterfaceTest::renderObjectWithTwig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigMarkupInterfaceTest.php - TwigNamespaceTest::setUp in core/
modules/ system/ tests/ src/ Kernel/ Theme/ TwigNamespaceTest.php - TwigRegistryLoaderTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigRegistryLoaderTest.php - TwigTransTest::installLanguages in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigTransTest.php - Helper function: install languages.
- TwigTransTest::testEmptyTwigTransTags in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigTransTest.php - Tests empty Twig "trans" tags.
- TwigWhiteListTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigWhiteListTest.php - TwigWhiteListTest::testWhiteListChaining in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigWhiteListTest.php - Tests white-listing of methods doesn't interfere with chaining.
- twig_render_template in core/
themes/ engines/ twig/ twig.engine - Implements hook_render_template().
- TypedConfigManager::__construct in core/
lib/ Drupal/ Core/ Config/ TypedConfigManager.php - Creates a new typed configuration manager.
- TypedConfigTest::testSimpleConfigValidation in core/
tests/ Drupal/ KernelTests/ Config/ TypedConfigTest.php - Tests config validation via the Typed Data API.
- TypedConfigTest::testTypedDataAPI in core/
tests/ Drupal/ KernelTests/ Config/ TypedConfigTest.php - Verifies that the Typed Data API is implemented correctly.
- UiHelperTrait::drupalUserIsLoggedIn in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Returns whether a given user account is logged in.
- UpdateFetcher::__construct in core/
modules/ update/ src/ UpdateFetcher.php - Constructs an UpdateFetcher.
- UpdateHookRegistry::__construct in core/
lib/ Drupal/ Core/ Update/ UpdateHookRegistry.php - Constructs a new UpdateHookRegistry.
- UpdateManagerInstall::submitForm in core/
modules/ update/ src/ Form/ UpdateManagerInstall.php - Form submission handler.
- UpdatePathLastRemovedTest::testLastRemovedVersion in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathLastRemovedTest.php - Tests that a module with a too old schema version can not be updated.
- UpdatePathTestBase::testDatabaseLoaded in core/
tests/ Drupal/ FunctionalTests/ Update/ UpdatePathTestBase.php - Tests that the database was properly loaded.
- UpdatePathTestBaseTest::testUpdateHookN in core/
tests/ Drupal/ FunctionalTests/ Update/ UpdatePathTestBaseTest.php - Tests that updates are properly run.
- UpdatePostUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePostUpdateTest.php - UpdateProcessor::__construct in core/
modules/ update/ src/ UpdateProcessor.php - Constructs an UpdateProcessor.
- Updater::findInfoFile in core/
lib/ Drupal/ Core/ Updater/ Updater.php - Determines what the most important (or only) info file is in a directory.
- UpdateReady::submitForm in core/
modules/ update/ src/ Form/ UpdateReady.php - Form submission handler.
- UpdateRegistry::__construct in core/
lib/ Drupal/ Core/ Update/ UpdateRegistry.php - Constructs a new UpdateRegistry.
- UpdateRemovedPostUpdateTest::testRemovedPostUpdate in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateRemovedPostUpdateTest.php - Tests hook_post_update_NAME().
- UpdateSchemaTest::testUpdateHooks in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateSchemaTest.php - Tests that update hooks are properly run.
- UpdateScriptTest::runUpdates in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Helper function to run updates via the browser.
- UpdateScriptTest::testRequirements in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests that requirements warnings and errors are correctly displayed.
- UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests performing updates with update.php in a multilingual environment.
- UpdateScriptTest::testSuccessfulUpdateFunctionality in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests update.php after performing a successful update.
- UpdatesWith7xTest::testWith7x in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatesWith7xTest.php - update_get_update_function_list in core/
includes/ update.inc - Returns an organized list of update functions for a set of modules.
- update_get_update_list in core/
includes/ update.inc - Returns a list of all the pending database updates.
- update_manager_local_transfers_allowed in core/
modules/ update/ update.manager.inc - Determines if file transfers will be performed locally.
- update_page_top in core/
modules/ update/ update.module - Implements hook_page_top().
- update_retrieve_dependencies in core/
includes/ update.inc - Invokes hook_update_dependencies() in all installed modules.
- update_verify_update_archive in core/
modules/ update/ update.module - Implements hook_verify_update_archive().
- Url::accessManager in core/
lib/ Drupal/ Core/ Url.php - Url::unroutedUrlAssembler in core/
lib/ Drupal/ Core/ Url.php - Gets the unrouted URL assembler for non-Drupal URLs.
- UsageTest::createTempFiles in core/
modules/ file/ tests/ src/ Kernel/ UsageTest.php - Create files for all the possible combinations of age and status.
- User::postSave in core/
modules/ user/ src/ Entity/ User.php - Acts on a saved entity before the insert or update hook is invoked.
- UserActionConfigSchemaTest::testValidUserActionConfigSchema in core/
modules/ user/ tests/ src/ Kernel/ UserActionConfigSchemaTest.php - Tests whether the user action config schema are valid.
- UserController::__construct in core/
modules/ user/ src/ Controller/ UserController.php - Constructs a UserController object.
- UserData::__construct in core/
modules/ user/ src/ Plugin/ views/ field/ UserData.php - Constructs a UserData object.
- UserEntityReferenceTest::testUserSelectionByRole in core/
modules/ user/ tests/ src/ Kernel/ UserEntityReferenceTest.php - Tests user selection by roles.
- UserJsonBasicAuthDecoratedTest::testServiceDecorated in core/
modules/ user/ tests/ src/ Functional/ Rest/ UserJsonBasicAuthDecoratedTest.php - Test that the UserAuthDecorator is providing user.auth.
- UserLoginBlock::__construct in core/
modules/ user/ src/ Plugin/ Block/ UserLoginBlock.php - Constructs a new UserLoginBlock instance.
- UserLoginDecoratedTest::testServiceDecorated in core/
modules/ user/ tests/ src/ Functional/ UserLoginDecoratedTest.php - Test that the UserAuthDecorator is providing user.auth.
- UserLoginHttpDecoratedTest::testServiceDecorated in core/
modules/ user/ tests/ src/ Functional/ UserLoginHttpDecoratedTest.php - Test that the UserAuthDecorator is providing user.auth.
- UserMailNotifyTest::testUserRecoveryMailLanguage in core/
modules/ user/ tests/ src/ Kernel/ UserMailNotifyTest.php - Tests recovery email content and token langcode is aligned.
- UserPasswordForm::__construct in core/
modules/ user/ src/ Form/ UserPasswordForm.php - Constructs a UserPasswordForm object.
- UserPermissionsForm::__construct in core/
modules/ user/ src/ Form/ UserPermissionsForm.php - Constructs a new UserPermissionsForm.
- UserRegistrationResource::__construct in core/
modules/ user/ src/ Plugin/ rest/ resource/ UserRegistrationResource.php - Constructs a new UserRegistrationResource instance.
- UserRegistrationTest::testRegistrationWithUserFields in core/
modules/ user/ tests/ src/ Functional/ UserRegistrationTest.php - Tests Field API fields on user registration forms.
- UserRequestSubscriber::__construct in core/
modules/ user/ src/ EventSubscriber/ UserRequestSubscriber.php - Constructs a new UserRequestSubscriber.
- UserUpdateRoleMigrateTest::testRolePermissions in core/
modules/ user/ tests/ src/ Functional/ Update/ UserUpdateRoleMigrateTest.php - Tests that roles have only existing permissions.
- user_login_finalize in core/
modules/ user/ user.module - Finalizes the login process and logs in a user.
- UuidItem::applyDefaultValue in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ UuidItem.php - Applies the default value.
- UuidValidatorTest::testUuid in core/
tests/ Drupal/ KernelTests/ Core/ Validation/ UuidValidatorTest.php - ViewExecutable::__construct in core/
modules/ views/ src/ ViewExecutable.php - Constructs a new ViewExecutable object.
- ViewExecutable::__wakeup in core/
modules/ views/ src/ ViewExecutable.php - Magic method implementation to unserialize the view executable.
- ViewExecutableFactory::__construct in core/
modules/ views/ src/ ViewExecutableFactory.php - Constructs a new ViewExecutableFactory.
- Views::analyzer in core/
modules/ views/ src/ Views.php - Returns the view analyzer.
- Views::executableFactory in core/
modules/ views/ src/ Views.php - Returns the view executable factory service.
- Views::handlerManager in core/
modules/ views/ src/ Views.php - Returns the plugin manager for a certain views handler type.
- Views::pluginManager in core/
modules/ views/ src/ Views.php - Returns the plugin manager for a certain views plugin type.
- Views::t in core/
modules/ views/ src/ Views.php - Translates a string to the current language or to a given language.
- Views::viewsData in core/
modules/ views/ src/ Views.php - Returns the views data service.
- Views::viewsDataHelper in core/
modules/ views/ src/ Views.php - Returns the views data helper service.
- ViewsFormBase::ajaxFormWrapper in core/
modules/ views_ui/ src/ Form/ Ajax/ ViewsFormBase.php - Wrapper for handling AJAX forms.
- ViewsNoResultsBehaviorTest::setUp in core/
modules/ views/ tests/ src/ Functional/ ViewsNoResultsBehaviorTest.php - Sets up the test.
- ViewsPreprocessTest::testCssClassCleaning in core/
modules/ views/ tests/ src/ Kernel/ ViewsPreprocessTest.php - Tests css classes on displays are cleaned correctly.
- views_entity_field_label in core/
modules/ views/ views.views.inc - Returns the label of a certain field.
- views_test_data_views_data in core/
modules/ views/ tests/ modules/ views_test_data/ views_test_data.views.inc - Implements hook_views_data().
- views_ui_add_ajax_trigger in core/
modules/ views_ui/ admin.inc - Converts a form element in the add view wizard to be AJAX-enabled.
- WidgetPluginManagerTest::testNotApplicableFallback in core/
modules/ field/ tests/ src/ Kernel/ WidgetPluginManagerTest.php - Tests that getInstance falls back on default if current is not applicable.
- Workflow::getPluginCollection in core/
modules/ workflows/ src/ Entity/ Workflow.php - Encapsulates the creation of the workflow's plugin collection.
- Workspace::postDelete in core/
modules/ workspaces/ src/ Entity/ Workspace.php - Acts on deleted entities before the delete hook is invoked.
- WorkspaceAccessTest::testWorkspaceSwitcherBlock in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceAccessTest.php - @covers \Drupal\workspaces\Plugin\Block\WorkspaceSwitcherBlock::blockAccess
- WorkspaceAssociation::__construct in core/
modules/ workspaces/ src/ WorkspaceAssociation.php - Constructs a WorkspaceAssociation object.
- WorkspaceAssociationTest::assertWorkspaceAssociations in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceAssociationTest.php - Checks the workspace associations for a test scenario.
- WorkspaceCacheContextTest::testWorkspaceCacheContext in core/
modules/ workspaces/ tests/ src/ Functional/ WorkspaceCacheContextTest.php - Tests the 'workspace' cache context.
- WorkspaceCRUDTest::setUp in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceCRUDTest.php - WorkspaceCRUDTest::testDeletingWorkspaces in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceCRUDTest.php - Tests the deletion of workspaces.
- WorkspaceEntityDeleteTest::setUp in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceEntityDeleteTest.php - WorkspaceEntityDeleteTest::testEntityDeletion in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceEntityDeleteTest.php - Test entity deletion in a workspace.
- WorkspaceInformationTest::setUp in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceInformationTest.php - WorkspaceManager::__construct in core/
modules/ workspaces/ src/ WorkspaceManager.php - Constructs a new WorkspaceManager.
- WorkspaceMerger::__construct in core/
modules/ workspaces/ src/ WorkspaceMerger.php - Constructs a new WorkspaceMerger.
- WorkspaceOperationFactory::__construct in core/
modules/ workspaces/ src/ WorkspaceOperationFactory.php - Constructs a new WorkspaceOperationFactory.
- WorkspacePermissionsTest::testCreateWorkspace in core/
modules/ workspaces/ tests/ src/ Functional/ WorkspacePermissionsTest.php - Verifies that a user can create but not edit a workspace.
- WorkspacePublisher::__construct in core/
modules/ workspaces/ src/ WorkspacePublisher.php - Constructs a new WorkspacePublisher.
- WorkspacePublishFormTest::testSubmitFormWithException in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspacePublishFormTest.php - @covers ::submitForm
- WorkspaceSafeFormTrait::getWorkspaceInfo in core/
lib/ Drupal/ Core/ Entity/ Form/ WorkspaceSafeFormTrait.php - Retrieves the workspace information service.
- WorkspacesContentModerationStateTest::testWorkspaceEntityTypeModeration in core/
modules/ content_moderation/ tests/ src/ Kernel/ WorkspacesContentModerationStateTest.php - Tests that the 'workspace' entity type can not be moderated.
- workspaces_module_preinstall in core/
modules/ workspaces/ workspaces.install - Implements hook_module_preinstall().
- WorkspaceTestTrait::assertWorkspaceAssociation in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceTestTrait.php - Checks the workspace_association records for a test scenario.
- WorkspaceTestTrait::initializeWorkspacesModule in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceTestTrait.php - Enables the Workspaces module and creates two workspaces.
- WorkspaceTestUtilities::getOneEntityByLabel in core/
modules/ workspaces/ tests/ src/ Functional/ WorkspaceTestUtilities.php - Loads a single entity by its label.
- Y2038TimestampUpdateTest::collectTimestampFieldsFromDatabase in core/
modules/ system/ tests/ src/ Functional/ Update/ Y2038TimestampUpdateTest.php - Collect the timestamp fields from the database and update table list.
- Y2038TimestampUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ Y2038TimestampUpdateTest.php - _batch_progress_page in core/
includes/ batch.inc - Outputs a batch processing page.
- _content_moderation_views_data_object in core/
modules/ content_moderation/ content_moderation.views.inc - Creates a ViewsData object to respond to views hooks.
- _content_translation_form_language_content_settings_form_alter in core/
modules/ content_translation/ content_translation.admin.inc - (proxied) Implements hook_form_FORM_ID_alter().
- _content_translation_install_field_storage_definitions in core/
modules/ content_translation/ content_translation.module - Installs Content Translation's fields for a given entity type.
- _drupal_maintenance_theme in core/
includes/ theme.maintenance.inc - Sets up the theming system for maintenance page.
- _drupal_maintenance_theme in core/
includes/ theme.maintenance.inc - Sets up the theming system for maintenance page.
- _editor_get_formatted_text_fields in core/
modules/ editor/ editor.module - Determines the formatted text fields on an entity.
- _filter_html_image_secure_process in core/
modules/ filter/ filter.module - Process callback for local image filter.
- _install_config_locale_overrides in core/
includes/ install.core.inc - Creates a batch to process config translations after installing from config.
- _install_config_locale_overrides_process_batch in core/
includes/ install.core.inc - Batch operation callback for install_config_locale_overrides().
- _locale_rebuild_js in core/
modules/ locale/ locale.module - (Re-)Creates the JavaScript translation file for a language.
- _locale_refresh_configuration in core/
modules/ locale/ locale.module - Refreshes configuration after string translations have been updated.
- _menu_link_content_update_path_alias in core/
modules/ menu_link_content/ menu_link_content.module - Helper function to update plugin definition using internal scheme.
- _responsive_image_image_style_url in core/
modules/ responsive_image/ responsive_image.module - Wrapper around image_style_url() so we can return an empty image.
- _search_find_match_with_simplify in core/
modules/ search/ search.module - Finds an appropriate keyword in text.
- _system_advisories_requirements in core/
modules/ system/ system.install - Display requirements from security advisories.
- _update_ckeditor5_html_filter in core/
modules/ ckeditor5/ ckeditor5.module - AJAX callback handler for filter_format_form().
- _update_fix_missing_schema in core/
includes/ update.inc - Helper to detect and fix 'missing' schema information.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.