731 string references to 'Name'

AccountForm::flagViolations in core/modules/user/src/AccountForm.php
Flags violations for the current form.
AccountForm::form in core/modules/user/src/AccountForm.php
Gets the actual form array to be built.
AccountForm::getEditedFieldNames in core/modules/user/src/AccountForm.php
Gets the names of all fields edited in the form.
AccountSettingsForm::buildForm in core/modules/user/src/AccountSettingsForm.php
Form constructor.
AddFormBase::buildEntityFormElement in core/modules/media_library/src/Form/AddFormBase.php
Builds the sub-form for setting required fields on a new media item.
AddFormBase::buildEntityFormElement in core/modules/media_library/src/Form/AddFormBase.php
Builds the sub-form for setting required fields on a new media item.
AdminUiTest::testSettingsOnlyFireAjaxWithCkeditor5 in core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php
Confirm settings only trigger AJAX when select value is CKEditor 5.
AlterTest::testAlterChangeConditional in core/tests/Drupal/KernelTests/Core/Database/AlterTest.php
Tests that we can alter a query's conditionals.
AlterTest::testAlterChangeFields in core/tests/Drupal/KernelTests/Core/Database/AlterTest.php
Tests that we can alter the fields of a query.
AlterTest::testAlterExpression in core/tests/Drupal/KernelTests/Core/Database/AlterTest.php
Tests that we can alter expressions in the query.
AlterTest::testAlterRemoveRange in core/tests/Drupal/KernelTests/Core/Database/AlterTest.php
Tests that we can remove a range() value from a query.
AlterTest::testSimpleAlter in core/tests/Drupal/KernelTests/Core/Database/AlterTest.php
Tests that we can do basic alters.
AlterTest::testSimpleAlterSubquery in core/tests/Drupal/KernelTests/Core/Database/AlterTest.php
Tests that we can do basic alters on subqueries.
ArbitraryRebuildTest::testUserRegistrationMultipleField in core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
Tests a rebuild caused by a multiple value field.
ArbitraryRebuildTest::testUserRegistrationRebuild in core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
Tests a basic rebuild with the user registration form.
AreaDisplayLinkTest::setUp in core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php
AreaDisplayLinkTest::testAreaDisplayLink in core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php
Tests the views area display_link handler.
AreaDisplayLinkTest::testAreaDisplayLink in core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php
Tests the views area display_link handler.
AreaResultTest::testResultEmpty in core/modules/views/tests/src/Kernel/Handler/AreaResultTest.php
Tests the results area handler.
AreaTitleWebTest::testTitleText in core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php
Tests the title area handler.
ArgumentDefaultTest::testArgumentDefaultPlugin in core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php
Tests the argument default test plugin.
ArgumentLanguageTest::testArgument in core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php
Tests the language argument.
ArgumentValidatorTest::testArgumentValidatorPlugin in core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php
Tests the argument validator test plugin.
AssertContentTrait::assertField in core/tests/Drupal/KernelTests/AssertContentTrait.php
Asserts that a field exists with the given name or ID.
AssertContentTrait::assertFieldByName in core/tests/Drupal/KernelTests/AssertContentTrait.php
Asserts that a field exists with the given name and value.
AssertContentTrait::assertNoField in core/tests/Drupal/KernelTests/AssertContentTrait.php
Asserts that a field does not exist with the given name or ID.
AssertContentTrait::assertNoFieldByName in core/tests/Drupal/KernelTests/AssertContentTrait.php
Asserts that a field does not exist with the given name and value.
AuthorNameFormatter::isApplicable in core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php
Returns if the formatter can be used for the provided field.
BasicAuth::challengeException in core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php
Constructs an exception which is used to generate the challenge.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests http basic authentication.
BasicSyntaxTest::testConcatWsFields in core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php
Tests string concatenation with separator, with field values.
BasicTest::testSimpleArgument in core/modules/views/tests/src/Kernel/BasicTest.php
Tests simple argument.
BasicTest::testSimpleFiltering in core/modules/views/tests/src/Kernel/BasicTest.php
Tests filtering of the result set.
BasicTest::testSimpleResultSet in core/modules/views/tests/src/Kernel/BasicTest.php
Tests a trivial result set.
BrowserTestBaseTest::testFieldAssertsForTextfields in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests field asserts using textfields.
BulkOperationsTest::testBulkOperations in core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php
Button::preRenderButton in core/lib/Drupal/Core/Render/Element/Button.php
Prepares a #type 'button' render element for input.html.twig.
CacheTest::testArgumentDefaultCache in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests that cacheability metadata is carried over from argument defaults.
CacheTest::testCacheContextIntegration in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests the cache context integration for views result cache.
CacheTest::testTimeResultCachingWithFilter in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests result caching with filters.
CacheTest::testTimeResultCachingWithPager in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests result caching with a pager.
CacheTest::viewsData in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Returns the views data definition.
Callbacks::validateName in core/modules/system/tests/modules/form_test/src/Callbacks.php
Form element validation handler for 'name' in form_test_validate_form().
CastedIntFieldJoinTestBase::testBuildJoin in core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php
Tests base join functionality.
Checkbox::preRenderCheckbox in core/lib/Drupal/Core/Render/Element/Checkbox.php
Prepares a #type 'checkbox' render element for input.html.twig.
CheckboxTest::testFormCheckbox in core/modules/system/tests/src/Functional/Form/CheckboxTest.php
CheckpointStorageTest::testConfigSaveAndRead in core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CKEditor5::submitConfigurationForm in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Form submission handler.
CKEditor5TestBase::createNewTextFormat in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php
Create a new text format using CKEditor 5.
Color::preRenderColor in core/lib/Drupal/Core/Render/Element/Color.php
Prepares a #type 'color' render element for input.html.twig.
Comment::preSave in core/modules/comment/src/Entity/Comment.php
Acts on an entity before the presave hook is invoked.
Comment::query in core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
Comment::setAuthorName in core/modules/comment/src/Entity/Comment.php
Sets the name of the author of the comment.
CommentAccessControlHandler::checkFieldAccess in core/modules/comment/src/CommentAccessControlHandler.php
Default field access as determined by this access control handler.
CommentAdminOverview::buildForm in core/modules/comment/src/Form/CommentAdminOverview.php
Form constructor for the comment overview administration form.
CommentForm::buildEntity in core/modules/comment/src/CommentForm.php
Builds an updated entity object based upon the submitted form values.
CommentForm::flagViolations in core/modules/comment/src/CommentForm.php
Flags violations for the current form.
CommentForm::getEditedFieldNames in core/modules/comment/src/CommentForm.php
Gets the names of all fields edited in the form.
CommentNameConstraint::coversFields in core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php
An array of entity fields which should be passed to the validator.
CommentType::query in core/modules/comment/src/Plugin/migrate/source/CommentType.php
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.
CommentViewsFieldAccessTest::testCommentFields in core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php
Check access for comment fields.
comment_views_data_alter in core/modules/comment/comment.views.inc
Implements hook_views_data_alter().
ComposerIntegrationTest::getContentHash in core/tests/Drupal/Tests/ComposerIntegrationTest.php
Returns the md5 hash of the sorted content of the composer file.
ComposerProjectTemplatesTest::testVerifyTemplateTestProviderIsAccurate in core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
Make sure we've accounted for all the templates.
ConditionTest::dataProviderTestCompileWithKnownOperators in core/tests/Drupal/Tests/Core/Database/ConditionTest.php
Provides a list of known operations and the expected output.
ConditionTest::providerSimpleCondition 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
Config::query in core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php
ConfigAccessTest::testBlockConfigAccess in core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php
Tests access to block forms with related configuration is correct.
ConfigDependencyManager::getDependentEntities in core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php
Gets dependencies.
ConfigDependencyManager::sortAll in core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php
Sorts the dependencies in order of most dependent last.
ConfigImporterTest::testUninstallThemeIncrementsCount in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that uninstall a theme in config import correctly imports all config.
ConfigImportUITest::testImport in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportLock in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests concurrent importing of configuration.
ConfigImportUITest::testImportValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests that multiple validation errors are listed on the page.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
Tests install profile config changes.
ConfigModuleOverridesTest::testSimpleModuleOverrides in core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php
ConfigOverridesPriorityTest::testOverridePriorities in core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php
ConfigSingleImportExportTest::testImportSimpleConfiguration in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
Tests importing a simple configuration file.
ConfigSync::buildForm in core/modules/config/src/Form/ConfigSync.php
Form constructor.
ConfigTargetTest::testFromFormString in core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
@covers ::fromForm @covers ::fromString
ConfigTranslationUiSiteInformationTest::testSiteInformationTranslationUi in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiSiteInformationTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testAlterInfo in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the config_translation_info_alter() hook.
ConfirmFormTest::testConfirmForm in core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
ConnectionTest::providerEscapeDatabase in core/tests/Drupal/Tests/Core/Database/ConnectionTest.php
Data provider for testEscapeDatabase.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::testSiteWideContact in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
contact_mail in core/modules/contact/contact.module
Implements hook_mail().
ContentEntityTest::testMediaSource in core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php
Tests media source plugin.
ContentEntityTest::testTermSource in core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php
Tests term source plugin.
ContentEntityTest::testUserSource in core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php
Tests user source plugin.
ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContextHandlerTest::testApplyContextMappingConfigurableAssigned in core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
@covers ::applyContextMapping
ContextHandlerTest::testApplyContextMappingConfigurableAssignedMiss in core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
@covers ::applyContextMapping
CronQueueTest::testDelayException in core/modules/system/tests/src/Kernel/System/CronQueueTest.php
Tests that DelayedRequeueException behaves as expected when running cron.
d6_comment.yml in core/modules/comment/migrations/d6_comment.yml
core/modules/comment/migrations/d6_comment.yml
d6_comment_type.yml in core/modules/comment/migrations/d6_comment_type.yml
core/modules/comment/migrations/d6_comment_type.yml
d6_date_formats.yml in core/modules/system/migrations/d6_date_formats.yml
core/modules/system/migrations/d6_date_formats.yml
d6_filter_format.yml in core/modules/filter/migrations/d6_filter_format.yml
core/modules/filter/migrations/d6_filter_format.yml
d6_imagecache_presets.yml in core/modules/image/migrations/d6_imagecache_presets.yml
core/modules/image/migrations/d6_imagecache_presets.yml
d6_node_type.yml in core/modules/node/migrations/d6_node_type.yml
core/modules/node/migrations/d6_node_type.yml
d6_taxonomy_term.yml in core/modules/taxonomy/migrations/d6_taxonomy_term.yml
core/modules/taxonomy/migrations/d6_taxonomy_term.yml
d6_taxonomy_term_localized_translation.yml in core/modules/content_translation/migrations/d6_taxonomy_term_localized_translation.yml
core/modules/content_translation/migrations/d6_taxonomy_term_localized_translation.yml
d6_taxonomy_term_translation.yml in core/modules/content_translation/migrations/d6_taxonomy_term_translation.yml
core/modules/content_translation/migrations/d6_taxonomy_term_translation.yml
d6_taxonomy_vocabulary.yml in core/modules/taxonomy/migrations/d6_taxonomy_vocabulary.yml
core/modules/taxonomy/migrations/d6_taxonomy_vocabulary.yml
d6_taxonomy_vocabulary_translation.yml in core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml
core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml
d6_user.yml in core/modules/user/migrations/d6_user.yml
core/modules/user/migrations/d6_user.yml
d6_user_role.yml in core/modules/user/migrations/d6_user_role.yml
core/modules/user/migrations/d6_user_role.yml
d6_vocabulary_field_instance.yml in core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml
core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml
D7NodeDeriver::getDerivativeDefinitions in core/modules/node/src/Plugin/migrate/D7NodeDeriver.php
Gets the definition of all derivatives of a base plugin.
D7TaxonomyTermDeriver::getDerivativeDefinitions in core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php
Gets the definition of all derivatives of a base plugin.
d7_comment.yml in core/modules/comment/migrations/d7_comment.yml
core/modules/comment/migrations/d7_comment.yml
d7_comment_type.yml in core/modules/comment/migrations/d7_comment_type.yml
core/modules/comment/migrations/d7_comment_type.yml
d7_filter_format.yml in core/modules/filter/migrations/d7_filter_format.yml
core/modules/filter/migrations/d7_filter_format.yml
d7_image_styles.yml in core/modules/image/migrations/d7_image_styles.yml
core/modules/image/migrations/d7_image_styles.yml
d7_node_type.yml in core/modules/node/migrations/d7_node_type.yml
core/modules/node/migrations/d7_node_type.yml
d7_taxonomy_term.yml in core/modules/taxonomy/migrations/d7_taxonomy_term.yml
core/modules/taxonomy/migrations/d7_taxonomy_term.yml
d7_taxonomy_term_entity_translation.yml in core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml
core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml
d7_taxonomy_term_localized_translation.yml in core/modules/content_translation/migrations/d7_taxonomy_term_localized_translation.yml
core/modules/content_translation/migrations/d7_taxonomy_term_localized_translation.yml
d7_taxonomy_term_translation.yml in core/modules/content_translation/migrations/d7_taxonomy_term_translation.yml
core/modules/content_translation/migrations/d7_taxonomy_term_translation.yml
d7_taxonomy_vocabulary.yml in core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml
core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml
d7_taxonomy_vocabulary_translation.yml in core/modules/config_translation/migrations/d7_taxonomy_vocabulary_translation.yml
core/modules/config_translation/migrations/d7_taxonomy_vocabulary_translation.yml
d7_theme_settings.yml in core/modules/system/migrations/d7_theme_settings.yml
core/modules/system/migrations/d7_theme_settings.yml
d7_user.yml in core/modules/user/migrations/d7_user.yml
core/modules/user/migrations/d7_user.yml
d7_user_role.yml in core/modules/user/migrations/d7_user_role.yml
core/modules/user/migrations/d7_user_role.yml
DatabaseLockBackend::schemaDefinition in core/lib/Drupal/Core/Lock/DatabaseLockBackend.php
Defines the schema for the semaphore table.
DatabaseQueue::schemaDefinition in core/lib/Drupal/Core/Queue/DatabaseQueue.php
Defines the schema for the queue table.
DatabaseStorage::getMultiple in core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
Returns the stored key/value pairs for a given set of keys.
DatabaseStorage::listAll in core/lib/Drupal/Core/Config/DatabaseStorage.php
Gets configuration object names starting with a given prefix.
DatabaseStorage::schemaDefinition in core/lib/Drupal/Core/Config/DatabaseStorage.php
Defines the schema for the configuration table.
DatabaseStorage::schemaDefinition in core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
Defines the schema for the key_value table.
DatabaseStorageExpirable::schemaDefinition in core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
Defines the schema for the key_value_expire table.
database_test_query_alter in core/modules/system/tests/modules/database_test/database_test.module
Implements hook_query_alter().
database_test_schema in core/modules/system/tests/modules/database_test/database_test.install
Implements hook_schema().
Date::preRenderDate in core/lib/Drupal/Core/Render/Element/Date.php
Adds form-specific attributes to a 'date' #type element.
DateFormatFormBase::form in core/modules/system/src/Form/DateFormatFormBase.php
Gets the actual form array to be built.
DateFormatListBuilder::buildHeader in core/modules/system/src/DateFormatListBuilder.php
Builds the header row for the entity listing.
DefaultTableMappingIntegrationTest::testGetAllFieldTableNames in core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php
@covers ::getAllFieldTableNames
DefaultTableMappingIntegrationTest::testGetFieldTableName in core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php
Tests DefaultTableMapping::getFieldTableName().
DefaultTableMappingTest::testGetAllColumns in core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php
Tests DefaultTableMapping::getAllColumns().
DefaultTableMappingTest::testGetExtraColumns in core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php
Tests DefaultTableMapping::getExtraColumns().
DefaultTableMappingTest::testGetFieldNames in core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php
Tests DefaultTableMapping::getFieldNames().
Dependency::__sleep in core/lib/Drupal/Core/Extension/Dependency.php
Prevents unnecessary serialization of constraint objects.
DisplayKernelTest::testisIdentifierUnique in core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php
Tests the ::isIdentifierUnique method.
DisplayTest::testRenameDisplayAdminName in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Tests setting the administrative title.
drupal6.php in core/modules/forum/tests/fixtures/drupal6.php
A database agnostic dump for testing purposes.
drupal6.php in core/modules/statistics/tests/fixtures/drupal6.php
A database agnostic dump for testing purposes.
drupal6.php in core/modules/book/tests/fixtures/drupal6.php
A database agnostic dump for testing purposes.
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/forum/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/statistics/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/book/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.
editor.schema.yml in core/modules/editor/config/schema/editor.schema.yml
core/modules/editor/config/schema/editor.schema.yml
EditorAdminTest::testEditorCreation in core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
Tests that editor creation works fine while switching text editor field.
EditorAdminTest::testEditorSelection in core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
Tests that editor selection can be toggled without breaking ajax.
editor_form_filter_admin_overview_alter in core/modules/editor/editor.module
Implements hook_form_FORM_ID_alter().
Email::preRenderEmail in core/lib/Drupal/Core/Render/Element/Email.php
Prepares a #type 'email' render element for input.html.twig.
EntityComment::processStubRow in core/modules/comment/src/Plugin/migrate/destination/EntityComment.php
Populates as much of the stub row as possible.
EntityConstraintViolationListTest::setupConstraintListWithCompositeConstraint in core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php
Builds an entity constraint violation list with composite constraints.
EntityConstraintViolationListTest::setupConstraintListWithoutCompositeConstraint in core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php
Builds an entity constraint violation list without composite constraints.
EntityConstraintViolationListTest::testFilterByFields in core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php
@covers ::filterByFields
EntityConstraintViolationListTest::testFilterByFieldsWithCompositeConstraints in core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php
@covers ::filterByFields
EntityCrudHookTest::testTaxonomyVocabularyHooks in core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on taxonomy vocabularies.
EntityDecoupledTranslationRevisionsTest::doEditStep in core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
Saves a new revision of the test entity.
EntityDecoupledTranslationRevisionsTest::testCreateRevisionHook in core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
Checks that the revision create hook works as expected.
EntityDecoupledTranslationRevisionsTest::testRemovedTranslations in core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
Tests that deleted translations are not accidentally restored.
EntityDefinitionTestTrait::addEntityIndex in core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
Adds an index to the 'entity_test_update' entity type's base table.
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests creating and deleting a multi-field index when there are no existing entities.
EntityDefinitionUpdateTest::testInitialValueFromField in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests adding a base field with initial values inherited from another field.
EntityDefinitionUpdateTest::testInitialValueFromFieldErrorHandling in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests the error handling when using initial values from another field.
EntityDisplayBaseTest::testPreSave in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php
@covers ::preSave
EntityDisplayModeFormBase::form in core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php
Gets the actual form array to be built.
EntityDisplayModeListBuilder::buildHeader in core/modules/field_ui/src/EntityDisplayModeListBuilder.php
Builds the header row for the entity listing.
EntityDisplayTest::testEntityDisplayCRUDSort in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Tests sorting of components by name on basic CRUD operations.
EntityFieldTest::doTestIntrospection in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityNormalizerTest::testDenormalizeWithInvalidBundle in core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php
Tests the denormalize method with a bundle property.
EntityNormalizerTest::testDenormalizeWithValidBundle in core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php
Tests the denormalize method with a bundle property.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityReferenceItemTest::testConfigEntityReferenceItem in core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php
Tests the entity reference field type for referencing config entities.
EntityReferenceRelationshipTest::testGroupByWithEmptyRelationships in core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php
Tests group by with optional and empty relationship.
EntityReferenceWidgetTest::testWidget in core/modules/media_library/tests/src/FunctionalJavascript/EntityReferenceWidgetTest.php
Tests that the Media library's widget works as expected.
EntityRevisionsTest::runRevisionsTests in core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
EntityRevisionsTest::testLoadedRevisionIdWithNoNewRevision in core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php
Tests the loaded revision ID after an entity re-save, clone and duplicate.
EntityTest::setName in core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php
Sets the name.
EntityTestCompositeConstraint::coversFields in core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraint.php
An array of entity fields which should be passed to the validator.
EntityTestViewsFieldAccessTest::testEntityTestFields in core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php
EntityTestWithRevisionLog::setName in core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php
Sets the name.
EntityTranslationSettings::query in core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
EntityTranslationTest::doTestEntityTranslationAPI in core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php
Executes the Entity Translation API tests for the given entity type.
EntityTranslationTest::doTestMultilingualProperties in core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php
Executes the multilingual property tests for the given entity type.
EntityUser::processStubRow in core/modules/user/src/Plugin/migrate/destination/EntityUser.php
Populates as much of the stub row as possible.
EntityValidationTest::testCompositeConstraintValidation in core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
Tests composite constraints.
EntityViewsDataTest::testBaseTableFields in core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
Tests fields on the base table.
EntityViewsDataTest::testDataTableFields in core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
Tests fields on the data table.
EntityViewsDataTest::testRevisionTableFields in core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
Tests fields on the revision table.
EntityViewsWithMultivalueBasefieldTest::testView in core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
Tests entity views with multivalue base fields.
entity_test_entity_test_mulrev_revision_create in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_ENTITY_TYPE_revision_create() for 'entity_test_mulrev'.
entity_test_views_data_alter in core/modules/system/tests/modules/entity_test/entity_test.views.inc
Implements hook_views_data_alter().
ExportForm::submitForm in core/modules/locale/src/Form/ExportForm.php
Form submission handler.
Extension::fields in core/modules/system/src/Plugin/migrate/source/Extension.php
Returns available fields on the source.
Extension::query in core/modules/system/src/Plugin/migrate/source/Extension.php
external_translated_test_node_translation.yml in core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml
core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml
FetchTest::testQueryFetchAllColumn in core/tests/Drupal/KernelTests/Core/Database/FetchTest.php
Confirms that we can fetch all records into an array explicitly.
FetchTest::testQueryFetchArray in core/tests/Drupal/KernelTests/Core/Database/FetchTest.php
Confirms that we can fetch a record to an associative array explicitly.
field.field.node.recipe.field_recipe_category.yml in core/profiles/demo_umami/config/install/field.field.node.recipe.field_recipe_category.yml
core/profiles/demo_umami/config/install/field.field.node.recipe.field_recipe_category.yml
field.field.node.recipe.field_tags.yml in core/profiles/demo_umami/config/install/field.field.node.recipe.field_tags.yml
core/profiles/demo_umami/config/install/field.field.node.recipe.field_tags.yml
FieldCounterTest::testPager in core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php
Tests the counter field when using a pager.
FieldCounterTest::testSimple in core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php
FieldCustomTest::testCustomFieldXss in core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
Ensure that custom field content is XSS filtered.
FieldCustomTest::testFieldCustom in core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
Ensure that custom fields work and doesn't escape unnecessary markup.
FieldCustomTest::testFieldCustomTokens in core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
Ensure that custom fields can use tokens.
FieldFieldTest::testFieldAlias in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testFieldAliasRender in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testRevisionExecute in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the revision result.
FieldFieldTest::testRevisionRender in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the output of a revision view with base and configurable fields.
FieldKernelTest::testClickSortable in core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
Tests whether the filters are click sortable as expected.
FieldOrLanguageJoinTest::testBase in core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
Tests base join functionality.
FieldUrlTest::testFieldUrl in core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php
FieldWidgetConstraintValidatorTest::testValidationWithCompositeConstraint in core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php
Tests widget constraint validation with composite constraints.
File::getMetadataAttributes in core/modules/media/src/Plugin/media/Source/File.php
Gets a list of metadata attributes provided by this plugin.
File::preRenderFile in core/lib/Drupal/Core/Render/Element/File.php
Prepares a #type 'file' render element for input.html.twig.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testMultiValuedWidget in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileSystem::scanDirectory in core/lib/Drupal/Core/File/FileSystem.php
Finds all files that match a given mask in a given directory.
file_tokens in core/modules/file/file.module
Implements hook_tokens().
filter.schema.yml in core/modules/filter/config/schema/filter.schema.yml
core/modules/filter/config/schema/filter.schema.yml
FilterCombineTest::testFilterCombineAllWords in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter with the 'allwords' operator.
FilterCombineTest::testFilterCombineContains in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
FilterCombineTest::testFilterCombineContainsFieldsOverwritten in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests if the filter can handle removed fields.
FilterCombineTest::testFilterCombineRegEx in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter with the 'regular_expression' operator.
FilterCombineTest::testFilterCombineWord in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter with the 'word' operator.
FilterCombineTest::testNonFieldsRow in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests that the "combine" filter is only valid on displays that use fields.
FilterCrudTest::testTextFormatCrud in core/modules/filter/tests/src/Kernel/FilterCrudTest.php
Tests CRUD operations for text formats and filters.
FilterEqualityTest::getGroupedExposedFilters in core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqual in core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testNotEqual in core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
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.
FilterFormatFormBase::form in core/modules/filter/src/FilterFormatFormBase.php
Gets the actual form array to be built.
FilterFormatFormBase::validateForm in core/modules/filter/src/FilterFormatFormBase.php
Form validation handler.
FilterFormatListBuilder::buildHeader in core/modules/filter/src/FilterFormatListBuilder.php
Builds the header row for the entity listing.
FilterHtml::tips in core/modules/filter/src/Plugin/Filter/FilterHtml.php
Generates a filter's tip.
FilterLanguageTest::testFilter in core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php
Tests the language filter.
FilterStringTest::getGroupedExposedFilters in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringContains in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringEqual in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringLonger in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNotEqual in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNotRegularExpression in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
Tests the string filter handler with the negated 'regular_expression' operator.
FilterStringTest::testFilterStringShorter in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterTest::testFilterQuery in core/modules/views/tests/src/Functional/Plugin/FilterTest.php
Tests query of the row plugin.
FormTest::testDisabledElements in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests handling of disabled elements.
FormTest::testFieldFormSingle in core/modules/field/tests/src/Functional/FormTest.php
FormTestMachineNameValidationForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php
Form constructor.
FormTestMachineNameValidationForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php
Form constructor.
FormTestValidateForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php
Form constructor.
FormTestValidateForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php
Form validation handler.
FormTestValidateRequiredForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
Form constructor.
ForumManager::getTopics in core/modules/forum/src/ForumManager.php
ForumTest::editForumVocabulary in core/modules/forum/tests/src/Functional/ForumTest.php
Edits the forum taxonomy.
ForumTest::testForum in core/modules/forum/tests/src/Functional/ForumTest.php
Tests forum functionality through the admin and user interfaces.
forum_migrate_d7_taxonomy_vocabulary_prepare_row in core/modules/forum/forum.module
Implements hook_migrate_MIGRATION_ID_prepare_row().
forum_migrate_prepare_row in core/modules/forum/forum.module
Implements hook_migrate_prepare_row().
forum_views_data in core/modules/forum/forum.views.inc
Implements hook_views_data().
GenerateTheme::execute in core/lib/Drupal/Core/Command/GenerateTheme.php
GenerateTheme::initialize in core/lib/Drupal/Core/Command/GenerateTheme.php
HandlerAliasTest::testPluginAliases in core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
HandlerAliasTest::viewsData in core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
Returns the views data definition.
HandlerFieldUserNameTest::testUserName in core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php
HandlerTest::testUiCrud in core/modules/views_ui/tests/src/Functional/HandlerTest.php
Tests UI CRUD.
HandlerTest::viewsData in core/modules/views_ui/tests/src/Functional/HandlerTest.php
Overrides \Drupal\views\Tests\ViewTestBase::viewsData().
Hidden::preRenderHidden in core/lib/Drupal/Core/Render/Element/Hidden.php
Prepares a #type 'hidden' render element for input.html.twig.
hook_mail in core/core.api.php
Prepares a message based on parameters.
hook_mail_alter in core/core.api.php
Alter an email message created with MailManagerInterface->mail().
hook_menu_links_discovered_alter in core/lib/Drupal/Core/Menu/menu.api.php
Alters all the menu links discovered by the menu link plugin manager.
hook_schema in core/lib/Drupal/Core/Database/database.api.php
Define the current version of the database schema.
ImageButton::preRenderButton in core/lib/Drupal/Core/Render/Element/ImageButton.php
Prepares a #type 'button' render element for input.html.twig.
ImageStyle::getName in core/modules/image/src/Entity/ImageStyle.php
Returns the image style.
ImageStyle::setName in core/modules/image/src/Entity/ImageStyle.php
Sets the name of the image style.
ImmutableConfigTest::testClear in core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
@covers ::clear
ImmutableConfigTest::testSet in core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
@covers ::set
InfoParserDynamic::getRequiredKeys in core/lib/Drupal/Core/Extension/InfoParserDynamic.php
Returns an array of keys required to exist in .info.yml file.
InstallerTranslationMultipleLanguageNonInteractiveTest::testTranslationsLoaded in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php
Tests that translations ended up at the expected places.
InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php
Tests that translations ended up at the expected places.
InvalidDataTest::testInsertDuplicateDataFromSelect in core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php
Tests inserting with invalid data from a select query.
JoinTest::testBasePlugin in core/modules/views/tests/src/Kernel/Plugin/JoinTest.php
Tests the join plugin base.
language.yml in core/modules/language/migrations/language.yml
core/modules/language/migrations/language.yml
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideInstallTest::testLanguageConfigOverrideInstall in core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php
Tests the configuration events are not fired during install of overrides.
LanguageConfigurationElementTest::testNodeTypeUpdate in core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php
Tests that the configuration is retained when the node type is updated.
LanguageContentSettingsTest::providerSource in core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php
LanguageListBuilder::buildHeader in core/modules/language/src/LanguageListBuilder.php
Builds the header row for the entity listing.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUnitTest::testConstruct in core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php
@covers ::__construct
ListItemBase::storageSettingsForm in core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php
Returns a form for the storage-level settings.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests removing a string from Locale changes configuration translations.
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests the rebuilding of JavaScript translation files on deletion.
LocaleTranslationUiTest::testStringSearch in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests translation search form.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationUiTest::testStringValidation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests the validation of the translation input.
LocaleTranslationUiTest::testUICustomizedStrings in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests that only changed strings are saved customized when edited.
locale_translation_source_check_file in core/modules/locale/locale.translation.inc
Checks whether a po file exists in the local filesystem.
MailManager::doMail in core/lib/Drupal/Core/Mail/MailManager.php
Composes and optionally sends an email message.
MaintenanceMode::getSiteMaintenanceMessage in core/lib/Drupal/Core/Site/MaintenanceMode.php
Gets the site maintenance message.
MatcherDumper::dump in core/lib/Drupal/Core/Routing/MatcherDumper.php
Dumps a set of routes to the router table in the database.
MatcherDumper::schemaDefinition in core/lib/Drupal/Core/Routing/MatcherDumper.php
Defines the schema for the router table.
media-oembed-iframe.php in core/modules/media/tests/fixtures/update/media-oembed-iframe.php
Test oembed update by adding an oembed field display without config.
media.schema.yml in core/modules/media/config/schema/media.schema.yml
core/modules/media/config/schema/media.schema.yml
media.type.audio.yml in core/profiles/standard/config/optional/media.type.audio.yml
core/profiles/standard/config/optional/media.type.audio.yml
media.type.audio.yml in core/profiles/demo_umami/config/install/media.type.audio.yml
core/profiles/demo_umami/config/install/media.type.audio.yml
media.type.audio.yml in core/recipes/audio_media_type/config/media.type.audio.yml
core/recipes/audio_media_type/config/media.type.audio.yml
media.type.document.yml in core/recipes/document_media_type/config/media.type.document.yml
core/recipes/document_media_type/config/media.type.document.yml
media.type.document.yml in core/profiles/standard/config/optional/media.type.document.yml
core/profiles/standard/config/optional/media.type.document.yml
media.type.document.yml in core/profiles/demo_umami/config/install/media.type.document.yml
core/profiles/demo_umami/config/install/media.type.document.yml
media.type.image.yml in core/profiles/standard/config/optional/media.type.image.yml
core/profiles/standard/config/optional/media.type.image.yml
media.type.image.yml in core/recipes/image_media_type/config/media.type.image.yml
core/recipes/image_media_type/config/media.type.image.yml
media.type.remote_video.yml in core/recipes/remote_video_media_type/config/media.type.remote_video.yml
core/recipes/remote_video_media_type/config/media.type.remote_video.yml
media.type.remote_video.yml in core/profiles/standard/config/optional/media.type.remote_video.yml
core/profiles/standard/config/optional/media.type.remote_video.yml
media.type.remote_video.yml in core/profiles/demo_umami/config/install/media.type.remote_video.yml
core/profiles/demo_umami/config/install/media.type.remote_video.yml
media.type.video.yml in core/profiles/standard/config/optional/media.type.video.yml
core/profiles/standard/config/optional/media.type.video.yml
media.type.video.yml in core/profiles/demo_umami/config/install/media.type.video.yml
core/profiles/demo_umami/config/install/media.type.video.yml
media.type.video.yml in core/recipes/local_video_media_type/config/media.type.video.yml
core/recipes/local_video_media_type/config/media.type.video.yml
Media::defaultDisplayOptions in core/modules/media/src/Plugin/views/wizard/Media.php
Assembles the default display options for the view.
Media::setName in core/modules/media/src/Entity/Media.php
Sets the media item name.
MediaDisplayTest::testMediaDisplay in core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
Tests basic media display.
MediaEmbedFilterConfigurationUiAddTest::testValidationWhenAdding in core/modules/media/tests/src/FunctionalJavascript/MediaEmbedFilterConfigurationUiAddTest.php
@covers ::media_form_filter_format_add_form_alter @dataProvider providerTestValidations
MediaLibraryDisplayModeTest::assertFormDisplay in core/modules/media_library/tests/src/Functional/MediaLibraryDisplayModeTest.php
Asserts the media library form display components for a media type.
MediaLibraryDisplayModeTest::testDisplayModes in core/modules/media_library/tests/src/Functional/MediaLibraryDisplayModeTest.php
Tests that the Media Library can automatically configure display modes.
MediaRevision::defaultDisplayOptions in core/modules/media/src/Plugin/views/wizard/MediaRevision.php
Assembles the default display options for the view.
MediaRevisionTest::testFileMediaRevision in core/modules/media/tests/src/Functional/MediaRevisionTest.php
Tests creating revisions of a File media item.
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.
MediaSourceAudioVideoTest::testVideoTypeCreation in core/modules/media/tests/src/FunctionalJavascript/MediaSourceAudioVideoTest.php
Check the Video source functionality.
MediaSourceBase::prepareFormDisplay in core/modules/media/src/MediaSourceBase.php
Prepares the media type fields for this source in the form display.
MediaSourceFileTest::testMediaFileSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceFileTest.php
Tests the file media source.
MediaSourceImageTest::testMediaImageSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
Tests the image media source.
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::audioTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'audio'.
MediaStandardProfileTest::documentTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'document'.
MediaStandardProfileTest::imageTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'image'.
MediaStandardProfileTest::remoteVideoTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'remote_video'.
MediaStandardProfileTest::videoTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
Tests the standard profile configuration for media type 'video'.
MediaTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/MediaTest.php
MediaTypeCreationTest::testMediaTypeCreationFormWithDefaultField in core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php
Tests the media type creation form.
MediaTypeForm::form in core/modules/media/src/MediaTypeForm.php
Gets the actual form array to be built.
MediaTypeForm::form in core/modules/media/src/MediaTypeForm.php
Gets the actual form array to be built.
MediaTypeListBuilder::buildHeader in core/modules/media/src/MediaTypeListBuilder.php
Builds the header row for the entity listing.
MediaUiJavascriptTest::testMediaTypes in core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php
Tests a media type administration.
MediaViewsWizardTest::testMediaRevisionWizard in core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php
Tests adding a view of media revisions.
MediaViewsWizardTest::testMediaWizard in core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php
Tests adding a view of media.
MenuRouterTest::testMaintenanceModeLoginPaths in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Make sure the maintenance mode can be bypassed using an EventSubscriber.
Message::getText in composer/Plugin/ProjectMessage/Message.php
Message::setSenderName in core/modules/contact/src/Entity/Message.php
Sets the name of the message sender.
MigrateBundleTest::testDestinationBundle in core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php
Tests setting the bundle in the destination.
MigrateBundleTest::testMixedBundles in core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php
Tests setting bundles both in process and destination.
MigrateBundleTest::testProcessBundle in core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php
Tests setting the bundle in the process pipeline.
MigrateConfigRollbackTest::testConfigRollback in core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php
Tests rolling back configuration.
MigrateEntityContentValidationTest::test1 in core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php
Tests an import with invalid data and checks error messages.
MigrateEntityContentValidationTest::test2 in core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php
Tests an import with invalid data and checks error messages.
MigrateImageCacheTest::testPassingMigration in core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php
Tests basic passing migrations.
MigrateRollbackEntityConfigTest::testConfigEntityRollback in core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php
Tests rolling back configuration entity translations.
MigrateRollbackTest::testRollback in core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php
Tests rolling back configuration and content entities.
MigrateSystemSiteTranslationTest::testSystemSite in core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php
Tests migration of system (site) variables to system.site.yml.
MigrateSystemSiteTranslationTest::testSystemSite in core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php
Tests migration of system (site) variables to system.site.yml.
MigrateTaxonomyTermStubTest::testStubWithWeightMapping in core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php
Tests creation of stubs when weight is mapped.
MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php
Tests the Drupal 6 i18n taxonomy vocabularies to Drupal 8 migration.
MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation in core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php
Tests the Drupal 7 i18n taxonomy vocabularies to Drupal 8 migration.
ModuleTest::testViewsGetHandler in core/modules/views/tests/src/Kernel/ModuleTest.php
Tests the ViewsHandlerManager::getHandler() method.
module_installer_config_test.schema.yml in core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml
core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml
MultilingualReviewPageTestBase::prepare in core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php
Performs preparation for the form tests.
MultilingualReviewPageTestBase::testMigrateUpgradeReviewPage in core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php
Tests the migrate upgrade review form.
MultipleValueWidgetTest::testFieldMultipleValueWidgetAddMoreNoValidation in core/modules/field/tests/src/FunctionalJavascript/MultipleValueWidgetTest.php
Tests that no validation occurs on field on "Add more" click.
node.schema.yml in core/modules/node/config/schema/node.schema.yml
core/modules/node/config/schema/node.schema.yml
NodeTypeForm::form in core/modules/node/src/NodeTypeForm.php
Gets the actual form array to be built.
NodeTypeForm::form in core/modules/node/src/NodeTypeForm.php
Gets the actual form array to be built.
NodeTypeForm::save in core/modules/node/src/NodeTypeForm.php
Form submission handler for the 'save' action.
NodeTypeListBuilder::buildHeader in core/modules/node/src/NodeTypeListBuilder.php
Builds the header row for the entity listing.
NodeTypeTest::testNodeTypeEditing in core/modules/node/tests/src/Functional/NodeTypeTest.php
Tests editing a node type using the UI.
Number::preRenderNumber in core/lib/Drupal/Core/Render/Element/Number.php
Prepares a #type 'number' render element for input.html.twig.
OEmbed::prepareFormDisplay in core/modules/media/src/Plugin/media/Source/OEmbed.php
Prepares the media type fields for this source in the form display.
OptionsFieldUITest::testOptionsAllowedValues in core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php
Tests option types allowed values.
OverriddenConfigImportTest::testConfigImportUpdates in core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php
Tests importing overridden config alongside config in the default language.
OverriddenConfigurationTest::testOverriddenConfigurationRemoved in core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php
Tests blocks with overridden related configuration removed when overridden.
OverviewTerms::buildForm in core/modules/taxonomy/src/Form/OverviewTerms.php
Form constructor.
Password::preRenderPassword in core/lib/Drupal/Core/Render/Element/Password.php
Prepares a #type 'password' render element for input.html.twig.
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.
ProfileValues::getProcess in core/modules/user/src/Plugin/migrate/ProfileValues.php
Gets the normalized process plugin configuration.
ProjectInfo::filterProjectInfo in core/lib/Drupal/Core/Utility/ProjectInfo.php
Filters the project .info.yml data to only save attributes we need.
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.
RegisterForm::save in core/modules/user/src/RegisterForm.php
Form submission handler for the 'save' action.
RegressionTest::testDBFieldExists in core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php
Tests the \Drupal\Core\Database\Schema::fieldExists() method.
RelationshipJoinInTest::viewsData in core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php
Adds an IN condition for the user name.
RelationshipTest::testRelationshipRender in core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php
Tests rendering of a view with a relationship.
ReplaceTitleCommand::render in core/modules/views/src/Ajax/ReplaceTitleCommand.php
Return an array to be run through json_encode and sent to the client.
ReservedWordTest::testSelectReservedWordAliasSpecificFields in core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php
Tests SELECT query with specific fields from a table with a reserved alias.
ResourceTestBase::getSparseFieldSets in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Returns an array of sparse fields sets to test.
RoleListBuilder::buildHeader in core/modules/user/src/RoleListBuilder.php
Builds the header row for the entity listing.
RouteProvider::getAllRoutes in core/lib/Drupal/Core/Routing/RouteProvider.php
Returns all the routes on the system.
RoutingFixtures::routingTableDefinition in core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php
Returns the table definition for the routing fixtures.
ScanDirectoryTest::testOptionKey in core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
Check that key parameter sets the return value's key.
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
Tests copying of redirect response.
Select::preRenderSelect in core/lib/Drupal/Core/Render/Element/Select.php
Prepares a select render element.
SelectCloneTest::testSelectConditionSubQueryCloning in core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php
Tests that subqueries as value within conditions are cloned properly.
SelectComplexTest::testCountQuery in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Tests that we can generate a count query from a built query.
SelectComplexTest::testCountQueryRemovals in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Tests that countQuery removes 'all_fields' statements and ordering clauses.
SelectComplexTest::testDefaultJoin in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Tests simple JOIN statements.
SelectComplexTest::testJoinConditionObject in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Tests that join conditions can use Condition objects.
SelectComplexTest::testJoinTwice in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Confirms we can join on a single table twice with a dynamic alias.
SelectComplexTest::testLeftOuterJoin in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Tests LEFT OUTER joins.
SelectComplexTest::testNestedConditions in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Confirms that we can properly nest conditional clauses.
SelectComplexTest::testRange in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Tests range queries.
SelectComplexTest::testRangeUndo in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Tests whether the range property of a select clause can be undone.
SelectComplexTest::testSelectWithRowCount in core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
Tests that rowCount() throws exception on SELECT query.
SelectOrderedTest::testSimpleSelectMultiOrdered in core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php
Tests multiple ORDER BY.
SelectOrderedTest::testSimpleSelectOrdered in core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php
Tests basic ORDER BY.
SelectOrderedTest::testSimpleSelectOrderedDesc in core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php
Tests ORDER BY descending.
SelectSubqueryTest::testConditionSubquerySelect2 in core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php
Tests we can use a subquery with a relational operator in a WHERE clause.
SelectSubqueryTest::testConditionSubquerySelect3 in core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php
Tests we can use 2 subqueries with a relational operator in a WHERE clause.
SelectSubqueryTest::testConditionSubquerySelect4 in core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php
Tests that we can use multiple subqueries.
SelectSubqueryTest::testExistsSubquerySelect in core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php
Tests EXISTS subquery conditionals on SELECT statements.
SelectSubqueryTest::testFromSubquerySelect in core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a FROM clause.
SelectSubqueryTest::testFromSubquerySelectWithLimit in core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a FROM clause with a LIMIT.
SelectSubqueryTest::testJoinSubquerySelect in core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a JOIN clause.
SelectSubqueryTest::testNotExistsSubquerySelect in core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php
Tests NOT EXISTS subquery conditionals on SELECT statements.
SelectTest::providerRegularExpressionCondition in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Data provider for testRegularExpressionCondition().
SelectTest::testRegularExpressionCondition in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests that filter by 'REGEXP' and 'NOT REGEXP' works as expected.
SelectTest::testSelectDuplicateAlias in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests that aliases are renamed when they are duplicates.
SelectTest::testSimpleComment in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests rudimentary SELECT statement with a COMMENT.
SelectTest::testSimpleSelect in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests rudimentary SELECT statements.
SelectTest::testSimpleSelectConditional in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests basic conditionals on SELECT statements.
SelectTest::testSimpleSelectExpression in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests SELECT statements with expressions.
SelectTest::testSimpleSelectExpressionMultiple in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests SELECT statements with multiple expressions.
SelectTest::testUnionOrder in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests that we can UNION multiple Select queries together and set the ORDER.
SelectTest::testUnionOrderLimit in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests that we can UNION multiple Select queries together with and a LIMIT.
SelectTest::testVulnerableComment in core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
Tests query COMMENT system against vulnerabilities.
SerializeQueryTest::testSerializeQuery in core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php
Confirms that a query can be serialized and unserialized.
SetCustomize::form in core/modules/shortcut/src/Form/SetCustomize.php
Gets the actual form array to be built.
ShortcutSetController::addShortcutLinkInline in core/modules/shortcut/src/Controller/ShortcutSetController.php
Creates a new link in the provided shortcut set.
ShortcutSetListBuilder::buildHeader in core/modules/shortcut/src/ShortcutSetListBuilder.php
Builds the header row for the entity listing.
ShortcutSetsTest::testShortcutSetEdit in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests editing a shortcut set.
SimpleConfigValidationTest::providerSpecialCharacters in core/tests/Drupal/KernelTests/Core/Config/SimpleConfigValidationTest.php
Data provider for ::testSpecialCharacters().
SiteConfigureForm::validateForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Form validation handler.
SiteInformationForm::buildForm in core/modules/system/src/Form/SiteInformationForm.php
Form constructor.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
Verifies site maintenance mode functionality.
SmartDefaultSettings::computeSmartDefaultSettings in core/modules/ckeditor5/src/SmartDefaultSettings.php
Computes the closest possible equivalent settings for switching to CKEditor 5.
SortDateTest::testDateOrdering in core/modules/views/tests/src/Kernel/Handler/SortDateTest.php
Tests numeric ordering of the result set.
SortRandomTest::testRandomOrdering in core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php
Tests random ordering of the result set.
SortTest::testNumericOrdering in core/modules/views/tests/src/Kernel/Handler/SortTest.php
Tests numeric ordering of the result set.
SortTest::testStringOrdering in core/modules/views/tests/src/Kernel/Handler/SortTest.php
Tests string ordering of the result set.
SqlContentEntityStorageSchemaTest::testGetSchemaBase in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
Tests the schema for non-revisionable, non-translatable entities.
StandardTestTrait::testStandard in core/profiles/standard/tests/src/Traits/StandardTestTrait.php
Tests Standard installation profile or recipe.
StatisticsLastCommentName::query in core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php
Called to add the sort to a query.
StatisticsLastCommentName::query in core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php
Called to add the field to a query.
StringDatabaseStorage::dbFieldTable in core/modules/locale/src/StringDatabaseStorage.php
Gets table alias for field.
StringDatabaseStorage::dbStringSelect in core/modules/locale/src/StringDatabaseStorage.php
Builds a SELECT query with multiple conditions and fields.
StyleFieldsTest::testInlineFields in core/modules/views/tests/src/Kernel/Plugin/StyleFieldsTest.php
Tests inline fields and separator.
StyleSerializerEntityTest::testFieldRawOutput in core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php
Tests the raw output options for row field rendering.
StyleTest::doTestGrouping in core/modules/views/tests/src/Kernel/Plugin/StyleTest.php
Provides reusable code for ::testGrouping().
StyleTest::doTestGrouping in core/modules/views/tests/src/Kernel/Plugin/StyleTest.php
Provides reusable code for ::testGrouping().
SubformStateTest::providerGetValuesBroken in core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
Provides data to self::testGetValuesBroken().
SubformStateTest::providerTestGetValue in core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
Provides data to self::testGetValue().
SubformStateTest::providerTestGetValueBroken in core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
Provides data to self::testGetValueBroken().
SubformStateTest::testGetLimitValidationErrors in core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
@covers ::getLimitValidationErrors
SubformStateTest::testSetErrorByName in core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
@covers ::setErrorByName
SubformStateTest::testSetLimitValidationErrors in core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
@covers ::setLimitValidationErrors
SystemBrandingBlock::build in core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
Builds and returns the renderable array for this block plugin.
SystemBrandingOffCanvasForm::buildConfigurationForm in core/modules/system/src/Form/SystemBrandingOffCanvasForm.php
Form constructor.
system_install in core/modules/system/system.install
Implements hook_install().
system_tokens in core/modules/system/system.tokens.inc
Implements hook_tokens().
system_token_info in core/modules/system/system.tokens.inc
Implements hook_token_info().
TaggingTest::testExtenderHasAllTags in core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php
Tests extended query tagging "has all of these tags" functionality.
TaggingTest::testExtenderHasAnyTag in core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php
Tests extended query tagging for "has at least one of these tags".
TaggingTest::testExtenderHasTag in core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php
Confirms that an extended query has a tag added to it.
TaggingTest::testHasAllTags in core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php
Tests query tagging "has all of these tags" functionality.
TaggingTest::testHasAnyTag in core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php
Tests query tagging "has at least one of these tags" functionality.
TaggingTest::testHasTag in core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php
Confirms that a query has a tag added to it.
TaggingTest::testMetaData in core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php
Tests that we can attach metadata to a query object.
taxonomy.schema.yml in core/modules/taxonomy/config/schema/taxonomy.schema.yml
core/modules/taxonomy/config/schema/taxonomy.schema.yml
TaxonomyFieldVidTest::testViewsHandlerVidField in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php
Tests the field handling for the Vocabulary ID.
TaxonomyIndexTid::addSelfTokens in core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
Add any special tokens this field might use for itself.
TaxonomyTerm::defaultDisplayOptions in core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php
Assembles the default display options for the view.
TaxonomyTestTrait::createTaxonomyTermRevision in core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php
Creates a new revision for a given taxonomy term.
TaxonomyViewsFieldAccessTest::testTermFields in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php
Check access for taxonomy fields.
taxonomy_term_stub_test.yml in core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml
core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml
taxonomy_tokens in core/modules/taxonomy/taxonomy.tokens.inc
Implements hook_tokens().
taxonomy_token_info in core/modules/taxonomy/taxonomy.tokens.inc
Implements hook_token_info().
Tel::preRenderTel in core/lib/Drupal/Core/Render/Element/Tel.php
Prepares a #type 'tel' render element for input.html.twig.
template_preprocess_html in core/includes/theme.inc
Prepares variables for HTML document templates.
template_preprocess_maintenance_page in core/includes/theme.inc
Prepares variables for maintenance page templates.
template_preprocess_select in core/includes/form.inc
Prepares variables for select element templates.
template_preprocess_textarea in core/includes/form.inc
Prepares variables for textarea templates.
template_preprocess_views_view_opml in core/modules/views/views.theme.inc
Prepares variables for OPML feed templates.
template_preprocess_views_view_rss in core/modules/views/views.theme.inc
Prepares variables for RSS feed templates.
Term::prepareRow in core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php
Adds additional data to the row.
Term::setName in core/modules/taxonomy/src/Entity/Term.php
Sets the term name.
TermDisplayConfigurableTest::testDisplayConfigurable in core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
TermEntityTranslation::prepareRow in core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
Adds additional data to the row.
TermLocalizedTranslation::prepareRow in core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php
Adds additional data to the row.
TermLocalizedTranslation::prepareRow in core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php
Adds additional data to the row.
TermLocalizedTranslationTest::providerSource in core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php
TermLocalizedTranslationTest::providerSource in core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php
TermNameFieldTest::testTermNameField in core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php
Tests term name field plugin functionality.
TermParentsTest::submitAddTermForm in core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
Creates a term through the user interface and returns it.
TermSelection::defaultConfiguration in core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php
Gets default configuration for this plugin.
TermStorageSchema::getEntitySchema in core/modules/taxonomy/src/TermStorageSchema.php
Gets the entity schema for the specified entity type.
TermStorageSchema::getSharedTableFieldSchema in core/modules/taxonomy/src/TermStorageSchema.php
Gets the schema for a single field definition.
TermTest::testCollectionFilterAccess in core/modules/jsonapi/tests/src/Functional/TermTest.php
TermTranslationUITest::getEditValues in core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
Returns an edit array containing the values to be posted.
TermValidationTest::testValidation in core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php
Tests the term validation constraints.
TermViewsData::getViewsData in core/modules/taxonomy/src/TermViewsData.php
Returns views data for the entity type.
TestDrupal6SqlBase::query in core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
TestForm::buildForm in core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php
Form constructor.
Textfield::preRenderTextfield in core/lib/Drupal/Core/Render/Element/Textfield.php
Prepares a #type 'textfield' render element for input.html.twig.
ThemeSettings::query in core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php
TokenReplaceKernelTest::testClear in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
Tests the clear parameter.
TokenReplaceKernelTest::testSystemSiteTokenReplacement in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
Tests the generation of all system site information tokens.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarMenuTranslationTest::testToolbarClasses in core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
TrackChangesTest::fields in core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php
Returns available fields on the source.
TrackChangesTest::setUp in core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
TrackChangesTest::testTrackChanges in core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
Tests track changes property of SqlBase.
tracker_views_data in core/modules/tracker/tracker.views.inc
Implements hook_views_data().
tracker_views_data in core/modules/tracker/tracker.views.inc
Implements hook_views_data().
tracker_views_data_alter in core/modules/tracker/tracker.views.inc
Implements hook_views_data_alter().
track_changes_test.yml in core/modules/migrate/tests/modules/migrate_track_changes_test/migrations/track_changes_test.yml
core/modules/migrate/tests/modules/migrate_track_changes_test/migrations/track_changes_test.yml
TransformedConfigExportImportUITest::testTransformedExportImport in core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
Tests a simple site export import case.
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.
TwigNodeVisitorCheckDeprecations::enterNode in core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php
UiHelperTrait::drupalLogout in core/tests/Drupal/Tests/UiHelperTrait.php
Logs a user out of the Mink controlled browser and confirms.
UniqueFieldConstraintTest::testEntityWithStringIdWithViolation in core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php
Tests cases when validation raises violations for entities with string IDs.
UniqueFieldConstraintTest::testViolationDespiteNoAccess in core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php
Tests validating inaccessible entities.
UpdateComplexTest::testOrConditionUpdate in core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php
Tests updates with OR conditionals.
UpdateComplexTest::testSubSelectUpdate in core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php
Tests UPDATE with a subselect value.
UpdateManagerUpdate::buildForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form constructor.
UpdateManagerUpdateTest::testUninstalledUpdatesTable in core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php
Tests the Update form with an uninstalled module in the system.
UpdatePathTestBase::testDatabaseLoaded in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
Tests that the database was properly loaded.
UpdateScriptTest::getSystemSchema in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Returns the Drupal 7 system table schema.
UpdateTest::testWhereAndConditionUpdate in core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php
Confirms that we can stack condition and where calls.
update_mail in core/modules/update/update.module
Implements hook_mail().
update_verify_update_archive in core/modules/update/update.module
Implements hook_verify_update_archive().
UpsertTest::testUpsert in core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php
Confirms that we can upsert (update-or-insert) records successfully.
Url::preRenderUrl in core/lib/Drupal/Core/Render/Element/Url.php
Prepares a #type 'url' render element for input.html.twig.
user.schema.yml in core/modules/user/config/schema/user.schema.yml
core/modules/user/config/schema/user.schema.yml
user.views.schema.yml in core/modules/user/config/schema/user.views.schema.yml
core/modules/user/config/schema/user.views.schema.yml
User::getProcess in core/modules/user/src/Plugin/migrate/User.php
Gets the normalized process plugin configuration.
User::prepareRow in core/modules/user/src/Plugin/migrate/source/d7/User.php
Adds additional data to the row.
User::setUsername in core/modules/user/src/Entity/User.php
Sets the username of this account.
UserAccessControlHandler::checkFieldAccess in core/modules/user/src/UserAccessControlHandler.php
Default field access as determined by this access control handler.
UserAccessControlHandlerTest::testUserNameAccess in core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
Ensures user name access is working properly.
UserAccountFormFieldsTest::assertFieldOrder in core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
Asserts that the 'name' form element is directly before the 'pass' element.
UserAccountFormFieldsTest::testInstallConfigureForm in core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
Tests the root user account form section in the "Configure site" form.
UserAccountFormFieldsTest::testUserEditForm in core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
Tests the user edit form.
UserAccountFormFieldsTest::testUserRegistrationForm in core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
Tests the user registration form.
UserAdminTest::testNotificationEmailAddress in core/modules/user/tests/src/Functional/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserAdminTest::testUserAdmin in core/modules/user/tests/src/Functional/UserAdminTest.php
Registers a user and deletes it.
UserData::buildOptionsForm in core/modules/user/src/Plugin/views/field/UserData.php
Default option form that provides label widget that all fields should have.
UserData::delete in core/modules/user/src/UserData.php
UserData::get in core/modules/user/src/UserData.php
UserEditTest::testUserEdit in core/modules/user/tests/src/Functional/UserEditTest.php
Tests user edit page.
UserFieldsAccessChangeTest::testUserFieldAccess in core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
Tests if another module can change field access.
UserListBuilder::buildHeader in core/modules/user/src/UserListBuilder.php
Builds the header row for the entity listing.
UserLoginForm::validateAuthentication in core/modules/user/src/Form/UserLoginForm.php
Checks supplied username/password against local users table.
UserLoginForm::validateFinal in core/modules/user/src/Form/UserLoginForm.php
Checks if user was not authenticated, or if too many logins were attempted.
UserLoginTest::testAutocompleteHtmlAttributes in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests that user login form has the autocomplete attributes.
UserNameFormatter::isApplicable in core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php
Returns if the formatter can be used for the provided field.
UserNameFormatterTest::setUp in core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserPasswordForm::buildForm in core/modules/user/src/Form/UserPasswordForm.php
Form constructor.
UserPasswordForm::submitForm in core/modules/user/src/Form/UserPasswordForm.php
Form submission handler.
UserPasswordForm::validateForm in core/modules/user/src/Form/UserPasswordForm.php
Form validation handler.
UserPasswordResetTest::testResetFormHasAutocompleteAttribute in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Test the autocomplete attribute is present.
UserPasswordResetTest::testUserResetPasswordTextboxNotFilled in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests the text box on incorrect login via link to password reset page.
users.yml in core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrations/users.yml
core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrations/users.yml
Users::defaultDisplayOptions in core/modules/user/src/Plugin/views/wizard/Users.php
Assembles the default display options for the view.
UserSelection::buildEntityQuery in core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php
Builds an EntityQuery to get referenceable entities.
UserStorageSchema::getEntitySchema in core/modules/user/src/UserStorageSchema.php
Gets the entity schema for the specified entity type.
UserStorageSchema::getSharedTableFieldSchema in core/modules/user/src/UserStorageSchema.php
Gets the schema for a single field definition.
UserValidationTest::testValidation in core/modules/user/tests/src/Kernel/UserValidationTest.php
Runs entity validation checks.
UserViewsData::getViewsData in core/modules/user/src/UserViewsData.php
Returns views data for the entity type.
UserViewsFieldAccessTest::testUserFields in core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
user_profile_field.yml in core/modules/user/migrations/user_profile_field.yml
core/modules/user/migrations/user_profile_field.yml
user_schema in core/modules/user/user.install
Implements hook_schema().
user_tokens in core/modules/user/user.tokens.inc
Implements hook_tokens().
ValidationTest::testValidate in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests #element_validate and #validate.
Variable::doCount in core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php
Gets the source count using countQuery().
Variable::query in core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php
VariableMultiRow::fields in core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php
Returns available fields on the source.
VariableMultiRow::query in core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php
VariableTranslation::query in core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php
VariableTranslation::query in core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php
ViewAddForm::form in core/modules/views_ui/src/ViewAddForm.php
Gets the actual form array to be built.
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.content.yml in core/modules/node/config/optional/views.view.content.yml
core/modules/node/config/optional/views.view.content.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_test_fields.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_fields.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_fields.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.formatter_timestamp_as_time_diff.yml in core/modules/views/tests/modules/views_test_formatter/test_views/views.view.formatter_timestamp_as_time_diff.yml
core/modules/views/tests/modules/views_test_formatter/test_views/views.view.formatter_timestamp_as_time_diff.yml
views.view.glossary.yml in core/modules/node/config/optional/views.view.glossary.yml
core/modules/node/config/optional/views.view.glossary.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.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.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.taxonomy_default_argument_test.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml
views.view.test_aggregate_count.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml
views.view.test_ajax_view.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml
views.view.test_alias.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml
views.view.test_argument.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument.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_validation.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml
views.view.test_cache.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml
views.view.test_click_sort.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml
views.view.test_click_sort.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml
views.view.test_click_sort_ajax.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort_ajax.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort_ajax.yml
views.view.test_click_sort_ajax.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort_ajax.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort_ajax.yml
views.view.test_contact_link.yml in core/modules/contact/tests/modules/contact_test_views/test_views/views.view.test_contact_link.yml
core/modules/contact/tests/modules/contact_test_views/test_views/views.view.test_contact_link.yml
views.view.test_content_ajax.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.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_filter_via_revision_relationship.yml in core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_filter_via_revision_relationship.yml
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_filter_via_revision_relationship.yml
views.view.test_display_attachment.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml
views.view.test_display_defaults.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml
views.view.test_display_entity_reference.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml
views.view.test_entity_multivalue_basefield.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.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_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_entity_translations_link.yml in core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml
core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml
views.view.test_field_alias_test.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_alias_test.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_alias_test.yml
views.view.test_field_argument_tokens.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_argument_tokens.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_argument_tokens.yml
views.view.test_field_field_revision_test.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_test.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_test.yml
views.view.test_field_filters.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml
views.view.test_field_header.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml
views.view.test_field_output.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml
views.view.test_field_tokens.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml
views.view.test_file_user_file_data.yml in core/modules/file/tests/modules/file_test_views/config/optional/views.view.test_file_user_file_data.yml
core/modules/file/tests/modules/file_test_views/config/optional/views.view.test_file_user_file_data.yml
views.view.test_filter.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml
views.view.test_fix_revision_id_update.yml in core/modules/views/tests/fixtures/update/views.view.test_fix_revision_id_update.yml
core/modules/views/tests/fixtures/update/views.view.test_fix_revision_id_update.yml
views.view.test_glossary.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml
views.view.test_grid.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml
views.view.test_grid_responsive.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid_responsive.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid_responsive.yml
views.view.test_groupwise_term.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml
views.view.test_groupwise_term_ui.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_groupwise_term_ui.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_groupwise_term_ui.yml
views.view.test_groupwise_user.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml
views.view.test_group_by_count.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml
views.view.test_group_by_in_filters.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml
views.view.test_image_user_image_data.yml in core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml
core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml
views.view.test_invalid_tokens.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.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_preview.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml
views.view.test_preview.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml
views.view.test_responsive_images.yml in core/modules/views/tests/fixtures/update/views.view.test_responsive_images.yml
core/modules/views/tests/fixtures/update/views.view.test_responsive_images.yml
views.view.test_serializer_display_field.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml
views.view.test_simple_argument.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml
views.view.test_style_html_list.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml
views.view.test_style_mapping.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml
views.view.test_table.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.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_name_argument.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_name_argument.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_name_argument.yml
views.view.test_taxonomy_parent.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_parent.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_parent.yml
views.view.test_taxonomy_term_name.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml
views.view.test_taxonomy_term_name.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml
views.view.test_taxonomy_tid_field.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml
views.view.test_taxonomy_tid_field.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml
views.view.test_tokens.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml
views.view.test_user_bulk_form.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.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_data.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.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_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_name.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.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_relationship.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.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_user_role_contextual_filter.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_user_role_contextual_filter.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_user_role_contextual_filter.yml
views.view.test_view.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml
views.view.test_views_handler_field_role.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml
views.view.test_views_handler_field_role.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml
views.view.test_views_handler_field_user_name.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml
views.view.test_view_block.yml in core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml
core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml
views.view.test_view_block2.yml in core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml
core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml
views.view.test_view_embed.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_embed.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_embed.yml
views.view.test_view_entity_test.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test.yml
views.view.test_view_entity_test_data.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_data.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_data.yml
views.view.test_view_entity_test_revision.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_revision.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_revision.yml
views.view.test_view_handler_weight.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml
views.view.test_view_render.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.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
views.view.who_s_new.yml in core/modules/user/config/optional/views.view.who_s_new.yml
core/modules/user/config/optional/views.view.who_s_new.yml
views.view.who_s_online.yml in core/modules/user/config/optional/views.view.who_s_online.yml
core/modules/user/config/optional/views.view.who_s_online.yml
ViewsBlockTest::testBuildWithTitleOverride in core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php
Tests ViewsBlock::build() with a title override.
ViewsBlockTest::testBuildWithTitleToken in core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php
Tests that ViewsBlock::build() produces the right output with title tokens.
ViewsBulkTest::testBulkSelection in core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php
Tests bulk selection.
ViewsDataHelperTest::testFetchFields in core/modules/views/tests/src/Unit/ViewsDataHelperTest.php
Tests fetchFields.
ViewsModerationStateFilterTest::testModerationStateFilterOnJoinedEntity in core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
Tests the moderation state filter on an entity added via a relationship.
ViewsSqlExceptionTest::testSqlException in core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php
Tests for the SQL exception.
ViewStorageTest::displayMethodTests in core/modules/views/tests/src/Kernel/ViewStorageTest.php
Tests the display related functions like getDisplaysList().
ViewsUIController::reportPlugins in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all plugins and what enabled Views use them.
ViewsUiIntegrationTest::testViewsAdmin in core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php
Tests that the integration with Views works correctly.
views_config_entity_test.schema.yml in core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml
core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml
ViewTestData::schemaDefinition in core/modules/views/src/Tests/ViewTestData.php
Returns the schema definition.
ViewTestData::viewsData in core/modules/views/src/Tests/ViewTestData.php
Returns the views data definition.
ViewUI::submitItemAdd in core/modules/views_ui/src/ViewUI.php
Submit handler for adding new item(s) to a view.
Vocabulary::query in core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php
Vocabulary::query in core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php
VocabularyForm::form in core/modules/taxonomy/src/VocabularyForm.php
Gets the actual form array to be built.
VocabularyForm::form in core/modules/taxonomy/src/VocabularyForm.php
Gets the actual form array to be built.
VocabularyForm::save in core/modules/taxonomy/src/VocabularyForm.php
Form submission handler for the 'save' action.
VocabularyTranslationTest::providerSource in core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php
VocabularyTranslationTest::providerSource in core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php
VocabularyUiTest::testVocabularyInterface in core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
Create, edit and delete a vocabulary via the user interface.
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_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.
WidgetViewsTest::testWidgetViews in core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php
Tests that the views in the Media library's widget work as expected.
WorkspaceViewsIntegrationTest::testViewsQueryAlter in core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php
Tests workspace query alter for views.
YamlDiscoveryDecoratorTest::testGetDefinitions in core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryDecoratorTest.php
Tests the getDefinitions() method.
YamlDiscoveryTest::testDiscovery in core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php
Tests the YAML file discovery.
YamlDiscoveryTest::testGetDefinitions in core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php
Tests the getDefinitions() method.
_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.

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