365 string references to 'Value'

AccessManagerTest::testCheckNamedRouteWithDefaultValue in core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php
Tests the checkNamedRoute with default values.
AccessManagerTest::testCheckNamedRouteWithUpcastedValues in core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php
Tests the checkNamedRoute with upcasted values.
AjaxCommandsTest::testDataCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\DataCommand
AjaxCommandsTest::testSettingsCommand in core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
@covers \Drupal\Core\Ajax\SettingsCommand
AssertLegacyTrait::assertFieldsByValue in core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php
Asserts that a field exists in the current page with a given Xpath result.
AttributesTest::providerTestAttributeData in core/tests/Drupal/Tests/Core/Common/AttributesTest.php
Provides data for the Attribute test.
AttributeTest::testRemoveAttribute in core/tests/Drupal/Tests/Core/Template/AttributeTest.php
Tests removing attributes. @covers ::removeAttribute
AttributeTest::testSetAttribute in core/tests/Drupal/Tests/Core/Template/AttributeTest.php
Tests setting attributes. @covers ::setAttribute
AutocompleteController::autocomplete1 in core/modules/system/tests/modules/form_test/src/AutocompleteController.php
Returns some autocompletion content.
BatchTestChainedForm::batchTestChainedFormSubmit1 in core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php
Form submission handler #1 for batch_test_chained_form
BatchTestChainedForm::batchTestChainedFormSubmit2 in core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php
Form submission handler #2 for batch_test_chained_form
BatchTestChainedForm::batchTestChainedFormSubmit3 in core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php
Form submission handler #3 for batch_test_chained_form
BatchTestChainedForm::batchTestChainedFormSubmit4 in core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php
Form submission handler #4 for batch_test_chained_form
BatchTestChainedForm::buildForm in core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php
Form constructor.
BlockForm::buildVisibilityInterface in core/modules/block/src/BlockForm.php
Helper function for building the visibility UI form.
BooleanOperator::valueValidate in core/modules/views/src/Plugin/views/filter/BooleanOperator.php
Validate the options form.
BrowserTestBase::getOptions in core/tests/Drupal/Tests/BrowserTestBase.php
Helper function to get the options of select field.
BulkDeleteTest::testDeleteField in core/modules/field/tests/src/Kernel/BulkDeleteTest.php
Verify that deleting a field leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and field definition.
Button::preRenderButton in core/lib/Drupal/Core/Render/Element/Button.php
Prepares a #type 'button' render element for input.html.twig.
Checkbox::preRenderCheckbox in core/lib/Drupal/Core/Render/Element/Checkbox.php
Prepares a #type 'checkbox' render element for input.html.twig.
Color::import in core/modules/color/src/Plugin/migrate/destination/Color.php
Import the row.
Color::preRenderColor in core/lib/Drupal/Core/Render/Element/Color.php
Prepares a #type 'color' render element for input.html.twig.
ConditionTest::dataProviderTestCompileWithKnownOperators in core/tests/Drupal/Tests/Core/Database/ConditionTest.php
Provides a list of known operations and the expected output.
ConditionTest::testCompileWithSqlInjectionForOperator in core/tests/Drupal/Tests/Core/Database/ConditionTest.php
@covers ::compile
ConditionTest::testSimpleCondition in core/tests/Drupal/Tests/Core/Database/ConditionTest.php
@covers ::compile @dataProvider providerSimpleCondition()
ConfigCRUDTest::testCRUD in core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php
Tests CRUD operations.
ConfigDependencyManagerTest::testNoConfigEntities in core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php
ConfigFactoryOverrideBaseTest::providerTestFilterNestedArray in core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
ConfigLanguageOverrideTest::testConfigLanguageOverride in core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php
Tests locale override based on language.
ConfigNamesMapperTest::testGetLangcode in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Tests ConfigNamesMapper::getLangcode().
ConfigTranslationUiTest::assertDisabledTextarea in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Asserts that a textarea with a given ID has been disabled from editing.
config_events_test.schema.yml in core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml
core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml
config_schema_test.schema.yml in core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml
core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml
config_test.schema.yml in core/modules/config/tests/config_test/config/schema/config_test.schema.yml
core/modules/config/tests/config_test/config/schema/config_test.schema.yml
Connection::nextId in core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php
Retrieve a the next id in a sequence.
ContentTranslationHandler::entityFormSharedElements in core/modules/content_translation/src/ContentTranslationHandler.php
Process callback: determines which elements get clue in the form.
ContentTranslationHandlerTest::providerTestEntityFormSharedElements in core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php
Returns test cases for ::testEntityFormSharedElements().
ContentTranslationUITestBase::getValue in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Returns the value for the specified property in the given language.
ContentTranslationUITestBase::getValue in core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
Returns the value for the specified property in the given language.
ContextualLinkDefaultTest::testGetTitleWithTitleArguments in core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php
@covers ::getTitle
ContextualLinkManagerTest::testGetContextualLinksArrayByGroup in core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php
Tests the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testGetContextualLinksArrayByGroupAccessCheck in core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php
Tests the access checking of the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testPluginDefinitionAlter in core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php
Tests the plugins alter hook.
ControllerBaseTest::testGetConfig in core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php
Tests the config method.
core.data_types.schema.yml in core/config/schema/core.data_types.schema.yml
core/config/schema/core.data_types.schema.yml
core.entity.schema.yml in core/config/schema/core.entity.schema.yml
core/config/schema/core.entity.schema.yml
css_js_settings.libraries.yml in core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml
core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml
d6_date_formats.yml in core/modules/system/migrations/d6_date_formats.yml
core/modules/system/migrations/d6_date_formats.yml
d7_color.yml in core/modules/color/migrations/d7_color.yml
core/modules/color/migrations/d7_color.yml
DatabaseBackendTagTest::testTagInvalidations in core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php
DatabaseLockBackend::schemaDefinition in core/lib/Drupal/Core/Lock/DatabaseLockBackend.php
Defines the schema for the semaphore table.
Date::preRenderDate in core/lib/Drupal/Core/Render/Element/Date.php
Adds form-specific attributes to a 'date' #type element.
Date::validateOptionsForm in core/modules/views/src/Plugin/views/filter/Date.php
Simple validate handler
DateField::defineValueProcessPipeline in core/modules/datetime/src/Plugin/migrate/field/DateField.php
Apply any custom processing to the field bundle migrations.
DateField::defineValueProcessPipeline in core/modules/datetime/src/Plugin/migrate/field/d6/DateField.php
Apply any custom processing to the field bundle migrations.
DateRangeFieldTest::testDatelistWidget in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests Date Range List Widget functionality.
DateRangeItem::onChange in core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php
React to changes to a child property or item.
DateRangeItem::propertyDefinitions in core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php
Defines field item properties.
DateTimeItem::onChange in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
React to changes to a child property or item.
DateTimeItem::propertyDefinitions in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
Defines field item properties.
DateTimeItem::schema in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
Returns the schema for the field.
datetime_range_field_views_data in core/modules/datetime_range/datetime_range.views.inc
Implements hook_field_views_data().
DefaultLazyPluginCollectionTest::testSetInstanceConfiguration in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::setInstanceConfiguration
DefaultSingleLazyPluginCollectionTest::setupPluginCollection in core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
Sets up the default plugin collection.
DefaultSingleLazyPluginCollectionTest::testAddInstanceId in core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
@covers ::addInstanceId @covers ::getConfiguration @covers ::setConfiguration
DefaultTableMappingTest::testGetAllColumns in core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php
Tests DefaultTableMapping::getAllColumns().
DefaultTableMappingTest::testGetColumnNames in core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php
Tests DefaultTableMapping::getColumnNames().
DenormalizeTest::testDenormalizeValidCustomSerializedField in core/modules/hal/tests/src/Kernel/DenormalizeTest.php
Tests normalizing/denormalizing valid custom serialized fields.
DialogTest::testDialog in core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php
Test sending non-JS and AJAX requests to open and manipulate modals.
DiffArrayTest::setUp in core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php
DiffArrayTest::testDiffAssocRecursive in core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php
Tests DiffArray::diffAssocRecursive().
DisplayFeedTest::checkFeedViewUi in core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php
Checks views UI for a specific feed view.
DocParser::Annotation in core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php
Annotation ::= "@" AnnotationName MethodCall AnnotationName ::= QualifiedName | SimpleName QualifiedName ::= NameSpacePart "\" {NameSpacePart "\"}* SimpleName NameSpacePart ::= identifier | null | false |…
DocParser::Values in core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php
Values ::= Array | Value {"," Value}* [","]
drupal-8.views-entity-views-data-2455125.yml in core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml
core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml
drupal7.php in core/modules/migrate_drupal/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
DummyDestination::import in core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php
Import the row.
EditorController::filterXss in core/modules/editor/src/EditorController.php
Apply the necessary XSS filtering for using a certain text format's editor.
Element::isVisibleElement in core/lib/Drupal/Core/Render/Element.php
Determines if an element is visible.
ElementTest::testOptions in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests expansion of #options for #type checkboxes and radios.
Email::preRenderEmail in core/lib/Drupal/Core/Render/Element/Email.php
Prepares a #type 'email' render element for input.html.twig.
EntityDisplayBaseTest::testOnDependencyRemoval in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php
@covers ::onDependencyRemoval
EntityField::defineOptions in core/modules/views/src/Plugin/views/field/EntityField.php
Information about options for all kinds of purposes will be held here.
EntityFieldTest::doTestIntrospection in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityReferenceAdminTest::assertFieldSelectOptions in core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
Checks if a select element contains the specified options.
EntitySerializationTest::testDenormalizeValidCustomSerializedField in core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
Tests normalizing/denormalizing valid custom serialized fields.
EntityTranslationSettings::query in core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
EntityTypedDataDefinitionTest::testFields in core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata about fields.
EntityViewsData::processViewsDataForTextLong in core/modules/views/src/EntityViewsData.php
Processes the views data for a text field with formatting.
Equality::valueForm in core/modules/views/src/Plugin/views/filter/Equality.php
Provide a simple textfield for equality
ExposedFormUITest::testExposedAdminUi in core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
FieldableEntityNormalizerTrait::extractBundleData in core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php
Denormalizes the bundle property so entity creation can use it.
FieldDefinitionTest::setUp in core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php
FieldDiscoveryTest::testAddFields in core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php
Tests the addFields method.
FieldDiscoveryTest::testGetCckPluginManager in core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php
Tests the fallback to deprecated CCK Plugin Manager.
FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables in core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php
@covers ::normalizeValue
FieldItemBase::mainPropertyName in core/lib/Drupal/Core/Field/FieldItemBase.php
Returns the name of the main property, if any.
FieldPluginBaseTest::providerTestRenderAsExternalLinkWithPathAndTokens in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
Data provider for ::testRenderAsExternalLinkWithPathAndTokens().
FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndOptions in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
Data provider for ::testRenderAsLinkWithPathAndOptions().
FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
Data provider for ::testRenderAsLinkWithUrlAndOptions().
FieldPluginBaseTest::testRenderAsExternalLinkWithPathAndTokens in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
Test rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithoutPath in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
Test rendering as a link without a path.
FieldPluginBaseTest::testRenderAsLinkWithPathAndOptions in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
Test rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithPathAndTokens in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
Test rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions in core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
Tests link rendering with a URL and options.
FieldSqlStorageTest::testFieldLoad in core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
Tests field loading works correctly by inserting directly in the tables.
FieldSqlStorageTest::testFieldUpdateIndexesWithData in core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
Test adding and removing indexes while data is present.
FieldStorageCrudTest::testIndexes in core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php
Test creation of indexes on data column.
FieldTest::testClickSortWithBaseField in core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
@dataProvider providerSortOrders
FieldTest::testClickSortWithConfiguredField in core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
@dataProvider providerSortOrders
FieldTest::testDefineOptionsWithNoOptions in core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
@covers ::defineOptions
FieldTest::testPrepareItemsByDelta in core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
@covers ::prepareItemsByDelta
FieldTest::testQueryWithGroupByForBaseField in core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
@covers ::query
FieldTest::testQueryWithGroupByForConfigField in core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
@covers ::query
FieldUiTable::preRenderRegionRows in core/modules/field_ui/src/Element/FieldUiTable.php
Performs pre-render to move #regions to rows.
FieldUITest::testHandlerUI in core/modules/field/tests/src/Functional/Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldUITest::testHandlerUIAggregation in core/modules/field/tests/src/Functional/Views/FieldUITest.php
Tests the basic field handler form when aggregation is enabled.
field_test.schema.yml in core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml
core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml
field_test_entity_bundle_field_info_alter in core/modules/field/tests/modules/field_test/field_test.module
Implements hook_entity_bundle_field_info_alter().
FileWidget::formElement in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Returns the form for a single field widget.
filter.schema.yml in core/modules/filter/config/schema/filter.schema.yml
core/modules/filter/config/schema/filter.schema.yml
FilterDateTest::_testFilterDateUI in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Test date filter UI.
FilterFormTest::assertDisabledTextarea in core/modules/filter/tests/src/Functional/FilterFormTest.php
Asserts that a textarea with a given ID has been disabled from editing.
FilterPluginBase::buildExposedForm in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Render our chunk of the exposed filter form when selecting
FilterPluginBase::exposedTranslate in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Make some translations to a form item to make it more suitable to exposing.
FilterPluginBase::validateIdentifier in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Validates a filter identifier.
FilterUITest::testFilterIdentifier in core/modules/views_ui/tests/src/Functional/FilterUITest.php
Tests the identifier settings and restrictions.
FormStateTest::providerTestGetRedirect in core/tests/Drupal/Tests/Core/Form/FormStateTest.php
Provides test data for testing the getRedirect() method.
FormStoragePageCacheTest::getFormBuildId in core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
Return the build id of the current form.
FormSubmitterTest::providerTestRedirectWithUrl in core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php
Provides test data for testing the redirectForm() method with a route name.
FormSubmitterTest::testRedirectWithUrl in core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php
Tests redirectForm() when a redirect is a Url object.
FormTestAutocompleteForm::buildForm in core/modules/system/tests/modules/form_test/src/FormTestAutocompleteForm.php
Form constructor.
FormTestStatePersistForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php
Form constructor.
FormTestStatePersistForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php
Form submission handler.
FormTestStorageForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php
Form constructor.
FormTestStorageForm::continueSubmitForm in core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php
FormTestStorageForm::elementValidateValueCached in core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php
Form element validation handler for 'value' element.
FunctionsTest::testIndexedKeyedLinks in core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php
Tests links.html.twig using links with indexed keys.
FunctionsTest::testLinks in core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php
Tests links.html.twig.
GenericCacheBackendUnitTestBase::testSetGet in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
GenericCacheBackendUnitTestBase::testSetGet in core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
HandlerTest::testRelationshipUI in core/modules/views/tests/src/Functional/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
Hidden::preRenderHidden in core/lib/Drupal/Core/Render/Element/Hidden.php
Prepares a #type 'hidden' render element for input.html.twig.
HtmlTagTest::providerPreRenderHtmlTag in core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php
Data provider for preRenderHtmlTag test.
ImageButton::preRenderButton in core/lib/Drupal/Core/Render/Element/ImageButton.php
Prepares a #type 'button' render element for input.html.twig.
ImmutableConfigTest::testSet in core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
@covers ::set
InOperator::valueForm in core/modules/views/src/Plugin/views/filter/InOperator.php
Options form subform for setting options.
InOperator::valueSubmit in core/modules/views/src/Plugin/views/filter/InOperator.php
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
LanguageItem::onChange in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php
React to changes to a child property or item.
LegacyMigrationLookupTest::testCreateStubRow in core/modules/migrate/tests/src/Unit/process/LegacyMigrationLookupTest.php
Tests ::createStubRow()
LibraryDiscoveryParserTest::testLibraryWithCssJsSetting in core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
Tests a library with CSS/JavaScript and a setting.
LinkGeneratorTest::testGenerateOptions in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
Tests the link method with arbitrary passed options.
LinkGeneratorTest::testGenerateParametersAsQuery in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
Tests the link method with passed query options via parameters.
LinkGeneratorTest::testGenerateQuery in core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php
Tests the link method with passed query options.
ListFloatItem::schema in core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php
Returns the schema for the field.
ListIntegerItem::schema in core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php
Returns the schema for the field.
ListStringItem::schema in core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php
Returns the schema for the field.
LocalActionDefaultTest::testGetTitleWithTitleArguments in core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php
Tests the getTitle method with title arguments.
locale_form_language_admin_edit_form_alter in core/modules/locale/locale.module
Implements hook_form_FORM_ID_alter() for language_admin_edit_form().
LocalTaskDefaultTest::testGetTitleWithTitleArguments in core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php
@covers ::getTitle
ManageDisplayTest::assertFieldSelectOptions in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Checks if a select element contains the specified options.
MapBaseFieldTest::testUninstallMapItemBaseField in core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
Tests uninstalling map item base field.
media_library_post_update_add_buttons_to_page_view in core/modules/media_library/media_library.post_update.php
Add edit and delete button to media library view page display.
MenuLinkContentForm::buildEntity in core/modules/menu_link_content/src/Form/MenuLinkContentForm.php
Builds an updated entity object based upon the submitted form values.
MigrateMessageTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php
MigrationTest::testRequirementsForDestinationPlugin in core/modules/migrate/tests/src/Unit/MigrationTest.php
Tests checking requirements for destination plugins.
MigrationTest::testRequirementsForSourcePlugin in core/modules/migrate/tests/src/Unit/MigrationTest.php
Tests checking requirements for source plugins.
ModerationStateField::clickSort in core/modules/content_moderation/src/Plugin/views/field/ModerationStateField.php
Called to determine what to tell the clicksorter.
Name::valueValidate in core/modules/user/src/Plugin/views/filter/Name.php
Validate the options form.
node.views.schema.yml in core/modules/node/config/schema/node.views.schema.yml
core/modules/node/config/schema/node.views.schema.yml
NodeSearch::submitConfigurationForm in core/modules/node/src/Plugin/Search/NodeSearch.php
Form submission handler.
Number::preRenderNumber in core/lib/Drupal/Core/Render/Element/Number.php
Prepares a #type 'number' render element for input.html.twig.
NumericFilter::valueForm in core/modules/views/src/Plugin/views/filter/NumericFilter.php
Provide a simple textfield for equality
NumericFilter::valueForm in core/modules/views/src/Plugin/views/filter/NumericFilter.php
Provide a simple textfield for equality
options.schema.yml in core/modules/options/config/schema/options.schema.yml
core/modules/options/config/schema/options.schema.yml
OptionsDefaultFormatter::viewElements in core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php
Builds a renderable array for a field value.
PasswordConfirmTest::providerTestValueCallback in core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php
Data provider for testValueCallback().
PathAlias::baseFieldDefinitions in core/modules/path_alias/src/Entity/PathAlias.php
PathValidatorTest::testGetUrlIfValidWithAccess in core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php
Tests the getUrlIfValid() method when there is access.
PathValidatorTest::testGetUrlIfValidWithoutAccessCheck in core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php
Tests the getUrlIfValidWithoutAccessCheck() method.
PathValidatorTest::testIsValidWithLinkToAnyPageAccount in core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php
Tests the isValid() method with a 'link to any page' permission.
PathValidatorTest::testIsValidWithoutLinkToAnyPageAccount in core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php
Tests the isValid() method without the 'link to any page' permission.
PathValidatorTest::testIsValidWithPathAlias in core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php
Tests the isValid() method with a path alias.
PluginBaseTest::providerTestSetOptionDefault in core/modules/views/tests/src/Unit/PluginBaseTest.php
Data provider for testSetOptionDefault().
PluginBaseTest::providerTestUnpackOptions in core/modules/views/tests/src/Unit/PluginBaseTest.php
Data provider for testUnpackOptions().
PluginBaseTest::testGetPluginDefinition in core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php
@covers ::getPluginDefinition
PrivateTempStoreTest::testSetWithNoLockAvailable in core/modules/user/tests/src/Unit/PrivateTempStoreTest.php
Tests the set() method with no lock available.
PrivateTempStoreTest::testSetWithNoLockAvailable in core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php
Tests the set() method with no lock available.
ProfileFieldValues::fields in core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php
Returns available fields on the source.
ProfileFieldValues::prepareRow in core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php
Adds additional data to the row.
Radio::preRenderRadio in core/lib/Drupal/Core/Render/Element/Radio.php
Prepares a #type 'radio' render element for input.html.twig.
Range::preRenderRange in core/lib/Drupal/Core/Render/Element/Range.php
Prepares a #type 'range' render element for input.html.twig.
RedirectDestinationTest::providerGet in core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php
RegistryTest::testThemeRegistryAlterByTheme in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests that the theme registry can be altered by themes.
RenderElementTypesTest::testHtmlTag in core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php
Tests system #type 'html_tag'.
RequestSanitizerTest::providerTestRequestSanitization in core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php
Data provider for testRequestSanitization.
ResourceTestBase::doTestSparseFieldSets in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Tests sparse field sets.
RouteMatchTestBase::routeMatchProvider in core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php
Provide sets of parameters and expected parameters for parameter tests.
SaveUploadTest::testInvalidUtf8FilenameUpload in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests that filenames containing invalid UTF-8 are rejected.
Search::preRenderSearch in core/lib/Drupal/Core/Render/Element/Search.php
Prepares a #type 'search' render element for input.html.twig.
SecuredRedirectResponseTest::testRedirectCopy in core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php
Test copying of redirect response.
SharedTempStoreTest::testSetWithNoLockAvailable in core/modules/user/tests/src/Unit/SharedTempStoreTest.php
Tests the set() method with no lock available.
SharedTempStoreTest::testSetWithNoLockAvailable in core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php
Tests the set() method with no lock available.
Sql::getFieldSchema in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Creates schema from an ID definition.
SqlContentEntityStorageSchemaTest::testGetSchemaBase in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
Tests the schema for non-revisionable, non-translatable entities.
StorableConfigBase::castValue in core/lib/Drupal/Core/Config/StorableConfigBase.php
Casts the value to correct data type using the configuration schema.
StringFilter::valueForm in core/modules/views/src/Plugin/views/filter/StringFilter.php
Provide a simple textfield for equality
StringFilter::valueForm in core/modules/views/src/Plugin/views/filter/StringFilter.php
Provide a simple textfield for equality
system_schema in core/modules/system/system.install
Implements hook_schema().
taxonomy.views.schema.yml in core/modules/taxonomy/config/schema/taxonomy.views.schema.yml
core/modules/taxonomy/config/schema/taxonomy.views.schema.yml
TaxonomyIndexTid::valueValidate in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
Validate the options form.
TaxonomyIndexTidUiTest::testFilterUI in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
Tests the filter UI.
Tel::preRenderTel in core/lib/Drupal/Core/Render/Element/Tel.php
Prepares a #type 'tel' render element for input.html.twig.
telephone.schema.yml in core/modules/telephone/config/schema/telephone.schema.yml
core/modules/telephone/config/schema/telephone.schema.yml
template_preprocess_views_ui_build_group_filter_form in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI build group filter form templates.
TestFieldConstraint::getRequiredOptions in core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php
TestItem::schema in core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
Returns the schema for the field.
TestItemTest::testTestItem in core/modules/field/tests/src/Kernel/TestItemTest.php
Tests using entity fields of the field field type.
test_theme_theme_registry_alter in core/modules/system/tests/themes/test_theme/test_theme.theme
Implements hook_theme_registry_alter().
text.schema.yml in core/modules/text/config/schema/text.schema.yml
core/modules/text/config/schema/text.schema.yml
TextCckTest::testProcessBooleanTextExplicitValues in core/modules/text/tests/src/Unit/Migrate/TextCckTest.php
@covers ::processCckFieldValues
TextCckTest::testProcessBooleanTextExplicitValues in core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php
@covers ::processCckFieldValues
TextCckTest::testProcessBooleanTextImplicitValues in core/modules/text/tests/src/Unit/Migrate/TextCckTest.php
@covers ::processCckFieldValues
TextCckTest::testProcessBooleanTextImplicitValues in core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php
@covers ::processCckFieldValues
TextCckTest::testProcessFilteredTextFieldValues in core/modules/text/tests/src/Unit/Migrate/TextCckTest.php
@covers ::processCckFieldValues
TextCckTest::testProcessFilteredTextFieldValues in core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php
@covers ::processCckFieldValues
TextField::defineValueProcessPipeline in core/modules/text/src/Plugin/migrate/field/d6/TextField.php
Apply any custom processing to the field bundle migrations.
Textfield::preRenderTextfield in core/lib/Drupal/Core/Render/Element/Textfield.php
Prepares a #type 'textfield' render element for input.html.twig.
TextField::processCckFieldValues in core/modules/text/src/Plugin/migrate/cckfield/TextField.php
Apply any custom processing to the field bundle migrations.
TextFieldTest::testBooleanTextExplicitValueProcessPipeline in core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php
@covers ::defineValueProcessPipeline
TextFieldTest::testBooleanTextImplicitValueProcessPipeline in core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php
@covers ::defineValueProcessPipeline
TextFieldTest::testFilteredTextValueProcessPipeline in core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php
@covers ::defineValueProcessPipeline
TextFieldTest::testProcessBooleanTextExplicitValues in core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php
Calls the deprecated processFieldValues() method to test BC.
TextFieldTest::testProcessBooleanTextExplicitValues in core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php
@covers ::defineValueProcessPipeline
TextFieldTest::testProcessBooleanTextImplicitValues in core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php
Calls the deprecated processFieldValues() method to test BC.
TextFieldTest::testProcessBooleanTextImplicitValues in core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php
@covers ::defineValueProcessPipeline
TextFieldTest::testProcessFilteredTextFieldValues in core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php
Calls the deprecated processFieldValues() method to test BC.
TextFieldTest::testProcessFilteredTextFieldValues in core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php
@covers ::defineValueProcessPipeline
TextFormat::processFormat in core/modules/filter/src/Element/TextFormat.php
Expands an element into a base element with text format selector attached.
TitleResolverTest::providerTestStaticTitleWithParameter in core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php
TitleResolverTest::testStaticTitleWithParameter in core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php
Tests a static title with a parameter.
TriggeringElementTest::testAttemptAccessControlBypass in core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
Tests attempts to bypass access control.
TwigNodeTrans::compileString in core/lib/Drupal/Core/Template/TwigNodeTrans.php
Extracts the text and tokens for the "trans" tag.
TwigNodeVisitor::doLeaveNode in core/lib/Drupal/Core/Template/TwigNodeVisitor.php
UninstallTest::testUninstallPage in core/modules/system/tests/src/Functional/Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
update_test.schema.yml in core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml
core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml
Url::preRenderUrl in core/lib/Drupal/Core/Render/Element/Url.php
Prepares a #type 'url' render element for input.html.twig.
UrlTest::testMergeOptions in core/tests/Drupal/Tests/Core/UrlTest.php
Tests the mergeOptions() method.
User::baseFieldDefinitions in core/modules/user/src/Entity/User.php
User::prepareRow in core/modules/user/src/Plugin/migrate/source/d7/User.php
Adds additional data to the row.
UserPasswordForm::buildForm in core/modules/user/src/Form/UserPasswordForm.php
Form constructor.
UuidItem::schema in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php
Returns the schema for the field.
VariableMultiRow::fields in core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php
Returns available fields on the source.
VariableMultiRow::prepareRow in core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php
Adds additional data to the row.
ViewEditTest::testEditFormLanguageOptions in core/modules/views_ui/tests/src/Functional/ViewEditTest.php
Tests the language options on the views edit form.
views.data_types.schema.yml in core/modules/views/config/schema/views.data_types.schema.yml
core/modules/views/config/schema/views.data_types.schema.yml
views.filter.schema.yml in core/modules/views/config/schema/views.filter.schema.yml
core/modules/views/config/schema/views.filter.schema.yml
views.view.aggregator_sources.yml in core/modules/aggregator/config/optional/views.view.aggregator_sources.yml
core/modules/aggregator/config/optional/views.view.aggregator_sources.yml
views.view.articles_aside.yml in core/profiles/demo_umami/config/install/views.view.articles_aside.yml
core/profiles/demo_umami/config/install/views.view.articles_aside.yml
views.view.base_and_revision.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml
views.view.block_content.yml in core/modules/block_content/config/optional/views.view.block_content.yml
core/modules/block_content/config/optional/views.view.block_content.yml
views.view.block_content_2976334.yml in core/modules/block_content/tests/fixtures/update/views.view.block_content_2976334.yml
core/modules/block_content/tests/fixtures/update/views.view.block_content_2976334.yml
views.view.comment.yml in core/modules/comment/config/optional/views.view.comment.yml
core/modules/comment/config/optional/views.view.comment.yml
views.view.computed_field_view.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.computed_field_view.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.computed_field_view.yml
views.view.content_recent.yml in core/modules/node/config/optional/views.view.content_recent.yml
core/modules/node/config/optional/views.view.content_recent.yml
views.view.contextual_recent.yml in core/modules/contextual/tests/modules/contextual_test/config/optional/views.view.contextual_recent.yml
core/modules/contextual/tests/modules/contextual_test/config/optional/views.view.contextual_recent.yml
views.view.dblog_integration_test.yml in core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.dblog_integration_test.yml
core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.dblog_integration_test.yml
views.view.entity_reference_plugins_2429191.yml in core/modules/field/tests/fixtures/update/views.view.entity_reference_plugins_2429191.yml
core/modules/field/tests/fixtures/update/views.view.entity_reference_plugins_2429191.yml
views.view.entity_test_mul_revlog_for_2248983.yml in core/modules/system/tests/fixtures/update/views.view.entity_test_mul_revlog_for_2248983.yml
core/modules/system/tests/fixtures/update/views.view.entity_test_mul_revlog_for_2248983.yml
views.view.entity_test_revlog_for_2248983.yml in core/modules/system/tests/fixtures/update/views.view.entity_test_revlog_for_2248983.yml
core/modules/system/tests/fixtures/update/views.view.entity_test_revlog_for_2248983.yml
views.view.featured_articles.yml in core/profiles/demo_umami/config/install/views.view.featured_articles.yml
core/profiles/demo_umami/config/install/views.view.featured_articles.yml
views.view.files.yml in core/modules/file/config/optional/views.view.files.yml
core/modules/file/config/optional/views.view.files.yml
views.view.latest.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.latest.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.latest.yml
views.view.legacy_bulk_form.yml in core/modules/views/tests/fixtures/update/views.view.legacy_bulk_form.yml
core/modules/views/tests/fixtures/update/views.view.legacy_bulk_form.yml
views.view.media.yml in core/profiles/demo_umami/config/optional/views.view.media.yml
core/profiles/demo_umami/config/optional/views.view.media.yml
views.view.media.yml in core/modules/media/config/optional/views.view.media.yml
core/modules/media/config/optional/views.view.media.yml
views.view.media_library.yml in core/modules/media_library/config/install/views.view.media_library.yml
core/modules/media_library/config/install/views.view.media_library.yml
views.view.moderated_content.yml in core/modules/content_moderation/config/optional/views.view.moderated_content.yml
core/modules/content_moderation/config/optional/views.view.moderated_content.yml
views.view.node_id_argument.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml
views.view.node_link_update_test.yml in core/modules/views/tests/fixtures/update/views.view.node_link_update_test.yml
core/modules/views/tests/fixtures/update/views.view.node_link_update_test.yml
views.view.no_entity_translation_view.yml in core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml
core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml
views.view.placeholder_text_test.yml in core/modules/views/tests/fixtures/update/views.view.placeholder_text_test.yml
core/modules/views/tests/fixtures/update/views.view.placeholder_text_test.yml
views.view.promoted_items.yml in core/profiles/demo_umami/config/install/views.view.promoted_items.yml
core/profiles/demo_umami/config/install/views.view.promoted_items.yml
views.view.recipes.yml in core/profiles/demo_umami/config/install/views.view.recipes.yml
core/profiles/demo_umami/config/install/views.view.recipes.yml
views.view.recipe_collections.yml in core/profiles/demo_umami/config/install/views.view.recipe_collections.yml
core/profiles/demo_umami/config/install/views.view.recipe_collections.yml
views.view.rest_export_with_authorization.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization.yml
views.view.rest_export_with_authorization_correction.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization_correction.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization_correction.yml
views.view.test_argument_default_node.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml
views.view.test_argument_dependency.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml
views.view.test_argument_taxonomy_index_tid_depth.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_index_tid_depth.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_index_tid_depth.yml
views.view.test_argument_taxonomy_vocabulary.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_vocabulary.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_vocabulary.yml
views.view.test_argument_transform_term.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_transform_term.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_transform_term.yml
views.view.test_argument_validator_term.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml
views.view.test_block_content_redirect_destination.yml in core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml
core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml
views.view.test_block_view.yml in core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml
core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml
views.view.test_book_view.yml in core/modules/book/tests/modules/book_test_views/test_views/views.view.test_book_view.yml
core/modules/book/tests/modules/book_test_views/test_views/views.view.test_book_view.yml
views.view.test_comment_count.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_count.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_count.yml
views.view.test_comment_field_name.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml
views.view.test_comment_operations.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml
views.view.test_comment_rest.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml
views.view.test_content_moderation_base_table_test.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_base_table_test.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_base_table_test.yml
views.view.test_content_moderation_field_state_test.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_field_state_test.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_field_state_test.yml
views.view.test_content_moderation_filter_via_relationship.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_filter_via_relationship.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_filter_via_relationship.yml
views.view.test_content_moderation_revision_test.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_revision_test.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_revision_test.yml
views.view.test_content_moderation_state_filter_base_table.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table.yml
views.view.test_content_moderation_state_filter_base_table_filter_group_or.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_group_or.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_group_or.yml
views.view.test_content_moderation_state_filter_base_table_filter_on_revision.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_on_revision.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_on_revision.yml
views.view.test_content_moderation_state_filter_revision_table.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_revision_table.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_revision_table.yml
views.view.test_content_moderation_state_sort_base_table.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_base_table.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_base_table.yml
views.view.test_content_moderation_state_sort_revision_table.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_revision_table.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_revision_table.yml
views.view.test_datetime_range_filter_values.yml in core/modules/datetime_range/tests/fixtures/update/views.view.test_datetime_range_filter_values.yml
core/modules/datetime_range/tests/fixtures/update/views.view.test_datetime_range_filter_values.yml
views.view.test_display_feed.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml
views.view.test_duplicate_field_handlers.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml
views.view.test_entity_reference_entity_test.yml in core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference_entity_test.yml
core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference_entity_test.yml
views.view.test_entity_reference_group_by_empty_relationships.yml in core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_group_by_empty_relationships.yml
core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_group_by_empty_relationships.yml
views.view.test_entity_row_renderers_revisions_base.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers_revisions_base.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers_revisions_base.yml
views.view.test_entity_test_link.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml
views.view.test_excluded_field_token_display.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml
views.view.test_exposed_filters.yml in core/modules/views/tests/fixtures/update/views.view.test_exposed_filters.yml
core/modules/views/tests/fixtures/update/views.view.test_exposed_filters.yml
views.view.test_feed_icon.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_icon.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_icon.yml
views.view.test_field_body.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_body.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_body.yml
views.view.test_field_field_attachment_test.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_attachment_test.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_attachment_test.yml
views.view.test_filter_in_operator_ui.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml
views.view.test_filter_node_access.yml in core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_access.yml
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_access.yml
views.view.test_filter_placeholder_text.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_placeholder_text.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_placeholder_text.yml
views.view.test_group_by_count_multicardinality.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count_multicardinality.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count_multicardinality.yml
views.view.test_group_by_field_not_within_bundle.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_field_not_within_bundle.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_field_not_within_bundle.yml
views.view.test_group_rows.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml
views.view.test_latest_revision_filter.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_revision_filter.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_revision_filter.yml
views.view.test_latest_translation_affected_revision_filter.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml
views.view.test_media_bulk_form.yml in core/modules/media/tests/modules/media_test_views/config/install/views.view.test_media_bulk_form.yml
core/modules/media/tests/modules/media_test_views/config/install/views.view.test_media_bulk_form.yml
views.view.test_month_date_plugin.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_month_date_plugin.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_month_date_plugin.yml
views.view.test_new_comments.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
views.view.test_nid_argument.yml in core/modules/node/tests/modules/node_test_views/test_views/views.view.test_nid_argument.yml
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_nid_argument.yml
views.view.test_node_revision_uid.yml in core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_uid.yml
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_uid.yml
views.view.test_node_tokens.yml in core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_tokens.yml
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_tokens.yml
views.view.test_node_views_analyze.yml in core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_views_analyze.yml
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_views_analyze.yml
views.view.test_row_render_cache.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache.yml
views.view.test_row_render_cache_none.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache_none.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache_none.yml
views.view.test_serializer_node_display_field.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml
views.view.test_serializer_node_exposed_filter.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml
views.view.test_style_opml.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_opml.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_opml.yml
views.view.test_table_max_age.yml in core/modules/views/tests/fixtures/update/views.view.test_table_max_age.yml
core/modules/views/tests/fixtures/update/views.view.test_table_max_age.yml
views.view.test_taxonomy_glossary.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_taxonomy_glossary.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_taxonomy_glossary.yml
views.view.test_taxonomy_term_relationship.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml
views.view.test_taxonomy_term_view_without_content_translation_status.yml in core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_without_content_translation_status.yml
core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_without_content_translation_status.yml
views.view.test_taxonomy_term_view_with_content_translation_status.yml in core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_with_content_translation_status.yml
core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_with_content_translation_status.yml
views.view.test_token_view.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
views.view.test_ungroup_rows.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml
views.view.test_user_bulk_form_combine_filter.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml
views.view.test_user_fields_access.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml
views.view.test_user_path.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_user_path.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_user_path.yml
views.view.test_user_roles_rid.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_roles_rid.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_roles_rid.yml
views.view.test_view_block_with_context.yml in core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block_with_context.yml
core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block_with_context.yml
views.view.user_admin_people.yml in core/modules/user/config/optional/views.view.user_admin_people.yml
core/modules/user/config/optional/views.view.user_admin_people.yml
views.view.watchdog.yml in core/modules/dblog/config/optional/views.view.watchdog.yml
core/modules/dblog/config/optional/views.view.watchdog.yml
ViewsConfigUpdater::processMultivalueBaseFieldHandler in core/modules/views/src/ViewsConfigUpdater.php
Processes handlers affected by the multivalue base field update.
views_field_default_views_data in core/modules/views/views.views.inc
Default views data implementation for a field.
WebTestBase::drupalProcessAjaxResponse in core/modules/simpletest/src/WebTestBase.php
Processes an AJAX response into current content.
WidgetOEmbedTest::testWidgetOEmbed in core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php
Tests that oEmbed media can be added in the Media library's widget.
WidgetOEmbedTest::testWidgetOEmbedAdvancedUi in core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php
Tests that oEmbed media can be added in the widget's advanced UI.
WidgetUploadTest::testWidgetUpload in core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php
Tests that uploads in the Media library's widget works as expected.
WidgetUploadTest::testWidgetUploadAdvancedUi in core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php
Tests that uploads in the widget's advanced UI works as expected.
WorkflowDependenciesTest::testOnDependencyRemoval in core/modules/workflows/tests/src/Kernel/WorkflowDependenciesTest.php
Tests \Drupal\workflows\Entity\Workflow::onDependencyRemoval().
Workspace::baseFieldDefinitions in core/modules/workspaces/src/Entity/Workspace.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.