909 calls to Drupal::service()
- AccessRoleTest::testRenderCaching in core/
modules/ user/ tests/ src/ Functional/ Views/ AccessRoleTest.php - Tests access on render caching.
- AccountProxy::__construct in core/
lib/ Drupal/ Core/ Session/ AccountProxy.php - AccountProxy constructor.
- Action::getPluginCollection in core/
modules/ system/ src/ Entity/ Action.php - Encapsulates the creation of the action's LazyPluginCollection.
- ActiveTheme::getBaseThemes in core/
lib/ Drupal/ Core/ Theme/ ActiveTheme.php - Returns an array of base theme active theme objects keyed by name.
- ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate in core/
modules/ workspaces/ tests/ src/ Functional/ UpdateSystem/ ActiveWorkspaceUpdateTest.php - Tests that there is no active workspace during database updates.
- AddFormBase::__construct in core/
modules/ media_library/ src/ Form/ AddFormBase.php - Constructs a AddFormBase object.
- AdminController::__construct in core/
modules/ system/ src/ Controller/ AdminController.php - AdminController constructor.
- aggregator_entity_extra_field_info in core/
modules/ aggregator/ aggregator.module - Implements hook_entity_extra_field_info().
- AjaxFileManagedMultipleTest::testMultipleFilesUpload in core/
modules/ file/ tests/ src/ FunctionalJavascript/ AjaxFileManagedMultipleTest.php - Test if managed file form element works well with multiple files upload.
- AjaxRenderer::__construct in core/
lib/ Drupal/ Core/ Render/ MainContent/ AjaxRenderer.php - Constructs a new AjaxRenderer instance.
- AliasManager::__construct in core/
lib/ Drupal/ Core/ Path/ AliasManager.php - Constructs an AliasManager.
- AliasWhitelist::__construct in core/
lib/ Drupal/ Core/ Path/ AliasWhitelist.php - Constructs an AliasWhitelist object.
- ApcuBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ ApcuBackendTest.php - Creates a cache backend to test.
- ArchiverManager::__construct in core/
lib/ Drupal/ Core/ Archiver/ ArchiverManager.php - Constructs a ArchiverManager object.
- AssertConfigEntityImportTrait::assertConfigEntityImport in core/
modules/ config/ src/ Tests/ AssertConfigEntityImportTrait.php - Asserts that a config entity can be imported without changing it.
- 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.
- AssetDumper::getFileSystem in core/
lib/ Drupal/ Core/ Asset/ AssetDumper.php - Helper method for returning the file system service.
- AssetResolver::getJsAssets in core/
lib/ Drupal/ Core/ Asset/ AssetResolver.php - Returns the JavaScript assets for the current response's libraries.
- 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.
- 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 - 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 - BlockContentAccessHandlerTest::setUp in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentAccessHandlerTest.php - BlockContentEntityReferenceSelectionTest::setUp in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentEntityReferenceSelectionTest.php - BlockPluginId::__construct in core/
modules/ block/ src/ Plugin/ migrate/ process/ BlockPluginId.php - 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 - Test 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.
- BlockVisibility::__construct in core/
modules/ block/ src/ Plugin/ migrate/ process/ BlockVisibility.php - block_content_add_body_field in core/
modules/ block_content/ block_content.module - Adds the default body field to a custom block type.
- 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 - Test field access.
- BulkForm::__construct in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php - Constructs a new BulkForm object.
- 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.
- ChainedFastBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ ChainedFastBackendTest.php - Creates a new instance of ChainedFastBackend.
- CKEditor::__construct in core/
modules/ ckeditor/ src/ Plugin/ Editor/ CKEditor.php - Constructs a \Drupal\ckeditor\Plugin\Editor\CKEditor object.
- CKEditorLoadingTest::testExternalStylesheets in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorLoadingTest.php - Tests loading of theme's CKEditor stylesheets defined in the .info file.
- color_library_info_alter in core/
modules/ color/ color.module - Implements hook_library_info_alter().
- color_scheme_form_submit in core/
modules/ color/ color.module - Form submission handler for color_scheme_form().
- 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.
- CommentController::__construct in core/
modules/ comment/ src/ Controller/ CommentController.php - Constructs a CommentController object.
- CommentDefaultFormatter::__construct in core/
modules/ comment/ src/ Plugin/ Field/ FieldFormatter/ CommentDefaultFormatter.php - Constructs a new CommentDefaultFormatter.
- 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 - Test the comment approve link.
- CommentLinksTest::testLinkReply in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php - Test the comment reply link.
- CommentManager::__construct in core/
modules/ comment/ src/ CommentManager.php - Construct the CommentManager object.
- CommentOrphanTest::testOrphan in core/
modules/ comment/ tests/ src/ Kernel/ CommentOrphanTest.php - Test loading/deleting/rendering orphaned comments.
- 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 - Test the username formatter.
- comment_entity_view in core/
modules/ comment/ comment.module - Implements hook_entity_view().
- comment_update_8300 in core/
modules/ comment/ comment.install - Update status field.
- comment_update_8400 in core/
modules/ comment/ comment.install - Update the status field.
- ComplexDataConstraint::__construct in core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ ComplexDataConstraint.php - ComponentEntityDisplayBase::__construct in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ ComponentEntityDisplayBase.php - PerComponentEntityDisplay constructor.
- ConfigController::__construct in core/
modules/ config/ src/ Controller/ ConfigController.php - Constructs a ConfigController object.
- 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.
- ConfigImporter::reInjectMe in core/
lib/ Drupal/ Core/ Config/ ConfigImporter.php - Gets all the service dependencies from \Drupal.
- 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.
- ConfigImportForm::__construct in core/
modules/ config/ src/ Form/ ConfigImportForm.php - Constructs a new ConfigImportForm.
- 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.
- ConfigManager::getEntityManager in core/
lib/ Drupal/ Core/ Config/ ConfigManager.php - Gets the entity manager.
- ConfigManager::__construct in core/
lib/ Drupal/ Core/ Config/ ConfigManager.php - Creates ConfigManager objects.
- ConfigNamesMapper::__construct in core/
modules/ config_translation/ src/ ConfigNamesMapper.php - Constructs a ConfigNamesMapper.
- ConfigOverridesUpdateTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ Update/ ConfigOverridesUpdateTest.php - Tests that configuration has been updated.
- 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.
- 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.
- ConfigTranslationFieldListBuilder::__construct in core/
modules/ config_translation/ src/ Controller/ ConfigTranslationFieldListBuilder.php - Constructs a new ConfigTranslationFieldListBuilder object.
- ConfigTranslationLocalTask::mapperManager in core/
modules/ config_translation/ src/ Plugin/ Menu/ LocalTask/ ConfigTranslationLocalTask.php - Gets the mapper manager.
- ConstraintsTest::testUuid in core/
tests/ Drupal/ KernelTests/ Core/ Validation/ ConstraintsTest.php - ContentEntityForm::__construct in core/
lib/ Drupal/ Core/ Entity/ ContentEntityForm.php - Constructs a ContentEntityForm object.
- ContentEntityNormalizer::__construct in core/
modules/ hal/ src/ Normalizer/ ContentEntityNormalizer.php - Constructs an ContentEntityNormalizer object.
- ContentEntityStorageBase::__construct in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Constructs a ContentEntityStorageBase object.
- ContentLanguageSettingsForm::__construct in core/
modules/ language/ src/ Form/ ContentLanguageSettingsForm.php - Constructs an \Drupal\views\Plugin\views\argument_validator\Entity object.
- 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 - Test deleting a state via config import.
- ContentModerationWorkflowTypeTest::testNewWorkflow in core/
modules/ content_moderation/ tests/ src/ Functional/ ContentModerationWorkflowTypeTest.php - Test 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.
- ContentTranslationManager::__construct in core/
modules/ content_translation/ src/ ContentTranslationManager.php - Constructs a ContentTranslationManageAccessCheck object.
- ContentTranslationPermissions::__construct in core/
modules/ content_translation/ src/ ContentTranslationPermissions.php - Constructs a ContentTranslationPermissions instance.
- 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.
- ContentTranslationUpdatesManager::__construct in core/
modules/ content_translation/ src/ ContentTranslationUpdatesManager.php - Constructs an updates manager instance.
- 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_post_update_entity_display_dependencies in core/
modules/ content_moderation/ content_moderation.post_update.php - Update the dependencies of entity displays to include associated workflow.
- content_moderation_workspace_access in core/
modules/ content_moderation/ content_moderation.module - Implements hook_ENTITY_TYPE_access() for the 'workspace' entity type.
- 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_update_8400 in core/
modules/ content_translation/ content_translation.install - Fix the initial values for content translation metadata fields.
- 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.
- ContextAwarePluginBase::contextHandler in core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginBase.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.
- 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 - CssCollectionOptimizer::__construct in core/
lib/ Drupal/ Core/ Asset/ CssCollectionOptimizer.php - Constructs a CssCollectionOptimizer.
- CurrentThemeConditionTest::testCurrentTheme in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ CurrentThemeConditionTest.php - Tests the current theme condition.
- DatabaseLegacyTest::testDbIgnoreReplica in core/
tests/ Drupal/ KernelTests/ Core/ Database/ DatabaseLegacyTest.php - Tests the db_ignore_replica() function.
- DataEntityRow::__construct in core/
modules/ rest/ src/ Plugin/ views/ row/ DataEntityRow.php - Constructs a new DataEntityRow object.
- DateFormat::getTranslationElement in core/
modules/ config_translation/ src/ FormElement/ DateFormat.php - Returns the translation form element for a given configuration definition.
- 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.
- DefaultConfigTest::testDefaultConfig in core/
tests/ Drupal/ KernelTests/ Core/ Config/ DefaultConfigTest.php - Tests default configuration data type.
- DefaultParser::parse in core/
modules/ aggregator/ src/ Plugin/ aggregator/ parser/ DefaultParser.php - Parses feed data.
- DefaultSelection::__construct in core/
lib/ Drupal/ Core/ Entity/ Plugin/ EntityReferenceSelection/ DefaultSelection.php - Constructs a new DefaultSelection object.
- DefaultsEntityForm::__construct in core/
modules/ layout_builder/ src/ Form/ DefaultsEntityForm.php - Constructs a new DefaultsEntityForm.
- 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().
- DeprecatedPathHooksTest::testDelete in core/
modules/ system/ tests/ src/ Kernel/ DeprecatedPathHooksTest.php - @covers ::delete
- DeprecatedPathHooksTest::testInsert in core/
modules/ system/ tests/ src/ Kernel/ DeprecatedPathHooksTest.php - @covers ::save
- DeprecatedPathHooksTest::testUpdate in core/
modules/ system/ tests/ src/ Kernel/ DeprecatedPathHooksTest.php - @covers ::save
- 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 - DialogRenderer::__construct in core/
lib/ Drupal/ Core/ Render/ MainContent/ DialogRenderer.php - Constructs a new DialogRenderer.
- DirectoryTest::testFileCheckDirectoryHandling in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - Test directory handling functions.
- DirectoryTest::testFileCheckLocalDirectoryHandling in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - Test local directory handling functions.
- DirectoryTest::testFileCreateNewFilepath in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - This will take a directory and path, and find a valid filepath that is not taken by another file.
- DirectoryTest::testFileDestination in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - This will test the filepath for a destination based on passed flags and whether or not the file exists.
- DisplayApiTest::setUp in core/
modules/ field/ tests/ src/ Kernel/ DisplayApiTest.php - Set the default field storage backend for fields created during tests.
- 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_classloader_register in core/
includes/ bootstrap.inc - Registers an additional namespace.
- drupal_flush_all_caches in core/
includes/ common.inc - 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_get_filename in core/
includes/ bootstrap.inc - Returns and optionally sets the filename for a system resource.
- drupal_install_config_directories in core/
includes/ install.inc - Creates the config directory and ensures it is operational.
- 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.
- drupal_rewrite_settings in core/
includes/ install.inc - Replaces values in settings.php with values in the submitted array.
- DummyReadOnlyStreamWrapper::getDirectoryPath in core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyReadOnlyStreamWrapper.php - Gets the path that the wrapper is responsible for.
- DummyStreamWrapper::getDirectoryPath in core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyStreamWrapper.php - Gets the path that the wrapper is responsible for.
- Editor::editorPluginManager in core/
modules/ editor/ src/ Entity/ Editor.php - Returns the editor plugin manager.
- Editor::getAttachments in core/
modules/ editor/ src/ Plugin/ InPlaceEditor/ Editor.php - Returns the attachments for this editor.
- 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.
- EmailFieldTest::testEmailField in core/
modules/ field/ tests/ src/ Functional/ Email/ EmailFieldTest.php - Tests email field.
- Entity::__construct in core/
modules/ views/ src/ Plugin/ views/ argument_validator/ Entity.php - Constructs an \Drupal\views\Plugin\views\argument_validator\Entity object.
- Entity::__construct in core/
modules/ views/ src/ Plugin/ views/ area/ Entity.php - Constructs a new Entity instance.
- EntityAccessControlHandlerTest::testUserLabelAccess in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityAccessControlHandlerTest.php - Ensures user labels are accessible for everyone.
- 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::createReferenceTestEntities in core/
modules/ system/ src/ Tests/ Entity/ EntityCacheTagsTestBase.php - Creates a referencing and a non-referencing entity for testing purposes.
- EntityCacheTagsTestBase::testReferencedEntity in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity when referenced.
- EntityConverter::convert in core/
lib/ Drupal/ Core/ ParamConverter/ EntityConverter.php - Converts path variables to their corresponding objects.
- EntityConverter::__construct in core/
lib/ Drupal/ Core/ ParamConverter/ EntityConverter.php - Constructs a new EntityConverter.
- EntityConverterTest::testDeprecatedLanguageManagerMethod in core/
tests/ Drupal/ Tests/ Core/ ParamConverter/ EntityConverterTest.php - Tests that retrieving the language manager triggers a deprecation error.
- EntityConverterTest::testDeprecatedLanguageManagerProperty in core/
tests/ Drupal/ Tests/ Core/ ParamConverter/ EntityConverterTest.php - Tests that retrieving the language manager triggers a deprecation error.
- EntityDecoupledTranslationRevisionsTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDecoupledTranslationRevisionsTest.php - EntityDefinitionUpdateManager::__construct in core/
lib/ Drupal/ Core/ Entity/ EntityDefinitionUpdateManager.php - Constructs a new EntityDefinitionUpdateManager.
- 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.
- EntityDisplayFormBase::__construct in core/
modules/ field_ui/ src/ Form/ EntityDisplayFormBase.php - Constructs a new EntityDisplayFormBase.
- 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.
- EntityFieldRenderer::__construct in core/
modules/ views/ src/ Entity/ Render/ EntityFieldRenderer.php - Constructs an EntityFieldRenderer 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().
- EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityLoadByUuidTest.php - Ensures that ::loadEntityByUuid() doesn't apply access checking.
- EntityNormalizer::__construct in core/
modules/ serialization/ src/ Normalizer/ EntityNormalizer.php - Constructs an EntityNormalizer object.
- EntityOperations::__construct in core/
modules/ views/ src/ Plugin/ views/ field/ EntityOperations.php - Constructs a new EntityOperations object.
- 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 - EntityReferenceFieldAttributesTest::setUp in core/
modules/ rdf/ tests/ src/ Functional/ EntityReferenceFieldAttributesTest.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 - Calculates dependencies for field items.
- EntityReferenceItem::generateSampleValue in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ EntityReferenceItem.php - Generates placeholder field values.
- EntityReferenceItem::onDependencyRemoval in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ EntityReferenceItem.php - Informs the plugin that a dependency of the field will be deleted.
- EntityReferenceItemNormalizer::__construct in core/
modules/ hal/ src/ Normalizer/ EntityReferenceItemNormalizer.php - Constructs an EntityReferenceItemNormalizer object.
- EntityRepository::__construct in core/
lib/ Drupal/ Core/ Entity/ EntityRepository.php - Constructs a new EntityRepository.
- EntityRow::__construct in core/
modules/ views/ src/ Plugin/ views/ row/ EntityRow.php - Constructs a new EntityRow object.
- EntitySchemaTest::testModifyingTranslatableColumnSchema in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntitySchemaTest.php - Tests that modifying the UUID field for a translatable entity works.
- EntityStorageBase::__construct in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php - Constructs an EntityStorageBase instance.
- EntityTranslationRenderTrait::getEntityRepository in core/
modules/ views/ src/ Entity/ Render/ EntityTranslationRenderTrait.php - Returns the entity repository.
- EntityTranslationTest::testFieldDefinitions in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityTranslationTest.php - Check that field translatability is handled properly.
- EntityUpdateToPublishableTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ EntityUpdateToPublishableTest.php - Overrides WebTestBase::setUp() for update testing.
- EntityValidationTest::testValidation in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityValidationTest.php - Tests validating test entity types.
- EntityViewBuilder::__construct in core/
lib/ Drupal/ Core/ Entity/ EntityViewBuilder.php - Constructs a new EntityViewBuilder.
- 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.
- EntityViewsData::__construct in core/
modules/ views/ src/ EntityViewsData.php - Constructs an EntityViewsData object.
- entity_test_schema_converter_post_update_make_revisionable in core/
modules/ system/ tests/ modules/ entity_test_schema_converter/ entity_test_schema_converter.post_update.php - Update entity_test_update to be revisionable.
- EnvironmentCleanerTest::testDoCleanTemporaryDirectories in core/
tests/ Drupal/ KernelTests/ Core/ Test/ EnvironmentCleanerTest.php - @covers ::doCleanTemporaryDirectories
- 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.
- ExtensionDiscovery::scan in core/
lib/ Drupal/ Core/ Extension/ ExtensionDiscovery.php - Discovers available extensions of a given type.
- 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::baseFieldDefinitions in core/
modules/ aggregator/ src/ Entity/ Feed.php - Feed::buildResponse in core/
modules/ views/ src/ Plugin/ views/ display/ Feed.php - Builds up a response with the rendered view as content.
- FieldableEntityNormalizerTrait::getEntityFieldManager in core/
modules/ serialization/ src/ Normalizer/ FieldableEntityNormalizerTrait.php - Returns the entity field manager.
- FieldableEntityNormalizerTrait::getEntityTypeManager in core/
modules/ serialization/ src/ Normalizer/ FieldableEntityNormalizerTrait.php - Returns the entity type manager.
- FieldableEntityNormalizerTrait::getEntityTypeRepository in core/
modules/ serialization/ src/ Normalizer/ FieldableEntityNormalizerTrait.php - Returns the entity type repository.
- 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.
- FieldConfigListBuilder::__construct in core/
modules/ field_ui/ src/ FieldConfigListBuilder.php - Constructs a new class instance.
- FieldCrudTest::testCreateField in core/
modules/ field/ tests/ src/ Kernel/ FieldCrudTest.php - Test 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.
- FieldDiscovery::getCckPluginManager in core/
modules/ migrate_drupal/ src/ FieldDiscovery.php - Gets the deprecated CCK Plugin Manager service as a BC shim.
- 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 - 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.
- FieldFile::__construct in core/
modules/ file/ src/ Plugin/ migrate/ process/ d6/ FieldFile.php - FieldImportCreateTest::testImportCreate in core/
modules/ field/ tests/ src/ Kernel/ FieldImportCreateTest.php - Tests creating field storages and fields during config import.
- 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::testRenderedEntityWithField in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldRenderedEntityTest.php - Tests the rendered entity output with the test field configured to show.
- FieldRenderedEntityTest::testRenderedEntityWithoutField 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 - Test the creation of a field storage.
- 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.
- FieldUiLocalTask::__construct in core/
modules/ field_ui/ src/ Plugin/ Derivative/ FieldUiLocalTask.php - Creates an FieldUiLocalTask object.
- FieldUpdateTest::testFieldUpdate8500 in core/
modules/ field/ tests/ src/ Functional/ Update/ FieldUpdateTest.php - Tests field_update_8500().
- 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_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_post_update_entity_reference_handler_setting in core/
modules/ field/ field.post_update.php - Fixes the 'handler' setting for entity reference fields.
- field_post_update_remove_handler_submit_setting in core/
modules/ field/ field.post_update.php - Remove the stale 'handler_submit' setting for entity_reference fields.
- 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.
- field_update_8001 in core/
modules/ field/ field.install - Removes the stale 'target_bundle' storage setting on entity_reference fields.
- field_update_8003 in core/
modules/ field/ field.install - Populate the new 'auto_create_bundle' setting for entity reference fields.
- FileCopyTest::testOverwriteSelf in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileCopyTest.php - Copy a file onto itself.
- FileDownloadController::__construct in core/
modules/ system/ src/ FileDownloadController.php - FileDownloadController constructor.
- FileFieldTestBase::attachFileField in core/
modules/ file/ src/ Tests/ FileFieldTestBase.php - Attaches a file field to an entity.
- FileFieldWidgetTest::testUploadingMoreFilesThenAllowed in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileFieldWidgetTest.php - Tests uploading more files then allowed at once.
- 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.
- FilePrivateTest::testPrivateFile in core/
modules/ file/ tests/ src/ Functional/ FilePrivateTest.php - Tests file access for file uploaded to a private node.
- FileSaveDataTest::testFileSaveData in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileSaveDataTest.php - Test 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.
- FileSystemForm::__construct in core/
modules/ system/ src/ Form/ FileSystemForm.php - Constructs a FileSystemForm object.
- FileTranslation::__construct in core/
lib/ Drupal/ Core/ StringTranslation/ Translator/ FileTranslation.php - Constructs a StaticTranslation object.
- FileUploadForm::__construct in core/
modules/ media_library/ src/ Form/ FileUploadForm.php - Constructs a new FileUploadForm.
- file_build_uri in core/
includes/ file.inc - Constructs a URI to Drupal's default files location given a relative path.
- file_copy in core/
modules/ file/ file.module - Copies a file to a new location and adds a file record to the database.
- file_cron in core/
modules/ file/ file.module - Implements hook_cron().
- file_get_file_references in core/
modules/ file/ file.module - Retrieves a list of references to a file.
- file_move in core/
modules/ file/ file.module - Moves a file to a new location and update the file's database entry.
- file_save_data in core/
modules/ file/ file.module - Saves a file to the specified destination and creates a database entry.
- file_test_file_url_alter in core/
modules/ file/ tests/ file_test/ file_test.module - Implements hook_file_url_alter().
- file_unmanaged_copy in core/
includes/ file.inc - Copies a file to a new location without database changes or hook invocation.
- file_unmanaged_move in core/
includes/ file.inc - Moves a file to a new location without database changes or hook invocation.
- file_unmanaged_prepare in core/
includes/ file.inc - Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation.
- 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.
- FilterFormatPermission::__construct in core/
modules/ filter/ src/ Plugin/ migrate/ process/ d6/ FilterFormatPermission.php - 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.
- FloodTest::testDatabaseBackend in core/
modules/ system/ tests/ src/ Kernel/ System/ FloodTest.php - Test flood control database backend.
- FloodTest::testMemoryBackend in core/
modules/ system/ tests/ src/ Kernel/ System/ FloodTest.php - Test flood control memory 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.
- FormElement::processAutocomplete in core/
lib/ Drupal/ Core/ Render/ Element/ FormElement.php - Adds autocomplete functionality to elements.
- 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.
- ForumManager::__construct in core/
modules/ forum/ src/ ForumManager.php - Constructs the forum manager service.
- 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.
- GDToolkit::__construct in core/
modules/ system/ src/ Plugin/ ImageToolkit/ GDToolkit.php - Constructs a GDToolkit object.
- HalLinkManagerTest::testGetRelationInternalIds in core/
modules/ hal/ tests/ src/ Kernel/ HalLinkManagerTest.php - @covers ::getRelationInternalIds
- HalLinkManagerTest::testGetRelationUri in core/
modules/ hal/ tests/ src/ Kernel/ HalLinkManagerTest.php - @covers ::getRelationUri @dataProvider providerTestGetRelationUri @expectedDeprecation The deprecated alter hook hook_rest_relation_uri_alter() is implemented in these functions: hal_test_rest_relation_uri_alter. This hook is deprecated in Drupal…
- HalLinkManagerTest::testGetTypeUri in core/
modules/ hal/ tests/ src/ Kernel/ HalLinkManagerTest.php - @covers ::getTypeUri @dataProvider providerTestGetTypeUri @expectedDeprecation The deprecated alter hook hook_rest_type_uri_alter() is implemented in these functions: hal_test_rest_type_uri_alter. This hook is deprecated in Drupal 8.3.x and will be…
- HalLinkManagerTest::testHalLinkManagersSetLinkDomain in core/
modules/ hal/ tests/ src/ Kernel/ HalLinkManagerTest.php - @covers ::setLinkDomain
- 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 - HelpController::__construct in core/
modules/ help/ src/ Controller/ HelpController.php - Creates a new HelpController.
- HelpTopicsSyntaxTest::listDirectories in core/
modules/ help_topics/ tests/ src/ Functional/ HelpTopicsSyntaxTest.php - Lists the extension help topic directories of a certain type.
- HelpTopicsSyntaxTest::testHelpTopics in core/
modules/ help_topics/ tests/ src/ Functional/ HelpTopicsSyntaxTest.php - Tests that all Core help topics can be rendered and have good syntax.
- help_topics_modules_uninstalled in core/
modules/ help_topics/ help_topics.module - Implements hook_modules_uninstalled().
- hold_test_request in core/
modules/ system/ tests/ modules/ hold_test/ hold_test.module - Request hold.
- hold_test_response in core/
modules/ system/ tests/ modules/ hold_test/ hold_test.module - Response hold.
- 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.
- ImageDimensionsTest::testImageDimensions in core/
modules/ image/ tests/ src/ Functional/ ImageDimensionsTest.php - Test 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.
- 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 - Generates placeholder field values.
- 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.
- 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().
- InfoParserDynamic::__construct in core/
lib/ Drupal/ Core/ Extension/ InfoParserDynamic.php - InfoParserDynamic constructor.
- InlineBlockEntityOperations::__construct in core/
modules/ layout_builder/ src/ InlineBlockEntityOperations.php - Constructs a new EntityOperations 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.
- InstallerTest::testInstaller in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTest.php - Ensures that the user page is available after installation.
- InstallUninstallTest::assertInstallModuleUpdates in core/
modules/ system/ tests/ src/ Functional/ Module/ InstallUninstallTest.php - Asserts the module post update functions after install.
- InstallUninstallTest::assertUninstallModuleUpdates in core/
modules/ system/ tests/ src/ Functional/ Module/ InstallUninstallTest.php - Asserts the module post update functions after uninstall.
- 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_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).
- install_write_profile in core/
includes/ install.core.inc - Installation task; writes profile to settings.php if possible.
- IntegrationTest::testAggregatorItemView in core/
modules/ aggregator/ tests/ src/ Kernel/ Views/ IntegrationTest.php - Tests basic aggregator_item view.
- JsCollectionOptimizer::__construct in core/
lib/ Drupal/ Core/ Asset/ JsCollectionOptimizer.php - Constructs a JsCollectionOptimizer.
- KernelTestBase::enableModules in core/
modules/ simpletest/ src/ KernelTestBase.php - Enables modules for this test.
- KernelTestBase::__get in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - BC: Automatically resolve former KernelTestBase class properties.
- LanguageConfigFactoryOverride::installLanguageOverrides in core/
modules/ language/ src/ Config/ LanguageConfigFactoryOverride.php - Installs available language configuration overrides for a given langcode.
- 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().
- LayoutBuilderContextTrait::contextRepository in core/
modules/ layout_builder/ src/ Context/ LayoutBuilderContextTrait.php - Gets the context repository service.
- 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_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_add_extra_fields in core/
modules/ layout_builder/ layout_builder.post_update.php - Ensure all extra fields are properly stored on entity view displays.
- layout_builder_post_update_fix_tempstore_keys in core/
modules/ layout_builder/ layout_builder.post_update.php - Fix Layout Builder tempstore keys of existing entries.
- layout_builder_post_update_make_layout_untranslatable in core/
modules/ layout_builder/ layout_builder.post_update.php - Set the layout builder field as non-translatable where possible.
- LegacyMessenger::getMessengerService in core/
lib/ Drupal/ Core/ Messenger/ LegacyMessenger.php - Returns the Messenger service.
- LegacyThemeHandlerTest::testSetDefault in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ LegacyThemeHandlerTest.php - Tests that a deprecation error is thrown when calling ::setDefault.
- 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.
- LinkBase::__construct in core/
modules/ views/ src/ Plugin/ views/ field/ LinkBase.php - Constructs a LinkBase object.
- LinkFieldTest::testLinkFormatter in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the default 'link' formatter.
- LinkFieldTest::testLinkSeparateFormatter in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the 'link_separate' formatter.
- LinkFieldTest::testLinkTitle in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the link title settings of a link field.
- LinkFieldTest::testURLValidation in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests link field URL validation.
- LinkGenerationTest::testHookLinkAlter in core/
tests/ Drupal/ KernelTests/ Core/ Url/ LinkGenerationTest.php - Tests how hook_link_alter() can affect escaping of the link text.
- LinkGeneratorTrait::getLinkGenerator in core/
lib/ Drupal/ Core/ Routing/ LinkGeneratorTrait.php - Returns the link generator.
- LinkItemSerializationTest::setUp in core/
modules/ link/ tests/ src/ Kernel/ LinkItemSerializationTest.php - Set the default field storage backend for fields created during tests.
- 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.
- Local::__construct in core/
lib/ Drupal/ Core/ FileTransfer/ Local.php - Constructs a Drupal\Core\FileTransfer\FileTransfer object.
- LocalActionManagerTest::testCacheability in core/
tests/ Drupal/ KernelTests/ Core/ Menu/ LocalActionManagerTest.php - Tests the cacheability of local actions.
- LocalActionsAndTasksConvertedIntoBlocksUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php - Tests that local actions/tasks are being converted into blocks.
- 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().
- LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Test removing a string from Locale deletes configuration translations.
- LocaleExportTest::testExportTranslation in core/
modules/ locale/ tests/ src/ Functional/ LocaleExportTest.php - Test 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 - Test 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_install in core/
modules/ locale/ locale.install - Implements hook_install().
- 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 - Support for mkdir().
- LocalStream::rmdir in core/
lib/ Drupal/ Core/ StreamWrapper/ LocalStream.php - Support for rmdir().
- LocalTaskDefault::routeProvider in core/
lib/ Drupal/ Core/ Menu/ LocalTaskDefault.php - Returns the route provider.
- 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.
- MapDataNormalizerTest::setUp in core/
modules/ serialization/ tests/ src/ Kernel/ MapDataNormalizerTest.php - MediaLibraryUiBuilder::__construct in core/
modules/ media_library/ src/ MediaLibraryUiBuilder.php - Constructs a MediaLibraryUiBuilder instance.
- 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.
- 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().
- Menu::preDelete in core/
modules/ system/ src/ Entity/ Menu.php - Acts on entities before they are deleted and before hooks are invoked.
- 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.
- MenuLinkContent::__construct in core/
modules/ menu_link_content/ src/ Plugin/ Menu/ MenuLinkContent.php - Constructs a new MenuLinkContent.
- MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinkContentCacheabilityBubblingTest.php - Tests bubbleable metadata of menu links' outbound route/path processing.
- MenuLinkDefaultIntegrationTest::testMoveToRoot in core/
tests/ Drupal/ KernelTests/ Core/ Menu/ MenuLinkDefaultIntegrationTest.php - Tests moving a static menu link without a specified menu to the root.
- MenuLinkParent::__construct in core/
modules/ migrate/ src/ Plugin/ migrate/ process/ MenuLinkParent.php - MenuLinksTest::setUp in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinksTest.php - 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::testMenu 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.
- MenuWebTestBase::assertMenuLink in core/
modules/ menu_ui/ src/ Tests/ MenuWebTestBase.php - Fetches the menu item from the database and compares it to expected item.
- menu_link_content_entity_predelete in core/
modules/ menu_link_content/ menu_link_content.module - Implements hook_entity_predelete().
- menu_link_content_post_update_make_menu_link_content_revisionable in core/
modules/ menu_link_content/ menu_link_content.post_update.php - Update custom menu links to be revisionable.
- menu_link_content_requirements in core/
modules/ menu_link_content/ menu_link_content.install - Implements hook_requirements().
- menu_local_tasks in core/
includes/ menu.inc - Collects the local tasks (tabs) for the current route.
- menu_primary_local_tasks in core/
includes/ menu.inc - Returns the rendered local tasks at the top level.
- menu_secondary_local_tasks in core/
includes/ menu.inc - Returns the rendered local tasks at the second level.
- 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 - MigrateAggregatorConfigsTest::testAggregatorSettings in core/
modules/ aggregator/ tests/ src/ Kernel/ Migrate/ d6/ MigrateAggregatorConfigsTest.php - Tests migration of aggregator variables to aggregator.settings.yml.
- 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.
- MigrateCckFieldPluginManagerTest::testPluginSelection in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ MigrateCckFieldPluginManagerTest.php - Tests that the correct MigrateCckField plugins are used.
- 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::testBookSettings 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 - Test 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.
- 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.
- MigrateSimpletestConfigsTest::testSimpletestSettings in core/
modules/ simpletest/ tests/ src/ Kernel/ Migrate/ d6/ MigrateSimpletestConfigsTest.php - Tests migration of simpletest variables to simpletest.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.
- 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::assertIdConflict in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php - Helper method that asserts text on the ID conflict form.
- MigrateUpgradeTestBase::assertMigrationResults in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateUpgradeTestBase.php - Checks that migrations have been performed 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.
- 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.
- MigrationLookup::__construct in core/
modules/ migrate/ src/ Plugin/ migrate/ process/ MigrationLookup.php - MigrationStateDeprecationTest::testUndeclaredDestinationDeprecation in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ MigrationStateDeprecationTest.php - Tests migration state deprecation notice.
- 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 - Test 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
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Installs a given list of modules.
- ModuleInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Uninstalls a given list of modules.
- ModulesListFormWebTest::testModulesListFormWithInvalidInfoFile in core/
modules/ system/ tests/ src/ Functional/ Form/ ModulesListFormWebTest.php - ModuleTest::testViewsEmbedView in core/
modules/ views/ tests/ src/ Kernel/ ModuleTest.php - Tests views.module: views_embed_view().
- MonkeysInTheControlRoom::handle in core/
modules/ system/ tests/ modules/ error_service_test/ src/ MonkeysInTheControlRoom.php - MoveRevisionMetadataFieldsUpdateTest::testAddingRequiredRevisionMetadataKeys in core/
modules/ system/ tests/ src/ Functional/ Entity/ Update/ MoveRevisionMetadataFieldsUpdateTest.php - Tests the addition of required revision metadata keys.
- 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.
- Node::__construct in core/
modules/ node/ src/ Plugin/ views/ wizard/ Node.php - Node constructor.
- NodeAccessFieldTest::setUp in core/
modules/ node/ tests/ src/ Functional/ NodeAccessFieldTest.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 - NodeController::__construct in core/
modules/ node/ src/ Controller/ NodeController.php - Constructs a NodeController object.
- NodeNewComments::__construct in core/
modules/ comment/ src/ Plugin/ views/ field/ NodeNewComments.php - Constructs a \Drupal\comment\Plugin\views\field\NodeNewComments object.
- NodePreviewController::__construct in core/
modules/ node/ src/ Controller/ NodePreviewController.php - Creates an NodeViewController object.
- NodeRevisionPermissionsTest::testNodeRevisionAccessAnyType in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionPermissionsTest.php - Tests general revision access permissions.
- NodeRevisionPermissionsTest::testNodeRevisionAccessPerType in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionPermissionsTest.php - Tests revision access permissions for a specific content type.
- NodeSearch::__construct in core/
modules/ node/ src/ Plugin/ Search/ NodeSearch.php - Constructs a \Drupal\node\Plugin\Search\NodeSearch object.
- 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.
- NodeViewController::__construct in core/
modules/ node/ src/ Controller/ NodeViewController.php - Creates an NodeViewController object.
- 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 - Test decimal field.
- NumberFieldTest::testNumberFloatField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Test float field.
- NumberFieldTest::testNumberIntegerField in core/
modules/ field/ tests/ src/ Functional/ Number/ NumberFieldTest.php - Test integer field.
- OEmbed::validateConfigurationForm in core/
modules/ media/ src/ Plugin/ media/ Source/ OEmbed.php - Form validation handler.
- OEmbed::__construct in core/
modules/ media/ src/ Plugin/ media/ Source/ OEmbed.php - Constructs a new OEmbed instance.
- OpmlFeedAdd::buildForm in core/
modules/ aggregator/ src/ Form/ OpmlFeedAdd.php - Form constructor.
- OptionsWidgetsTest::testEmptyValue in core/
modules/ options/ tests/ src/ Functional/ OptionsWidgetsTest.php - Tests the 'options_select' and 'options_button' widget for empty value.
- OverviewTerms::__construct in core/
modules/ taxonomy/ src/ Form/ OverviewTerms.php - Constructs an OverviewTerms object.
- 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.
- PagersCacheContext::__construct in core/
lib/ Drupal/ Core/ Cache/ Context/ PagersCacheContext.php - Constructs a new PagersCacheContext object.
- PagerSelectExtender::execute in core/
lib/ Drupal/ Core/ Database/ Query/ PagerSelectExtender.php - Override the execute method.
- pager_default_initialize in core/
includes/ pager.inc - Initializes a pager.
- pager_find_page in core/
includes/ pager.inc - Returns the current page being requested for display within a pager.
- pager_get_query_parameters in core/
includes/ pager.inc - Compose a URL query parameter array for pager links.
- pager_query_add_page in core/
includes/ pager.inc - Gets the URL query parameter array of a pager link.
- pager_test_preprocess_pager in core/
modules/ system/ tests/ modules/ pager_test/ pager_test.module - Implements hook_preprocess_HOOK().
- PageTitleConvertedIntoBlockUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ PageTitleConvertedIntoBlockUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ PageTitleConvertedIntoBlockUpdateTest.php - Tests that page title is being converted into a block.
- 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 - Test 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 - PhpBackendTest::createCacheBackend in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ PhpBackendTest.php - Creates a new instance of MemoryBackend.
- 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.
- 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.
- PublicStream::basePath in core/
lib/ Drupal/ Core/ StreamWrapper/ PublicStream.php - Returns the base path for public://.
- QuickEditController::__construct in core/
modules/ quickedit/ src/ QuickEditController.php - Constructs a new QuickEditController.
- QuickEditImageController::__construct in core/
modules/ image/ src/ Controller/ QuickEditImageController.php - Constructs a new QuickEditImageController.
- QuickEditIntegrationTest::testGetUntransformedTextCommand in core/
modules/ editor/ tests/ src/ Kernel/ QuickEditIntegrationTest.php - Tests GetUntransformedTextCommand AJAX command.
- QuickEditTestBase::createFieldWithStorage in core/
modules/ quickedit/ tests/ src/ Kernel/ QuickEditTestBase.php - Creates a field.
- Raw::__construct in core/
modules/ views/ src/ Plugin/ views/ argument_default/ Raw.php - Constructs a Raw object.
- RdfCommentStorageLoadTest::testRdfCommentStorageLoad in core/
modules/ rdf/ tests/ src/ Kernel/ RdfCommentStorageLoadTest.php - Tests rdf_comment_storage_load.
- ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/
tests/ Drupal/ KernelTests/ Core/ File/ ReadOnlyStreamWrapperTest.php - Test read-only specific behavior.
- RecalculatedDependencyTest::testUpdate in core/
modules/ system/ tests/ src/ Functional/ Update/ RecalculatedDependencyTest.php - Ensures that the entities are resaved so they have the new dependency.
- RedirectOnExceptionTest::testRedirectOn404 in core/
tests/ Drupal/ KernelTests/ RequestProcessing/ RedirectOnExceptionTest.php - ReEnableModuleFieldTest::testReEnabledField in core/
modules/ field/ tests/ src/ Functional/ ReEnableModuleFieldTest.php - Test the behavior of a field module after being disabled and re-enabled.
- RegistryLegacyTest::testMultipleSubThemes in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryLegacyTest.php - Tests the theme registry with theme functions and multiple subthemes.
- RegistryLegacyTest::testSuggestionPreprocessFunctions in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryLegacyTest.php - Tests the theme registry with theme functions with suggestions.
- 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.
- RelationLinkManager::__construct in core/
modules/ hal/ src/ LinkManager/ RelationLinkManager.php - Constructor.
- RenderedEntity::__construct in core/
modules/ views/ src/ Plugin/ views/ field/ RenderedEntity.php - Constructs a new RenderedEntity object.
- ReplicaKillSwitchTest::testSystemInitIgnoresSecondaries in core/
tests/ Drupal/ KernelTests/ Core/ Database/ ReplicaKillSwitchTest.php - Tests database.replica_kill_switch service.
- RequestPath::__construct in core/
modules/ system/ src/ Plugin/ Condition/ RequestPath.php - Constructs a RequestPath condition plugin.
- 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.
- ResourceType::updateDeprecatedFieldMapping in core/
modules/ jsonapi/ src/ ResourceType/ ResourceType.php - Takes a deprecated field mapping and converts it to ResourceTypeFields.
- 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 - Test 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.
- 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.
- RssPluginBase::__construct in core/
modules/ views/ src/ Plugin/ views/ row/ RssPluginBase.php - Constructs a RssPluginBase object.
- RssTest::setUp in core/
modules/ taxonomy/ tests/ src/ Functional/ RssTest.php - SaveDataTest::testExistingRename in core/
modules/ file/ tests/ src/ Kernel/ SaveDataTest.php - Test file_save_data() when renaming around an existing file.
- SaveDataTest::testExistingReplace in core/
modules/ file/ tests/ src/ Kernel/ SaveDataTest.php - Test file_save_data() when replacing an existing file.
- SaveDataTest::testWithFilename in core/
modules/ file/ tests/ src/ Kernel/ SaveDataTest.php - Test the file_save_data() function when a filename is provided.
- SaveDataTest::testWithoutFilename in core/
modules/ file/ tests/ src/ Kernel/ SaveDataTest.php - Test the file_save_data() function when no filename is provided.
- 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.
- 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 - SearchBlockTest::testSearchFormBlock in core/
modules/ search/ tests/ src/ Functional/ SearchBlockTest.php - Test 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.
- 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.
- SearchPageListBuilder::__construct in core/
modules/ search/ src/ SearchPageListBuilder.php - Constructs a new SearchPageListBuilder object.
- SearchRankingTest::testHTMLRankings in core/
modules/ search/ tests/ src/ Functional/ SearchRankingTest.php - Test rankings of HTML tags.
- search_cron in core/
modules/ search/ search.module - Implements hook_cron().
- search_post_update_reindex_after_diacritics_rule_change in core/
modules/ search/ search.post_update.php - Mark everything for reindexing after diacritics removal rule change.
- search_requirements in core/
modules/ search/ search.install - Implements hook_requirements().
- 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.
- SectionStorageManager::__construct in core/
modules/ layout_builder/ src/ SectionStorage/ SectionStorageManager.php - Constructs a new SectionStorageManager object.
- settings_tray_preprocess_block in core/
modules/ settings_tray/ settings_tray.module - Implements hook_preprocess_HOOK() for block templates.
- SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- ShortcutLinksTest::testShortcutLinkChangeRoute in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Tests that changing the route of a shortcut link works.
- simpletest_clean_database in core/
modules/ simpletest/ simpletest.module - Removes prefixed tables from the database from crashed tests.
- simpletest_clean_environment in core/
modules/ simpletest/ simpletest.module - Removes all temporary database tables and directories.
- simpletest_clean_results_table in core/
modules/ simpletest/ simpletest.module - Clears the test result tables.
- simpletest_clean_temporary_directories in core/
modules/ simpletest/ simpletest.module - Finds all leftover temporary directories and removes them.
- SiteBrandingConvertedIntoBlockUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ SiteBrandingConvertedIntoBlockUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ SiteBrandingConvertedIntoBlockUpdateTest.php - Tests that site branding elements are being converted into blocks.
- SiteInformationForm::__construct in core/
modules/ system/ src/ Form/ SiteInformationForm.php - Constructs a SiteInformationForm object.
- SiteSettingsForm::createRandomConfigDirectory in core/
lib/ Drupal/ Core/ Installer/ Form/ SiteSettingsForm.php - Create a random config sync directory.
- SortRandomTest::testRandomOrderingWithRenderCaching in core/
modules/ views/ tests/ src/ Kernel/ Handler/ SortRandomTest.php - Tests random ordering with tags based caching.
- Sql::getMigrationPluginManager in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Returns the migration plugin manager.
- SqlBase::__construct in core/
modules/ views/ src/ Plugin/ views/ pager/ SqlBase.php - Constructs a SqlBase object.
- SqlContentEntityStorageSchema::deletedFieldsRepository in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php - Gets the deleted fields repository.
- SqlContentEntityStorageSchema::__construct in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php - Constructs a SqlContentEntityStorageSchema.
- SqlContentEntityStorageSchemaConverter::convertToRevisionable in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchemaConverter.php - Converts an entity type with existing data to be revisionable.
- SqlContentEntityStorageSchemaConverterTestBase::setUp in core/
modules/ system/ tests/ src/ Functional/ Entity/ Update/ SqlContentEntityStorageSchemaConverterTestBase.php - Overrides WebTestBase::setUp() for update testing.
- StableTemplateOverrideTest::testStableTemplateOverrides in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ StableTemplateOverrideTest.php - Ensures that Stable overrides all relevant core templates.
- StackKernelIntegrationTest::testRequest in core/
tests/ Drupal/ KernelTests/ Core/ HttpKernel/ StackKernelIntegrationTest.php - Tests a request.
- 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.
- StreamWrapperManagerTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ StreamWrapper/ StreamWrapperManagerTest.php - StreamWrapperTest::testGetValidStreamScheme in core/
tests/ Drupal/ KernelTests/ Core/ File/ StreamWrapperTest.php - Test the scheme functions.
- StreamWrapperTest::testUriFunctions in core/
tests/ Drupal/ KernelTests/ Core/ File/ StreamWrapperTest.php - Test the getViaUri() and getViaScheme() methods and target functions.
- StringFieldTest::_testTextfieldWidgets in core/
modules/ field/ tests/ src/ Functional/ String/ StringFieldTest.php - Helper function for testTextfieldWidgets().
- StringTranslationTrait::getStringTranslation in core/
lib/ Drupal/ Core/ StringTranslation/ StringTranslationTrait.php - Gets the string translation service.
- StyleSerializerTest::setUp in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - StyleSerializerTest::testLivePreview in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Tests the live preview output for json output.
- StyleSerializerTest::testRestRenderCaching in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Tests REST export with views render caching enabled.
- SystemController::__construct in core/
modules/ system/ src/ Controller/ SystemController.php - Constructs a new SystemController.
- SystemMenuBlock::__construct in core/
modules/ system/ src/ Plugin/ Block/ SystemMenuBlock.php - Constructs a new SystemMenuBlock.
- 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_form_display_presave in core/
modules/ system/ system.module - Implements hook_ENTITY_TYPE_presave() for entity_form_display entities.
- system_form_alter in core/
modules/ system/ system.module - Implements hook_form_alter().
- system_get_info in core/
modules/ system/ system.module - Returns an array of information about enabled modules or themes.
- system_get_module_admin_tasks in core/
modules/ system/ system.module - Generate a list of tasks offered by a specified module.
- 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_path_alias_presave in core/
modules/ system/ system.module - Implements hook_ENTITY_TYPE_presave().
- system_post_update_entity_reference_autocomplete_match_limit in core/
modules/ system/ system.post_update.php - Populate the new 'match_limit' setting for the ER autocomplete widget.
- system_post_update_extra_fields in core/
modules/ system/ system.post_update.php - Update all entity view displays that contain extra fields.
- system_post_update_extra_fields_form_display in core/
modules/ system/ system.post_update.php - Update all entity form displays that contain extra fields.
- system_post_update_recalculate_configuration_entity_dependencies in core/
modules/ system/ system.post_update.php - Re-save all configuration entities to recalculate dependencies.
- 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().
- system_update_8005 in core/
modules/ system/ system.install - Place local actions and tasks blocks in every theme.
- system_update_8006 in core/
modules/ system/ system.install - Place branding blocks in every theme.
- system_update_8010 in core/
modules/ system/ system.install - Place page title blocks in every theme.
- system_update_8014 in core/
modules/ system/ system.install - Install the Stable base theme if needed.
- system_update_8804 in core/
modules/ system/ system.install - Convert path aliases to entities.
- system_update_8805 in core/
modules/ system/ system.install - Change the provider of the 'path_alias' entity type and its base fields.
- Tables::__construct in core/
modules/ workspaces/ src/ EntityQuery/ Tables.php - Tables::__construct in core/
lib/ Drupal/ Core/ Entity/ Query/ Sql/ Tables.php - TaggedWithTest::setUp in core/
modules/ views/ tests/ src/ Functional/ Wizard/ TaggedWithTest.php - Tasks::getFormOptions in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Install/ Tasks.php - Return driver specific configuration options.
- 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 - TaxonomyIndexTid::__construct in core/
modules/ taxonomy/ src/ Plugin/ views/ filter/ TaxonomyIndexTid.php - Constructs a TaxonomyIndexTid object.
- TaxonomyTermViewTest::setUp in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyTermViewTest.php - 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/ src/ Tests/ TaxonomyTranslationTestTrait.php - Adds term reference field for the article content type.
- TaxonomyTranslationTestTrait::setUpTermReferenceField in core/
modules/ taxonomy/ tests/ src/ Functional/ TaxonomyTranslationTestTrait.php - Adds term reference field for the article content type.
- taxonomy_post_update_make_taxonomy_term_revisionable in core/
modules/ taxonomy/ taxonomy.post_update.php - Update taxonomy terms to be revisionable.
- taxonomy_requirements in core/
modules/ taxonomy/ taxonomy.install - Implements hook_requirements().
- 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_image_style_preview in core/
modules/ image/ image.admin.inc - Prepares variables for image style preview templates.
- template_preprocess_pager in core/
includes/ pager.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.
- TermBreadcrumbBuilder::__construct in core/
modules/ taxonomy/ src/ TermBreadcrumbBuilder.php - Constructs the TermBreadcrumbBuilder.
- TermIndexTest::setUp in core/
modules/ taxonomy/ tests/ src/ Functional/ TermIndexTest.php - TermTest::setUp in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTest.php - TestBase::prepareEnvironment in core/
modules/ simpletest/ src/ TestBase.php - Prepares the current environment for running the test.
- 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 - TestViewsTest::testDefaultConfig in core/
modules/ views/ tests/ src/ Kernel/ TestViewsTest.php - Tests default configuration data type.
- TextFieldTest::testRequiredLongTextWithFileUpload in core/
modules/ text/ tests/ src/ Functional/ TextFieldTest.php - Test 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.
- text_post_update_add_required_summary_flag_form_display in core/
modules/ text/ text.post_update.php - Update text_with_summary widgets to add summary required flags.
- ThemeExtensionListTest::testGetlist in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ThemeExtensionListTest.php - @covers ::getList
- ThemeHandlerLegacyTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeHandlerLegacyTest.php - 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 - ThemeSettingsForm::__construct in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - Constructs a ThemeSettingsForm object.
- ThemesNotUsingClassyTemplatesTest::testThemesTemplatesNotClassy in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemesNotUsingClassyTemplatesTest.php - Ensures that themes are not inheriting templates from Classy.
- ThemeTest::testSwitchDefaultTheme in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Test switching the default theme.
- ThemeTest::testThemeSettings in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Test the theme settings form.
- theme_get_registry in core/
includes/ theme.inc - Gets the theme registry.
- 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/ Functional/ 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().
- 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.
- 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 - Test template invalidation.
- TwigEnvironmentTest::testTemplateNotFoundException in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigEnvironmentTest.php - Tests that exceptions are thrown when a template is not found.
- 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.
- TwigLoaderTest::testTwigLoaderAddition in core/
modules/ system/ tests/ src/ Functional/ 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 - Test empty Twig "trans" tags.
- TwigWhiteListTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigWhiteListTest.php - twig_render_template in core/
themes/ engines/ twig/ twig.engine - Implements hook_render_template().
- twig_without in core/
themes/ engines/ twig/ twig.engine - Removes child elements from a copy of the original array.
- 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.
- TypeLinkManager::__construct in core/
modules/ hal/ src/ LinkManager/ TypeLinkManager.php - Constructor.
- UiHelperTrait::drupalUserIsLoggedIn in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Returns whether a given user account is logged in.
- UpdateManager::__construct in core/
modules/ update/ src/ UpdateManager.php - Constructs a UpdateManager.
- UpdateManagerInstall::submitForm in core/
modules/ update/ src/ Form/ UpdateManagerInstall.php - Form submission handler.
- UpdatePostUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePostUpdateTest.php - 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.
- UpdateRemovedPostUpdateTest::testRemovedPostUpdate in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateRemovedPostUpdateTest.php - Tests hook_post_update_NAME().
- UpdateScriptTest::testExtensionCompatibilityChange in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests that extension compatibility changes are handled correctly.
- UpdateScriptTest::testMissingExtension in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests that a missing extension prevents updates.
- 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.
- UrlGeneratorTrait::getUrlGenerator in core/
lib/ Drupal/ Core/ Routing/ UrlGeneratorTrait.php - Returns the URL generator service.
- UrlRewritingTest::testPublicManagedFileURL in core/
tests/ Drupal/ KernelTests/ Core/ File/ UrlRewritingTest.php - Tests the rewriting of public managed file URLs by hook_file_url_alter().
- 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.
- UserEntityReferenceTest::testUserSelectionByRole in core/
modules/ user/ tests/ src/ Kernel/ UserEntityReferenceTest.php - Tests user selection by roles.
- UserPasswordForm::__construct in core/
modules/ user/ src/ Form/ UserPasswordForm.php - Constructs a UserPasswordForm object.
- UserRegistrationTest::testRegistrationWithUserFields in core/
modules/ user/ tests/ src/ Functional/ UserRegistrationTest.php - Tests Field API fields on user registration forms.
- UuidItem::applyDefaultValue in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ UuidItem.php - Applies the default value.
- ValidatorTest::setUp in core/
modules/ file/ tests/ src/ Kernel/ ValidatorTest.php - ViewExecutable::hasUrl in core/
modules/ views/ src/ ViewExecutable.php - Determines whether you can link to the view or a particular display.
- ViewExecutable::__wakeup in core/
modules/ views/ src/ ViewExecutable.php - Magic method implementation to unserialize the view executable.
- 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.
- ViewsEntitySchemaSubscriber::__construct in core/
modules/ views/ src/ EventSubscriber/ ViewsEntitySchemaSubscriber.php - Constructs a ViewsEntitySchemaSubscriber.
- ViewsExposedForm::__construct in core/
modules/ views/ src/ Form/ ViewsExposedForm.php - Constructs a new ViewsExposedForm
- 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 - ViewsPreprocessTest::testCssClassCleaning in core/
modules/ views/ tests/ src/ Kernel/ ViewsPreprocessTest.php - Tests css classes on displays are cleaned correctly.
- ViewsSelection::__construct in core/
modules/ views/ src/ Plugin/ EntityReferenceSelection/ ViewsSelection.php - Constructs a new ViewsSelection object.
- views_entity_field_label in core/
modules/ views/ views.views.inc - Returns the label of a certain field.
- views_post_update_cleanup_duplicate_views_data in core/
modules/ views/ views.post_update.php - Update some views fields that were previously duplicated.
- views_post_update_filter_placeholder_text in core/
modules/ views/ views.post_update.php - Add placeholder settings to string or numeric filters.
- 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.
- ViewUIConverter::__construct in core/
modules/ views_ui/ src/ ParamConverter/ ViewUIConverter.php - Constructs a new ViewUIConverter.
- 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.
- 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.
- WorkspacePermissionsTest::testCreateWorkspace in core/
modules/ workspaces/ tests/ src/ Functional/ WorkspacePermissionsTest.php - Verifies that a user can create but not edit a workspace.
- workspaces_module_preinstall in core/
modules/ workspaces/ workspaces.install - Implements hook_module_preinstall().
- workspaces_update_8801 in core/
modules/ workspaces/ workspaces.install - Add the 'workspace' revision metadata field on all supported entity types.
- 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.
- _batch_progress_page in core/
includes/ batch.inc - Outputs a batch processing page.
- _color_render_images in core/
modules/ color/ color.module - Renders images that match a given palette.
- _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.
- _file_save_upload_single in core/
modules/ file/ file.module - Saves a file upload to a new location.
- _locale_rebuild_js in core/
modules/ locale/ locale.module - (Re-)Creates the JavaScript translation file for a language.
- _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.
- _simpletest_run_tests_script_open_browser in core/
modules/ simpletest/ simpletest.module - Display test results from run-tests.sh in a browser.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.