You are here

575 string references to settings in Drupal 10

AccountSettingsForm::buildForm in core/modules/user/src/AccountSettingsForm.php
Form constructor.
AfterCommand::render in core/lib/Drupal/Core/Ajax/AfterCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
AjaxCommandsTest::testAfterCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\AfterCommand
AjaxCommandsTest::testAppendCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\AppendCommand
AjaxCommandsTest::testBeforeCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\BeforeCommand
AjaxCommandsTest::testHtmlCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\HtmlCommand
AjaxCommandsTest::testInsertCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\InsertCommand
AjaxCommandsTest::testOpenDialogCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\OpenDialogCommand
AjaxCommandsTest::testOpenModalDialogCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\OpenModalDialogCommand
AjaxCommandsTest::testPrependCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\PrependCommand
AjaxCommandsTest::testReplaceCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\ReplaceCommand
AjaxCommandsTest::testSettingsCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\SettingsCommand
AjaxTestCommandReturnPromise::render in core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php
Implements Drupal\Core\Ajax\CommandInterface:render().
AppendCommand::render in core/lib/Drupal/Core/Ajax/AppendCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
AudioFile::createSourceField in core/modules/media/src/Plugin/media/Source/AudioFile.php
Creates the source field definition for a type.
BaseFieldFileFormatterBase::create in core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php
Creates an instance of the plugin.
BaseFieldOverrideResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php
BaseFieldOverrideTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/BaseFieldOverrideTest.php
BeforeCommand::render in core/lib/Drupal/Core/Ajax/BeforeCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
BigPipePlaceholderTestCases::cases in core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
Gets all BigPipe placeholder test cases.
Block::getPluginCollection in core/modules/block/src/Entity/Block.php
Encapsulates the creation of the block's LazyPluginCollection.
Block::getPluginCollections in core/modules/block/src/Entity/Block.php
Gets the plugin collections used by this object.
Block::label in core/modules/block/src/Entity/Block.php
Gets the label of the entity.
Block::prepareRow in core/modules/block/src/Plugin/migrate/source/Block.php
Adds additional data to the row.
BlockConfigSchemaTest::testBlockConfigSchema in core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php
Tests the block config schema for block plugins.
BlockCreationTrait::placeBlock in core/modules/block/tests/src/Traits/BlockCreationTrait.php
Creates a block instance based on default settings.
BlockDependenciesTest::createBlock in core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php
Creates a block instance based on default settings.
BlockEntitySettingTrayForm::form in core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php
Gets the actual form array to be built.
BlockForm::form in core/modules/block/src/BlockForm.php
Gets the actual form array to be built.
BlockForm::submitForm in core/modules/block/src/BlockForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
BlockForm::validateForm in core/modules/block/src/BlockForm.php
Form validation handler.
BlockResourceTestBase::getExpectedNormalizedEntity in core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php
BlockStorageUnitTest::createTests in core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
Tests the creation of blocks.
BlockTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/BlockTest.php
BlockUiTest::setUp in core/modules/block/tests/src/Functional/BlockUiTest.php
BlockUiTest::testBlockAdminUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests block admin page exists and functions correctly.
BlockViewBuilderTest::testBasicRendering in core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php
Tests the rendering of blocks.
block_content_add_body_field in core/modules/block_content/block_content.module
Adds the default body field to a custom block type.
BooleanFieldTest::testBooleanField in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
Tests boolean field.
BooleanFieldTest::testFormAccess in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
Tests field access.
BooleanFormatterSettingsTest::setUp in core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::setUp in core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterTest::setUp in core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::testBooleanFormatter in core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
Tests boolean formatter output.
BubbleableMetadataTest::providerTestApplyTo in core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php
Provides test data for testApplyTo().
BubbleableMetadataTest::providerTestCreateFromRenderArray in core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php
Provides test data for createFromRenderArray().
CacheabilityMetadataConfigOverride::loadOverrides in core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php
CacheCollectorTest::register in core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php
Registers test-specific services.
CKEditor5::assessActiveTextEditorAfterBuild in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Form #after_build callback: provides text editor state changes.
CKEditor5::getEventualEditorWithPrimedFilterFormat in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Gets the eventual text format config entity: from form state + editor.
CKEditor5::getGeneratedAllowedHtmlValue in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Value callback to set the CKEditor 5-generated "allowed_html" value.
CKEditor5::mapPairViolationPropertyPathsToFormNames in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Maps Text Editor + Text Format pair property paths to form names.
CKEditor5::mapViolationPropertyPathsToFormNames in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Maps Text Editor config object property paths to form names.
CKEditor5::validateConfigurationForm in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
CKEditor5::validatePair in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Validates a Text Editor + Text Format pair.
CKEditor5AllowedTagsTest::testAllowedTags in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php
Test filter_html allowed tags.
CKEditor5AllowedTagsTest::testImageUploadsRemainEnabled in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php
Tests that when image uploads are enabled in CKEditor 4, they remain in 5.
CKEditor5AllowedTagsTest::testMediaElementAllowedTags in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php
Test that <drupal-media> is added to allowed tags when media embed enabled.
CKEditor5CKEditor4Compatibility::setUp in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5CKEditor4Compatibility.php
CKEditor5DialogTest::testCKEditor5FocusInTooltipsInDialog in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php
Tests if CKEditor 5 tooltips can be interacted with in dialogs.
CKEditor5IntegrationTest::setUp in core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php
CKEditor5PluginManagerTest::testProvidedElements in core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php
Tests the parsing of CKEditor 5 plugin element config.
CKEditor5PluginManagerTest::testProvidedElementsInvalidElementSubset in core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php
Tests detection of invalid CKEditor5PluginElementsSubsetInterface classes.
CKEditor5Test::testAttributeEncoding in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
Ensures that attribute values are encoded.
CKEditor5Test::testListPlugin in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
Tests list plugin.
ckeditor5_filter_format_edit_form_submit in core/modules/ckeditor5/ckeditor5.module
Form submission handler for filter format forms.
ckeditor5_form_filter_format_form_alter in core/modules/ckeditor5/ckeditor5.module
Implements hook_form_FORM_ID_alter().
CKEditor::buildConfigurationForm in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
CKEditor::submitConfigurationForm in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
CKEditorIntegrationTest::setUp in core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
The theme to install as the default for testing.
CKEditorStylesComboAdminTest::setUp in core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php
CKEditorStylesComboTranslationTest::setUp in core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php
CKEditorTest::setUp in core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::testGetJSSettings in core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
Tests CKEditor::getJSSettings().
ckeditor_filter_format_edit_form_validate in core/modules/ckeditor/ckeditor.module
Validate callback to ensure the DrupalMediaLibrary button can work correctly.
CommandsTest::assertCommand in core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php
Asserts the array of Ajax commands contains the searched command.
CommandsTest::testAttachedSettings in core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php
Regression test: Settings command exists regardless of JS aggregation.
Comment::defaultDisplayOptions in core/modules/comment/src/Plugin/views/wizard/Comment.php
Assembles the default display options for the view.
CommentDefaultFormatter::create in core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
Creates an instance of the plugin.
CommentDepthTest::testCommentDepth in core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php
Test the comment depth.
CommentDisplayConfigurableTest::testDisplayConfigurable in core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
CommentIntegrationTest::testViewMode in core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
Tests view mode setting integration.
CommentInterfaceTest::testViewMode in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
Tests the comment formatter configured with a custom comment view mode.
CommentLinksTest::testLinkReply in core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
Tests the comment reply link.
CommentPagerTest::testTwoPagers in core/modules/comment/tests/src/Functional/CommentPagerTest.php
Confirms comment paging works correctly with two pagers.
CommentStringIdEntitiesTest::testCommentFieldNonStringId in core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php
Tests that comment fields cannot be added entities with non-integer IDs.
CommentTestTrait::addDefaultCommentField in core/modules/comment/src/Tests/CommentTestTrait.php
Adds the default comment field to an entity.
CommentUserNameTest::testUsername in core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
Tests the username formatter.
CommentValidationTest::testValidation in core/modules/comment/tests/src/Kernel/CommentValidationTest.php
Tests the comment validation constraints.
comment_entity_view_display_presave in core/modules/comment/comment.module
Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
ConfigEntityImportTest::doBlockUpdate in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Tests updating a block during import.
ConfigEntityImportTest::doFilterFormatUpdate in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Tests updating a filter format during import.
ConfigEntityUpdater::create in core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php
Instantiates a new instance of this class.
ConfigImportForm::create in core/modules/config/src/Form/ConfigImportForm.php
Instantiates a new instance of this class.
ConfigOverrider::loadOverrides in core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php
Returns config overrides.
ConfigSchemaTest::testColonsInSchemaTypeDetermination in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
Tests use of colons in schema type determination.
ConfigTest::testFileConfigurationPage in core/modules/system/tests/src/Functional/File/ConfigTest.php
Tests file configuration page.
ConfigTranslationListUiTest::doFieldListTest in core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
Tests the field listing for the translate operation.
ConfigTranslationOverviewTest::testListingFieldsPage in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
Tests the field listing for the translate operation.
ConfigTranslationViewListUiTest::testTimestampFormatterTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php
Test to ensure that TimestampFormatter translation works.
ConfigureBlockFormBase::doBuildForm in core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
Builds the form for the block.
ConfigureBlockFormBase::submitForm in core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
Form submission handler.
ConfigureBlockFormBase::validateForm in core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
Form validation handler.
ContainerRebuildWebTest::testContainerInvalidation in core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
Tests container invalidation.
ContainerRebuildWebTest::testSetContainerRebuildWithDifferentDeploymentIdentifier in core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
Sets a different deployment identifier.
ContentLanguageSettingsForm::buildForm in core/modules/language/src/Form/ContentLanguageSettingsForm.php
Form constructor.
ContentLanguageSettingsForm::submitForm in core/modules/language/src/Form/ContentLanguageSettingsForm.php
Form submission handler.
ContentModerationStateFormatter::create in core/modules/content_moderation/src/Plugin/Field/FieldFormatter/ContentModerationStateFormatter.php
Creates an instance of the plugin.
ContentTranslationWorkflowsTest::setUp in core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
content_moderation_entity_form_display_alter in core/modules/content_moderation/content_moderation.module
Implements hook_entity_form_display_alter().
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_form_language_content_settings_validate in core/modules/content_translation/content_translation.admin.inc
Form validation handler for content_translation_admin_settings_form().
CredentialForm::buildForm in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
Form constructor.
d6_block.yml in core/modules/block/migrations/d6_block.yml
core/modules/block/migrations/d6_block.yml
d6_field_instance_option_translation.yml in core/modules/config_translation/migrations/d6_field_instance_option_translation.yml
core/modules/config_translation/migrations/d6_field_instance_option_translation.yml
d6_field_option_translation.yml in core/modules/config_translation/migrations/d6_field_option_translation.yml
core/modules/config_translation/migrations/d6_field_option_translation.yml
d6_filter_format.yml in core/modules/filter/migrations/d6_filter_format.yml
core/modules/filter/migrations/d6_filter_format.yml
d7_block.yml in core/modules/block/migrations/d7_block.yml
core/modules/block/migrations/d7_block.yml
d7_field_instance.yml in core/modules/field/migrations/d7_field_instance.yml
core/modules/field/migrations/d7_field_instance.yml
d7_filter_format.yml in core/modules/filter/migrations/d7_filter_format.yml
core/modules/filter/migrations/d7_filter_format.yml
DatabaseBackendTagTest::register in core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php
Registers test-specific services.
DatabaseVersionCheckUpdateTest::testUpdate in core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php
Tests that updates fail if the database does not meet the minimum version.
DataDefinition::getSetting in core/lib/Drupal/Core/TypedData/DataDefinition.php
Returns the value of a given setting.
DataDefinition::getSettings in core/lib/Drupal/Core/TypedData/DataDefinition.php
Returns the array of settings, as required by the used class.
DataDefinition::setSetting in core/lib/Drupal/Core/TypedData/DataDefinition.php
Sets a definition setting.
DataDefinition::setSettings in core/lib/Drupal/Core/TypedData/DataDefinition.php
Sets the array of settings, as required by the used class.
DateField::defineValueProcessPipeline in core/modules/datetime/src/Plugin/migrate/field/DateField.php
Apply any custom processing to the field bundle migrations.
DateFieldTest::providerTestDefineValueProcessPipeline in core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php
Provides data for testDefineValueProcessPipeline().
DateFieldTest::testDefineValueProcessPipeline in core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php
Tests defineValueProcessPipeline.
DateFilterTest::setUp in core/modules/datetime/tests/src/Functional/DateFilterTest.php
DateRangeDefaultWidget::create in core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php
Creates an instance of the plugin.
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::testDateStorageSettings in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests that 'Date' field storage setting form is disabled if field has data.
DateRangeFieldTest::testDatetimeRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests date and time field.
DateRangeFieldTest::testDefaultValue in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests default value functionality.
DateRangeItemTest::setUp in core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php
DateTestBase::createField in core/modules/datetime/tests/src/Functional/DateTestBase.php
Creates a date test field.
DateTimeDefaultWidget::create in core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php
Creates an instance of the plugin.
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::testDateStorageSettings in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests that 'Date' field storage setting form is disabled if field has data.
DateTimeFieldTest::testDatetimeField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests date and time field.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests default value functionality.
DateTimeFormatterBase::create in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php
Creates an instance of the plugin.
DateTimeItemTest::setUp in core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php
DbDumpTest::register in core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php
Register a database cache backend rather than memory-based.
DefaultSelection::buildConfigurationForm in core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php
Form constructor.
DefaultSelection::validateConfigurationForm in core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php
Form validation handler.
DisplayApiTest::setUp in core/modules/field/tests/src/Kernel/DisplayApiTest.php
DisplayApiTest::testFieldEmpty in core/modules/field/tests/src/Kernel/DisplayApiTest.php
Tests that the prepareView() formatter method still fires for empty values.
DisplayApiTest::testFieldItemListView in core/modules/field/tests/src/Kernel/DisplayApiTest.php
Tests the FieldItemListInterface::view() method.
DisplayApiTest::testFieldItemView in core/modules/field/tests/src/Kernel/DisplayApiTest.php
Tests the FieldItemInterface::view() method.
DistributionProfileExistingSettingsTest::prepareEnvironment in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php
Prepares the current environment for running the test.
drupal6.php in core/modules/migrate_drupal/tests/fixtures/drupal6.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/tracker/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/rdf/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/migrate_drupal/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
DrupalImage::validateImageUploadSettings in core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php
#element_validate handler for the "image_upload" element in settingsForm().
drupal_rewrite_settings in core/includes/install.inc
Replaces values in settings.php with values in the submitted array.
EditorDialogAccessTest::testEditorImageDialogAccess in core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php
Tests access to the editor image dialog.
EditorResourceTestBase::createEntity in core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php
Creates the entity to be tested.
EditorResourceTestBase::getExpectedNormalizedEntity in core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php
Returns the expected normalization of the entity.
EditorSecurityTest::setUp in core/modules/editor/tests/src/Functional/EditorSecurityTest.php
EditorTest::createAnotherEntity in core/modules/jsonapi/tests/src/Functional/EditorTest.php
EditorTest::createEntity in core/modules/jsonapi/tests/src/Functional/EditorTest.php
EditorTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/EditorTest.php
editor_form_filter_admin_format_submit in core/modules/editor/editor.module
Additional submit handler for filter_format_form().
editor_form_filter_admin_format_validate in core/modules/editor/editor.module
Additional validate handler for filter_format_form().
editor_form_filter_admin_form_ajax in core/modules/editor/editor.module
AJAX callback handler for filter_format_form().
editor_form_filter_format_form_alter in core/modules/editor/editor.module
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
EmailFieldTest::testEmailField in core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
Tests email field.
EmbeddedFormWidgetTest::setUp in core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
EmbeddedFormWidgetTest::testInsertionAndReselection in core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
Tests media inside another widget that validates too enthusiastically.
EmphasisTest::setUp in core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php
EndOfTransactionQueriesTest::register in core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
Registers test-specific services.
EntityCacheTagsTestBase::createReferenceTestEntities in core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php
Creates a referencing and a non-referencing entity for testing purposes.
EntityCacheTagsTestBase::setUp in core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php
EntityDisplayBase::onDependencyRemoval in core/lib/Drupal/Core/Entity/EntityDisplayBase.php
Informs the entity that entities it depends on will be deleted.
EntityDisplayBase::setComponent in core/lib/Drupal/Core/Entity/EntityDisplayBase.php
Sets the display options for a component.
EntityDisplayBaseTest::testOnDependencyRemoval in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php
@covers ::onDependencyRemoval
EntityDisplayFormBase::buildFieldRow in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Builds the table row structure for a single field.
EntityDisplayFormBase::copyFormValuesToEntity in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Copies top-level form values to entity properties.
EntityDisplayFormBaseTest::testCopyFormValuesToEntity in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php
@covers ::copyFormValuesToEntity
EntityDisplayTest::testBaseFieldComponent in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Tests the behavior of a field component for a base field.
EntityDisplayTest::testComponentDependencies in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Tests components dependencies additions.
EntityDisplayTest::testEntityDisplayCRUD in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Tests basic CRUD operations on entity display objects.
EntityDisplayTest::testEntityGetDisplay in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
@covers \Drupal\Core\Entity\EntityDisplayRepository::getViewDisplay
EntityDisplayTest::testExtraFieldComponent in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Tests the behavior of a field component within an entity display object.
EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Tests the behavior of an extra field component with initial invalid values.
EntityDisplayTest::testFieldComponent in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Tests the behavior of a field component within an entity display object.
EntityFieldRenderer::buildFields in core/modules/views/src/Entity/Render/EntityFieldRenderer.php
Builds the render arrays for all fields of all result rows.
EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php
EntityFormDisplayTest::testBaseFieldComponent in core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
Tests the behavior of a field component for a base field.
EntityFormDisplayTest::testEntityGetFromDisplay in core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
@covers \Drupal\Core\Entity\EntityDisplayRepository::getFormDisplay
EntityFormDisplayTest::testFieldComponent in core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
Tests the behavior of a field component within an EntityFormDisplay object.
EntityQueryTest::testCaseSensitivity in core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php
Tests case sensitive and in-sensitive query conditions.
EntityReferenceAdminTest::setUp in core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
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
EntityReferenceEntityFormatter::create in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php
Creates an instance of the plugin.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that dependencies due to default values can be removed.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTest::testEntityReferenceFieldDependencies in core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php
Tests the dependencies entity reference fields are created with.
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
EntityReferenceFormatterTest::buildRenderArray in core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php
Sets field values and returns a render array as built by \Drupal\Core\Field\FieldItemListInterface::view().
EntityReferenceFormatterTest::setUp in core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php
EntityReferenceItem::getPreconfiguredOptions in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Returns preconfigured field options for a field type.
EntityReferenceItemTest::testSelectionHandlerSettings in core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php
Tests that the 'handler' field setting stores the proper plugin ID.
EntityReferenceSelectionSortTest::testSort in core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php
Assert sorting by field and property.
EntityReferenceTestTrait::createEntityReferenceField in core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php
Creates a field of an entity reference field storage on the specified bundle.
EntitySerializationTest::setUp in core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
EntityTest::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php
Provides base field definitions for an entity type.
EntityTestDateonlyTest::setUp in core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php
EntityTestDateRangeTest::setUp in core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php
EntityTestDatetimeTest::setUp in core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php
EntityTypeInfo::entityBaseFieldInfo in core/modules/content_moderation/src/EntityTypeInfo.php
Adds base field info to an entity type.
EntityViewBuilderTest::testEntityViewBuilderCacheWithReferences in core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
Tests entity render cache with references.
EntityViewBuilderTest::testViewField in core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
Tests EntityViewBuilder::viewField() language awareness.
EntityViewDisplayResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php
EntityViewDisplayTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php
entity_test_entity_form_display_alter in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_form_display_alter().
ExtensionViewsFieldTest::testFileExtensionTarOption in core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php
Tests file extension views field handler extension_detect_tar option.
ExtraFieldBlock::defaultConfiguration in core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
FieldAttachOtherTest::testEntityDisplayBuild in core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php
Tests rendering fields with EntityDisplay build().
FieldBlockTest::testUserFieldBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
Tests configuring a field block for a user field.
FieldConfigEditForm::form in core/modules/field_ui/src/Form/FieldConfigEditForm.php
Gets the actual form array to be built.
FieldConfigEntityUnitTest::testToArray in core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
@covers ::toArray
FieldConfigResourceTestBase::getExpectedNormalizedEntity in core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
Returns the expected normalization of the entity.
FieldConfigStorageBase::mapFromStorageRecords in core/lib/Drupal/Core/Field/FieldConfigStorageBase.php
Maps from storage records to entity objects.
FieldConfigStorageBase::mapToStorageRecord in core/lib/Drupal/Core/Field/FieldConfigStorageBase.php
Maps from an entity object to the storage record.
FieldConfigTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
FieldCrudTest::testCreateField in core/modules/field/tests/src/Kernel/FieldCrudTest.php
Tests the creation of a field.
FieldDisplayTest::testFieldVisualHidden in core/modules/field/tests/src/Kernel/FieldDisplayTest.php
Tests that visually hidden works with core.
FieldFormatterTest::setUp in core/modules/field/tests/src/Kernel/FieldFormatterTest.php
FieldInstance::prepareRow in core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php
Adds additional data to the row.
FieldInstanceOptionTranslation::transform in core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceOptionTranslation.php
Performs the associated process.
FieldInstancePerFormDisplayTest::providerSource in core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php
The data provider.
FieldInstancePerViewModeTest::providerSource in core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php
The data provider.
FieldInstanceSettings::transform in core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php
Performs the associated process.
FieldInstanceTest::providerSource in core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php
The data provider.
FieldLayoutEntityDisplayTest::testPreSave in core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php
@covers ::preSave @covers ::calculateDependencies
FieldLayoutEntityDisplayTrait::getLayoutSettings in core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutSettings().
FieldLayoutEntityDisplayTrait::setLayoutId in core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::setLayoutId().
FieldOptionTranslation::transform in core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php
Get the field default/mapped settings.
FieldRdfaTestBase::createTestField in core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php
Creates the field for testing.
FieldResolverTest::makeField in core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php
Creates a field for a specified entity type/bundle.
FieldSettings::transform in core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php
Performs the associated process.
FieldSettingsTest::testTransformImageSettings in core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php
Tests transformation of image field settings.
FieldSqlStorageTest::testFieldSqlStorageForeignKeys in core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
Tests foreign key support.
FieldSqlStorageTest::testFieldUpdateFailure in core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
Tests that failure to create fields is handled gracefully.
FieldSqlStorageTest::testUpdateFieldSchemaWithData in core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
Tests trying to update a field with data.
FieldStorageAddForm::configureEntityFormDisplay in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Configures the field for the default form mode.
FieldStorageAddForm::configureEntityViewDisplay in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Configures the field for the default view mode.
FieldStorageAddForm::submitForm in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Form submission handler.
FieldStorageConfigEditForm::form in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Gets the actual form array to be built.
FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity in core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php
Returns the expected normalization of the entity.
FieldStorageConfigStorage::mapFromStorageRecords in core/modules/field/src/FieldStorageConfigStorage.php
Maps from storage records to entity objects.
FieldStorageConfigStorage::mapToStorageRecord in core/modules/field/src/FieldStorageConfigStorage.php
Maps from an entity object to the storage record.
FieldStorageConfigTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php
FieldStorageCrudTest::testCreate in core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php
Tests the creation of a field storage.
FieldStorageCrudTest::testUpdateForbid in core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php
Tests field type modules forbidding an update.
FieldTest::providerSource in core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php
The data provider.
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldType in core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
@covers ::defineOptions
FieldUITest::testHandlerUI in core/modules/field/tests/src/Functional/Views/FieldUITest.php
Tests basic field handler settings in the UI.
field_test_entity_display_build_alter in core/modules/field/tests/modules/field_test/field_test.module
Implements hook_entity_display_build_alter().
field_test_field_ui_preconfigured_options_alter in core/modules/field/tests/modules/field_test/field_test.module
Implements hook_field_ui_preconfigured_options_alter().
File::createSourceField in core/modules/media/src/Plugin/media/Source/File.php
Creates the source field definition for a type.
FileEntityFormatterTest::testFormatterFileExtension in core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php
Tests the file_extension field formatter.
FileEntityFormatterTest::testFormatterFileMime in core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php
Tests the file_extension field formatter.
FileEntityFormatterTest::testFormatterFileUri in core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php
Tests the file_link field formatter.
FileFieldCreationTrait::attachFileField in core/modules/file/tests/src/Functional/FileFieldCreationTrait.php
Attaches a file field to an entity.
FileFieldCreationTrait::createFileField in core/modules/file/tests/src/Functional/FileFieldCreationTrait.php
Creates a new file field.
FileFieldTestBase::updateFileField in core/modules/file/tests/src/Functional/FileFieldTestBase.php
Updates an existing file field with new settings.
FileItem::validateMaxFilesize in core/modules/file/src/Plugin/Field/FieldType/FileItem.php
Form API callback.
FileItemTest::setUp in core/modules/file/tests/src/Kernel/FileItemTest.php
FileItemValidationTest::testFileValidationConstraint in core/modules/file/tests/src/Kernel/FileItemValidationTest.php
@covers \Drupal\file\Plugin\Validation\Constraint\FileValidationConstraint @covers \Drupal\file\Plugin\Validation\Constraint\FileValidationConstraintValidator @dataProvider getFileTypes
FileMediaFormatterTestBase::createMediaField in core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php
Creates a file field and set's the correct formatter.
FileSystemTempDirectoryTest::setUp in core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php
FileUploadResourceTestBase::setUp in core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php
FileUploadTest::setUp in core/modules/jsonapi/tests/src/Functional/FileUploadTest.php
FileWidget::create in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Creates an instance of the plugin.
FilterAdminTest::setUp in core/modules/filter/tests/src/Functional/FilterAdminTest.php
FilterAPITest::testCheckMarkupFilterOrder in core/modules/filter/tests/src/Kernel/FilterAPITest.php
Tests that the filter order is respected.
FilterAPITest::testFilterFormatAPI in core/modules/filter/tests/src/Kernel/FilterAPITest.php
Tests the following functions for a variety of formats:
FilterAPITest::testFilterFormatPreSave in core/modules/filter/tests/src/Kernel/FilterAPITest.php
Tests that FilterFormat::preSave() only saves customized plugins.
FilterBase::defaultConfiguration in core/modules/filter/src/Plugin/FilterBase.php
FilterBase::getConfiguration in core/modules/filter/src/Plugin/FilterBase.php
FilterBase::setConfiguration in core/modules/filter/src/Plugin/FilterBase.php
FilterCaption::process in core/modules/filter/src/Plugin/Filter/FilterCaption.php
FilterCrudTest::testTextFormatCrud in core/modules/filter/tests/src/Kernel/FilterCrudTest.php
Tests CRUD operations for text formats and filters.
FilterDateTest::setUp in core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php
Create nodes with relative dates of yesterday, today, and tomorrow.
FilterDefaultConfigTest::testInstallation in core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php
Tests installation of default formats.
FilterFormat::prepareRow in core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php
Adds additional data to the row.
FilterFormat::prepareRow in core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php
Adds additional data to the row.
FilterFormatFormBase::form in core/modules/filter/src/FilterFormatFormBase.php
Gets the actual form array to be built.
FilterFormatResourceTestBase::createEntity in core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase::getExpectedNormalizedEntity in core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatTest::createEntity in core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php
FilterFormatTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php
FilterFormatTest::providerSource in core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php
The data provider.
FilterFormatTest::providerSource in core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php
The data provider.
FilterHtml::setConfiguration in core/modules/filter/src/Plugin/Filter/FilterHtml.php
FilterHtmlImageSecureTest::setUp in core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php
FilterHtmlTest::setUp in core/modules/filter/tests/src/Unit/FilterHtmlTest.php
FilterHtmlTest::testSetConfiguration in core/modules/filter/tests/src/Unit/FilterHtmlTest.php
@covers ::setConfiguration
FilterHtmlTest::testTableTags in core/modules/filter/tests/src/FunctionalJavascript/FilterHtmlTest.php
Tests restricting HTML to table tags.
FilterKernelTest::testCaptionFilter in core/modules/filter/tests/src/Kernel/FilterKernelTest.php
Tests the caption filter.
FilterKernelTest::testHtmlFilter in core/modules/filter/tests/src/Kernel/FilterKernelTest.php
Tests filter settings, defaults, access restrictions and similar.
FilterKernelTest::testNoFollowFilter in core/modules/filter/tests/src/Kernel/FilterKernelTest.php
Tests the spam deterrent.
FilterKernelTest::testUrlFilter in core/modules/filter/tests/src/Kernel/FilterKernelTest.php
Tests the URL filter.
FilterKernelTest::testUrlFilterContent in core/modules/filter/tests/src/Kernel/FilterKernelTest.php
Tests URL filter on longer content.
FormAjaxSubscriberTest::testOnExceptionBrokenPostRequest in core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php
@covers ::onException
FormatDate::transform in core/modules/migrate/src/Plugin/migrate/process/FormatDate.php
Performs the associated process.
FormatDateTest::datesDataProvider in core/modules/migrate/tests/src/Unit/process/FormatDateTest.php
Data provider of test dates.
FormatterBase::create in core/lib/Drupal/Core/Field/FormatterBase.php
Creates an instance of the plugin.
FormatterPluginManager::createInstance in core/lib/Drupal/Core/Field/FormatterPluginManager.php
Creates a pre-configured instance of a plugin.
FormatterPluginManager::prepareConfiguration in core/lib/Drupal/Core/Field/FormatterPluginManager.php
Merges default values for formatter configuration.
FormErrorHandlerCKEditor5Test::setUp in core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php
FormErrorHandlerCKEditorTest::setUp in core/modules/ckeditor/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php
FormErrorHandlerFileUploadTest::setUp in core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
FormJSAddMoreTest::setUp in core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php
FormTest::setUp in core/modules/field/tests/src/Functional/FormTest.php
FormTest::testFieldFormMultivalueWithRequiredRadio in core/modules/field/tests/src/Functional/FormTest.php
Tests widget handling of multiple required radios.
FrameworkTest::assertCommand in core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
Asserts the array of Ajax commands contains the searched command.
FunctionalTestSetupTrait::prepareSettings in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Prepares site settings and services before installation.
HandlerFieldFieldTest::doTestFormatterSimpleFieldRender in core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php
Tests that fields with formatters runs as expected.
HiddenTaxonomyTermReferenceFieldWizardTest::testHiddenTaxonomyTermReferenceField in core/modules/node/tests/src/Functional/Views/Wizard/HiddenTaxonomyTermReferenceFieldWizardTest.php
Tests content type with a hidden Taxonomy Term Reference field.
HtmlCommand::render in core/lib/Drupal/Core/Ajax/HtmlCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
HTMLRestrictions::fromString in core/modules/ckeditor5/src/HTMLRestrictions.php
Parses a string of HTML restrictions into a HTMLRestrictions value object.
Image::createSourceField in core/modules/media/src/Plugin/media/Source/Image.php
Creates the source field definition for a type.
Image::prepareViewDisplay in core/modules/media/src/Plugin/media/Source/Image.php
Prepares the media type fields for this source in the view display.
ImageAdminStylesTest::testConfigImport in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testStyleReplacement in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
Tests deleting a style and choosing a replacement style.
ImageFieldAttributesTest::testNodeTeaser in core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php
Tests that image fields in teasers have correct resources.
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.
ImageFieldDefaultImagesTest::testInvalidDefaultImage in core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php
Tests image field and field storage having an invalid default image.
ImageFieldDisplayTest::testImageLoadingAttribute in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
Tests for image loading attribute settings.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
Tests image formatters on node display.
ImageFormatter::create in core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
Creates an instance of the plugin.
ImageFormatterTest::setUp in core/modules/image/tests/src/Kernel/ImageFormatterTest.php
ImageFormatterTest::testImageFormatterSvg in core/modules/image/tests/src/Kernel/ImageFormatterTest.php
Tests ImageFormatter's handling of SVG images.
ImageFormatterTest::testImageFormatterUrlOptions in core/modules/image/tests/src/Kernel/ImageFormatterTest.php
Tests Image Formatter URL options handling.
ImageItemTest::setUp in core/modules/image/tests/src/Kernel/ImageItemTest.php
ImageStyle::replaceImageStyle in core/modules/image/src/Entity/ImageStyle.php
Update field settings if the image style name is changed.
ImageStyleDeleteTest::testDelete in core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php
Tests image style deletion.
ImageStyleIntegrationTest::testEntityDisplayDependency in core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php
Tests the dependency between ImageStyle and entity display components.
ImageStyleIntegrationTest::testEntityDisplayDependencyRename in core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php
Tests renaming the ImageStyle.
ImageTest::setUp in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php
ImageUploadTest::createEditorWithUpload in core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php
Create an editor entity with image_upload config.
InsertCommand::render in core/lib/Drupal/Core/Ajax/InsertCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
InstallerConfigDirectorySetNoDirectoryErrorTest::prepareEnvironment in core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php
Prepares the current environment for running the test.
InstallerConfigDirectorySetNoDirectoryTest::prepareEnvironment in core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php
Prepares the current environment for running the test.
InstallerExistingConfigDirectoryTest::prepareEnvironment in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php
Prepares the current environment for running the test.
InstallerExistingConfigTestBase::prepareEnvironment in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php
Prepares the current environment for running the test.
InstallerExistingSettingsNoProfileTest::prepareEnvironment in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php
Configures a preexisting settings.php file without an install_profile setting before invoking the interactive installer.
InstallerExistingSettingsTest::prepareEnvironment in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
Fully configures a preexisting settings.php file before invoking the interactive installer.
InstallerSkipPermissionHardeningTest::prepareEnvironment in core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php
Prepares the current environment for running the test.
InternalTest::formatTagsSettingsTestCases in core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php
A data provider for testFormatTagsSettings.
InternalTest::setUp in core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php
JsonApiFunctionalDateFieldTest::setUp in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalDateFieldTest.php
JsonApiFunctionalTestBase::setUp in core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php
JsonapiKernelTestBase::createEntityReferenceField in core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php
Creates a field of an entity reference field storage on the bundle.
JsonApiRegressionTest::testPatchingDateTimeFieldsFromIssue3021194 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensures PATCHing datetime (both date-only & date+time) fields is possible.
JsonApiRegressionTest::testPatchingDateTimeNormalizedWrongTimeZoneIssue3021194 in core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php
Ensures datetime fields are normalized using the correct timezone.
LanguageFormatter::create in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php
Creates an instance of the plugin.
LanguageSelectWidgetTest::testWithoutIncludedLockedLanguage in core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php
Tests the widget without the locked languages.
LayoutBuilderEntityViewDisplay::setComponent in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
Sets the display options for a component.
LayoutBuilderIntegrationTest::setUp in core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php
layout_builder_entity_form_display_alter in core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module
Implements hook_entity_form_display_alter().
layout_builder_install in core/modules/layout_builder/layout_builder.install
Implements hook_install().
LinkFieldRdfaTest::runTestAllFormatters in core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php
Helper function to test all link formatters.
LinkFieldTest::testEditNonNodeEntityLink in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests editing a link to a non-node entity.
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::testLinkTypeOnLinkWidget in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests '#link_type' property exists on 'link_default' widget.
LinkFieldTest::testNoLinkUri in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests <nolink> and <none> as link uri.
LinkFieldTest::testURLValidation in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests link field URL validation.
LinkFormatter::create in core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
Creates an instance of the plugin.
LinkItemSerializationTest::setUp in core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php
LinkItemTest::setUp in core/modules/link/tests/src/Kernel/LinkItemTest.php
LocaleConfigManagerTest::testGetDefaultConfigLangcode in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests getDefaultConfigLangcode().
MaintenanceThemeUpdateRegistryTest::prepareSettings in core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php
Prepares site settings and services before installation.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests widget settings.
ManageFieldsFunctionalTest::testPreconfiguredFields in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests the "preconfigured field" functionality.
Media::baseFieldDefinitions in core/modules/media/src/Entity/Media.php
Provides base field definitions for an entity type.
Media::defaultDisplayOptions in core/modules/media/src/Plugin/views/wizard/Media.php
Assembles the default display options for the view.
MediaAccessTest::testReferencedRendering in core/modules/media/tests/src/Functional/MediaAccessTest.php
Tests access for embedded medias.
MediaDisplayTest::testMediaDisplay in core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
Tests basic media display.
MediaEmbedFilterTestBase::setUp in core/modules/media/tests/src/Kernel/MediaEmbedFilterTestBase.php
MediaLibraryAccessTest::setUp in core/modules/media_library/tests/src/Kernel/MediaLibraryAccessTest.php
MediaLibraryAccessTest::testFieldWidgetEntityFieldAccess in core/modules/media_library/tests/src/Kernel/MediaLibraryAccessTest.php
Tests that the field widget opener respects entity field-level access.
MediaLibraryDisplayModeTest::assertViewDisplay in core/modules/media_library/tests/src/Functional/MediaLibraryDisplayModeTest.php
Asserts the media library view display components for a media type.
MediaLibraryTest::setUp in core/modules/ckeditor/tests/src/FunctionalJavascript/MediaLibraryTest.php
MediaLibraryTest::setUp in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php
MediaLibraryTest::testAllowedMediaTypes in core/modules/ckeditor/tests/src/FunctionalJavascript/MediaLibraryTest.php
Tests the allowed media types setting on the MediaEmbed filter.
MediaLibraryTest::testAllowedMediaTypes in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php
Tests the allowed media types setting on the MediaEmbed filter.
MediaLibraryWidget::create in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Creates an instance of the plugin.
MediaRevision::defaultDisplayOptions in core/modules/media/src/Plugin/views/wizard/MediaRevision.php
Assembles the default display options for the view.
MediaRevisionTest::testImageMediaRevision in core/modules/media/tests/src/Functional/MediaRevisionTest.php
Tests creating revisions of an Image media item.
MediaSourceAudioVideoTest::testAudioTypeCreation in core/modules/media/tests/src/FunctionalJavascript/MediaSourceAudioVideoTest.php
Check the Audio source functionality.
MediaSourceFileTest::testSourceFieldSettingsEditing in core/modules/media/tests/src/Functional/MediaSourceFileTest.php
Tests that it's possible to change the allowed file extensions.
MediaSourceImageTest::assertViewDisplayConfigured in core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
Asserts the proper entity view display components for a media type.
MediaSourceImageTest::testOnlyMainPropertiesTriggerSourceFieldChanged in core/modules/media/tests/src/Functional/MediaSourceImageTest.php
Test that non-main properties do not trigger source field value change.
MediaSourceOEmbedVideoTest::testMediaOEmbedVideoSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php
Tests the oembed media source.
MediaStandardProfileTest::testMediaSources in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests all media sources in one method.
MediaTest::setUp in core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php
MediaTest::setUp in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
MediaTest::testDialogAccess in core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php
Tests the EditorMediaDialog's form elements' #access logic.
MediaTest::testDrupalMediaStyleWithClass in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests Drupal Media Style with a CSS class.
MediaTest::testLinkedMediaArbitraryHtml in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Ensures arbitrary attributes can be added on links wrapping media via GHS.
MediaTest::testMediaArbitraryHtml in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests that arbitrary attributes are allowed via GHS.
MediaTest::testViewMode in core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php
Tests the EditorMediaDialog can set the data-view-mode attribute.
MediaTest::testViewMode in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests view mode integration.
MediaThumbnailFormatter::create in core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php
Creates an instance of the plugin.
MediaThumbnailFormatterTest::changeMediaReferenceFieldLinkType in core/modules/media/tests/src/Functional/FieldFormatter/MediaThumbnailFormatterTest.php
Helper function to change field display.
MediaThumbnailFormatterTest::testRender in core/modules/media/tests/src/Functional/FieldFormatter/MediaThumbnailFormatterTest.php
Tests the media thumbnail field formatter.
MediaUiFunctionalTest::testMediaReferenceWidget in core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
Tests the default autocomplete widgets for media reference fields.
media_filter_format_edit_form_validate in core/modules/media/media.module
Validate callback to ensure filter order and allowed_html are compatible.
media_requirements in core/modules/media/media.install
Implements hook_requirements().
MenuLinkContent::baseFieldDefinitions in core/modules/menu_link_content/src/Entity/MenuLinkContent.php
Provides base field definitions for an entity type.
Message::baseFieldDefinitions in core/modules/contact/src/Entity/Message.php
Provides base field definitions for an entity type.
MigrateBlockTest::assertEntity in core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
Asserts various aspects of a block.
MigrateFieldFormatterSettingsTest::testEntityDisplaySettings in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php
Tests that migrated entity display settings can be loaded using D8 API's.
MigrateFieldInstanceOptionTranslationTest::testFieldInstanceOptionTranslation in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php
Tests migration of file variables to file.settings.yml.
MigrateFieldInstanceOptionTranslationTest::testFieldInstanceOptionTranslation in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceOptionTranslationTest.php
Migrate field instance option translations.
MigrateFieldInstanceTest::testFieldInstances in core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php
Tests migrating D7 field instances to field_config entities.
MigrateFieldWidgetSettingsTest::testWidgetSettings in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php
Tests that migrated view modes can be loaded using D8 API's.
MigrateFilterFormatTest::migrateDumpAlter in core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php
Allows tests to alter dumps after they have loaded.
MigrateFilterFormatTest::testFilterFormat in core/modules/filter/tests/src/Kernel/Migrate/d6/MigrateFilterFormatTest.php
Tests the Drupal 6 filter format to Drupal 8 migration.
MigrateFilterFormatTest::testFilterFormat in core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php
Tests the Drupal 7 filter format to Drupal 8 migration.
MigrateUserPictureEntityDisplayTest::testUserPictureEntityDisplay in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityDisplayTest.php
Tests the Drupal 7 user picture to Drupal 8 entity display migration.
MigrateUserPictureEntityFormDisplayTest::testEntityFormDisplaySettings in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureEntityFormDisplayTest.php
Tests the field's entity form display settings.
MigrateUserProfileEntityFormDisplayTest::testUserProfileEntityFormDisplay in core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileEntityFormDisplayTest.php
Tests migration of user profile fields.
ModerationStateWidget::create in core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php
Creates an instance of the plugin.
Node::baseFieldDefinitions in core/modules/node/src/Entity/Node.php
Node::defaultDisplayOptions in core/modules/node/src/Plugin/views/wizard/Node.php
Assembles the default display options for the view.
Node::display_options_row in core/modules/node/src/Plugin/views/wizard/Node.php
Set the row style and row style plugins to the display_options.
NodeAccessLanguageAwareCombinationTest::setUp in core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php
NodeAccessLanguageAwareTest::setUp in core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php
NodeDisplayConfigurableTest::testDisplayConfigurable in core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
NodeEditFormTest::testNodeEditAuthoredBy in core/modules/node/tests/src/Functional/NodeEditFormTest.php
Tests changing a node's "authored by" field.
NodeLoadMultipleTest::testNodeMultipleLoadCaseSensitiveFalse in core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php
Creates four nodes with not case sensitive fields and load them.
NodeRevision::defaultDisplayOptions in core/modules/node/src/Plugin/views/wizard/NodeRevision.php
Assembles the default display options for the view.
node_add_body_field in core/modules/node/node.module
Adds the default body field to a node type.
node_tokens in core/modules/node/node.tokens.inc
Implements hook_tokens().
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
Tests the system module updates with no dependencies installed.
NumberFieldRdfaTest::testDecimalFormatterWithSettings in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatterWithScale in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the float formatter with a scale. Scale is not exercised.
NumberFieldRdfaTest::testFloatFormatterWithScaleExercised in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the float formatter with a scale. Scale is exercised.
NumberFieldRdfaTest::testFloatFormatterWithSettings in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the float formatter with settings.
NumberFieldRdfaTest::testIntegerFormatterWithSettings in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the integer formatter with settings.
NumberFieldTest::testNumberDecimalField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
Tests decimal field.
NumberFieldTest::testNumberFloatField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
Tests float field.
NumberFieldTest::testNumberFormatter in core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
Tests default formatter behavior.
NumberFieldTest::testNumberIntegerField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
Tests integer field.
OEmbedFormatter::create in core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
Creates an instance of the plugin.
OEmbedFormatterTest::testRender in core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
Tests the oEmbed field formatter.
OEmbedTestTrait::lockHttpClientToFixtures in core/modules/media/tests/src/Traits/OEmbedTestTrait.php
Configures the http_client service so that all requests are carried out relative to the URL of the fixtures directory. For example, after calling this method, a request for foobar.html will actually request http://test-site/path/to/fuxtures/foobar.html.
OffCanvasDialogTest::testDialog in core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php
Tests sending AJAX requests to open and manipulate off-canvas dialog.
OpenDialogCommand::render in core/lib/Drupal/Core/Ajax/OpenDialogCommand.php
Implements \Drupal\Core\Ajax\CommandInterface:render().
OpenOffCanvasDialogCommandTest::testRender in core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php
@covers ::render
OptionsFieldUnitTestBase::setUp in core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php
OptionsTestBase::mockStandardInstall in core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php
Provides a workaround for the inability to use the standard profile.
OptionsWidgetsTest::setUp in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
OverriddenConfigurationTest::testOverriddenBlock in core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php
Tests that blocks with configuration overrides are disabled.
OverridesEntityForm::init in core/modules/layout_builder/src/Form/OverridesEntityForm.php
Initializes the form state and the entity before the first form build.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PageCacheTest::testPageCacheWithoutVaryCookie in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the omit_vary_cookie setting.
PageTitleTest::testRoutingTitle in core/modules/system/tests/src/Functional/System/PageTitleTest.php
Tests the page title of render arrays.
path_entity_base_field_info_alter in core/modules/path/path.module
Implements hook_entity_base_field_info_alter().
PendingRevisionTest::testTaxonomyIndexWithPendingRevision in core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php
Tests that the taxonomy index work correctly with pending revisions.
PhpRequirementTest::setUp in core/modules/system/tests/src/Functional/System/PhpRequirementTest.php
PirateDayCacheabilityMetadataConfigOverride::loadOverrides in core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php
PrependCommand::render in core/lib/Drupal/Core/Ajax/PrependCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
QuickEditTestBase::createFieldWithStorage in core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php
Creates a field.
RawStringFormatterTest::setUp in core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php
RebuildScriptTest::testRebuild in core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php
Tests redirect in rebuild.php.
ReEnableModuleFieldTest::testReEnabledField in core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
Tests the behavior of a field module after being disabled and re-enabled.
ReplaceCommand::render in core/lib/Drupal/Core/Ajax/ReplaceCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatters linked to the file or node.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatters on node display.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with an empty media query.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersOneSource in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
Tests responsive image formatter on node display with one source.
ResponsiveImageFormatter::create in core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
Creates an instance of the plugin.
ResponsiveImageIntegrationTest::testEntityViewDisplayDependency in core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php
Tests integration with entity view display.
RevisionLogEntityTrait::revisionLogBaseFieldDefinitions in core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php
Provides revision-related base field definitions for an entity type.
RouteCachingLanguageTest::setUp in core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
SeparatorTranslationTest::setUp in core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SessionTest::testSessionWrite in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests that sessions are only saved when necessary.
SettingsCommand::render in core/lib/Drupal/Core/Ajax/SettingsCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
SettingsRewriteTest::testDrupalRewriteSettings in core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php
Tests the drupal_rewrite_settings() function.
Shortcut::baseFieldDefinitions in core/modules/shortcut/src/Entity/Shortcut.php
SiteSettingsForm::buildForm in core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
Form constructor.
SiteSettingsForm::submitForm in core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
Form submission handler.
SourceEditingTest::setUp in core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php
SourceEditingTest::testAllowingExtraAttributes in core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php
Tests allowing extra attributes on already supported tags using GHS.
StateFormatterTest::formatterTestCases in core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php
Test cases for testStateFieldFormatter().
StatusTest::setUp in core/modules/system/tests/src/Functional/System/StatusTest.php
StringFieldTest::_testTextfieldWidgets in core/modules/field/tests/src/Functional/String/StringFieldTest.php
Helper function for testTextfieldWidgets().
StringFormatter::create in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
Creates an instance of the plugin.
StringFormatterTest::setUp in core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
StringFormatterTest::testLinkToContentForEntitiesWithNoCanonicalPath in core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
Test "link_to_entity" feature on fields which are added to config entity.
StringFormatterTest::testStringFormatter in core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
Tests string formatter output.
StyleGridResponsiveTest::providerTestResponsiveGrid in core/modules/views/tests/src/Kernel/Plugin/StyleGridResponsiveTest.php
Data provider for testing various configurations.
StyleTest::testStyleFunctionality in core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php
Tests Style functionality: setting a class, expected style choices.
SummaryLengthTest::testSummaryLength in core/modules/node/tests/src/Kernel/SummaryLengthTest.php
Tests the node summary length functionality.
SystemMenuOffCanvasForm::buildConfigurationForm in core/modules/system/src/Form/SystemMenuOffCanvasForm.php
Form constructor.
TableTest::setUp in core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php
TaggedWithTest::testTaggedWithByNodeType in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
Tests that the "tagged with" form element only shows for node types that support it.
TaggedWithTest::testTaggedWithByViewReference in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
Tests that "tagged with" works with views entity reference.
TaxonomyImageTest::setUp in core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
TaxonomyTerm::defaultDisplayOptions in core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php
Assembles the default display options for the view.
TelephoneFieldRdfaTest::testAllFormatters in core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php
Tests the field formatters.
TelephoneFieldTest::setUp in core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
template_preprocess_language_content_settings_table in core/modules/language/language.admin.inc
Prepares variables for language content settings table templates.
template_preprocess_layout in core/modules/layout_discovery/layout_discovery.module
Prepares variables for layout templates.
Term::baseFieldDefinitions in core/modules/taxonomy/src/Entity/Term.php
Provides base field definitions for an entity type.
TermAutocompleteTest::setUp in core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
TermEntityReferenceTest::testSelectionTestVocabularyRestriction in core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php
Tests an entity reference field restricted to a single vocabulary.
TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/src/Functional/TermTest.php
Tests term creation with a free-tagging vocabulary from the node form.
TestAjaxBlock::ajaxCallback in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php
Ajax callback.
TestItemWithPreconfiguredOptions::getPreconfiguredOptions in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php
Returns preconfigured field options for a field type.
TestToolkit::buildConfigurationForm in core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
Form constructor.
TextEditorObjectDependentValidatorTrait::createTextEditorObjectFromContext in core/modules/ckeditor5/src/Plugin/Validation/Constraint/TextEditorObjectDependentValidatorTrait.php
Creates a text editor object from the execution context.
TextField::getFieldType in core/modules/text/src/Plugin/migrate/field/d7/TextField.php
Computes the destination type of a migrated field.
TextFieldTest::testGetFieldFormatterType in core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php
@covers ::getFieldFormatterType @covers ::getFieldType @dataProvider getFieldFormatterTypeProvider
TextFieldTest::testTextFieldValidation in core/modules/text/tests/src/Functional/TextFieldTest.php
Tests text field validation.
TextFormatterTest::setUp in core/modules/text/tests/src/Kernel/TextFormatterTest.php
TextSummaryTest::testNormalization in core/modules/text/tests/src/Kernel/TextSummaryTest.php
Test text normalization when filter_html or filter_htmlcorrector enabled.
TextSummaryTest::testRequiredSummary in core/modules/text/tests/src/Kernel/TextSummaryTest.php
Tests required summary.
TextWithSummaryItemTest::createField in core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php
Creates a text_with_summary field storage and field.
ThemeSettingsForm::buildForm in core/modules/system/src/Form/ThemeSettingsForm.php
ThemeSettingsForm::validateForm in core/modules/system/src/Form/ThemeSettingsForm.php
Form validation handler.
TimestampAgoFormatter::create in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php
Creates an instance of the plugin.
TimestampFormatter::create in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php
Creates an instance of the plugin.
TimestampFormatterTest::setUp in core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::testTimestampAgoFormatter in core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
Tests TimestampAgoFormatter.
TimestampFormatterTest::testTimestampFormatter in core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
Tests TimestampFormatter.
TrustedHostsTest::testFakeRequests in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that fake requests have the proper host configured.
TrustedHostsTest::testRequestBags in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that the request bags have the correct classes.
TrustedHostsTest::testStatusPageWithConfiguration in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that the status page shows the trusted patterns from settings.php.
TwigWhiteListTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php
UncaughtExceptionTest::testErrorContainer in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests a container which has an exception really early.
UpdateCacheTest::testCaches in core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
Tests that caches are cleared during updates.
UpdatePathTestBase::prepareSettings in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
Add settings that are missed since the installer isn't run.
UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.
UriItemTest::testUriField in core/modules/field/tests/src/Kernel/Uri/UriItemTest.php
Tests URI field.
UserCreateTest::testUserAdd in core/modules/user/tests/src/Functional/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserData::fields in core/modules/user/src/Plugin/migrate/destination/UserData.php
Returns an array of destination fields.
UserData::import in core/modules/user/src/Plugin/migrate/destination/UserData.php
Import the row.
UserNameFormatterTest::testFormatter in core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
Tests the formatter output.
UserSelection::buildConfigurationForm in core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php
UuidFormatterTest::testUuidStringFormatter in core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php
Tests string formatter output.
VideoFile::createSourceField in core/modules/media/src/Plugin/media/Source/VideoFile.php
Creates the source field definition for a type.
ViewEditForm::form in core/modules/views_ui/src/ViewEditForm.php
ViewEditForm::getDisplayDetails in core/modules/views_ui/src/ViewEditForm.php
Helper function to get the display details section of the edit UI.
ViewEntityDependenciesTest::setUp in core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
ViewsConfigDependenciesIntegrationTest::testImage in core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
Tests integration with image module.
WidgetBase::create in core/lib/Drupal/Core/Field/WidgetBase.php
Creates an instance of the plugin.
WidgetPluginManager::createInstance in core/lib/Drupal/Core/Field/WidgetPluginManager.php
Creates a pre-configured instance of a plugin.
WidgetPluginManager::prepareConfiguration in core/lib/Drupal/Core/Field/WidgetPluginManager.php
Merges default values for widget configuration.
WildcardHtmlSupportTest::testGhsConfiguration in core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php
@covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing::getDynamicPluginConfig() @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getCKEditor5PluginConfig() @dataProvider providerGhsConfiguration
_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_preprocess_language_content_settings_table in core/modules/content_translation/content_translation.admin.inc
(proxied) Implements hook_preprocess_HOOK().
_media_library_configure_form_display in core/modules/media_library/media_library.module
Ensures that the given media type has a media_library form display.
_media_library_configure_view_display in core/modules/media_library/media_library.module
Ensures that the given media type has a media_library view display.
_update_ckeditor5_html_filter in core/modules/ckeditor5/ckeditor5.module
AJAX callback handler for filter_format_form().