562 string references to 'User'

AccessPermissionTest::setUp in core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php
AccessResult::cachePerUser in core/lib/Drupal/Core/Access/AccessResult.php
Convenience method, adds the "user" cache context.
AccessResultTest::testCacheContexts in core/tests/Drupal/Tests/Core/Access/AccessResultTest.php
@covers ::addCacheContexts[[api-linebreak]] @covers ::resetCacheContexts[[api-linebreak]] @covers ::getCacheContexts[[api-linebreak]] @covers ::cachePerPermissions[[api-linebreak]] @covers ::cachePerUser[[api-linebreak]] @covers…
AccessResultTest::testCacheTags in core/tests/Drupal/Tests/Core/Access/AccessResultTest.php
@covers ::addCacheTags[[api-linebreak]] @covers ::addCacheableDependency[[api-linebreak]] @covers ::getCacheTags[[api-linebreak]] @covers ::resetCacheTags[[api-linebreak]]
AccessResultTest::testInheritCacheability in core/tests/Drupal/Tests/Core/Access/AccessResultTest.php
@covers ::inheritCacheability[[api-linebreak]]
AccessRoleTest::testAccessRole in core/modules/user/tests/src/Functional/Views/AccessRoleTest.php
Tests role access plugin.
AccountForm::form in core/modules/user/src/AccountForm.php
Gets the actual form array to be built.
AccountSettingsForm::buildForm in core/modules/user/src/AccountSettingsForm.php
Form constructor.
ActionResourceTestBase::createEntity in core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php
Creates the entity to be tested.
ActionResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php
Returns the expected normalization of the entity.
ActionTest::setUp in core/modules/system/tests/src/Kernel/Action/ActionTest.php
ActionTest::testDependencies in core/modules/system/tests/src/Kernel/Action/ActionTest.php
Tests the dependency calculation of actions.
ActionTest::testOperations in core/modules/system/tests/src/Kernel/Action/ActionTest.php
Tests the functionality of test actions.
AddRoleUserTest::testExecuteAddExistingRole in core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php
Tests the execute method on a user with a role.
AddRoleUserTest::testExecuteAddNonExistingRole in core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php
Tests the execute method on a user without a specific role.
ArgumentDefaultTest::testPluginArgumentDefaultCurrentUser in core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php
Tests the current user with argument default.
ArgumentValidateTest::setUp in core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php
ArgumentValidatorTermNameTest::testArgumentValidatorTermNameAccess in core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php
Tests the access checking in term name argument validator plugin.
AssertPageCacheContextsAndTagsTrait::assertCacheContexts in core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php
Ensures that some cache contexts are present in the current response.
AuthorFormatter::isApplicable in core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php
Returns if the formatter can be used for the provided field.
BasicTest::testViewsWizardAndListing in core/modules/views/tests/src/Functional/Wizard/BasicTest.php
Block::prepareRow in core/modules/block/src/Plugin/migrate/source/Block.php
Adds additional data to the row.
BlockCacheTest::testCachePermissions in core/modules/block/tests/src/Functional/BlockCacheTest.php
Tests a cacheable block without any additional cache context.
BlockCacheTest::testCachePerPage in core/modules/block/tests/src/Functional/BlockCacheTest.php
Tests "url" cache context.
BlockCacheTest::testCachePerUser in core/modules/block/tests/src/Functional/BlockCacheTest.php
Tests "user" cache context.
BlockContentAccessHandlerTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
BlockContentDeletionTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php
BlockContentDeriverTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php
BlockContentEntityReferenceSelectionTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
BlockTest::testBlockVisibility in core/modules/block/tests/src/Functional/BlockTest.php
Tests block visibility.
BlockTest::testBlockVisibilityListedEmpty in core/modules/block/tests/src/Functional/BlockTest.php
Tests block visibility when leaving "pages" textarea empty.
BlockTest::testBlockVisibilityListedEmpty in core/modules/block/tests/src/Functional/BlockTest.php
Tests block visibility when leaving "pages" textarea empty.
BlockTest::testHideBlockTitle in core/modules/block/tests/src/Functional/BlockTest.php
Tests block title display settings.
BreadcrumbTest::testBreadCrumbs in core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BulkFormTest::testBulkForm in core/modules/user/tests/src/Functional/Views/BulkFormTest.php
Tests the user bulk form.
BundleConstraintValidatorTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php
CacheContextOptimizationTest::setUp in core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php
CacheContextOptimizationTest::testUserPermissionCacheContextOptimization in core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php
Ensures that 'user.permissions' cache context is able to define cache tags.
CacheContextOptimizationTest::testUserRolesCacheContextOptimization in core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php
Ensures that 'user.roles' still works when it is optimized away.
CacheTagTest::setUp in core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php
Sets up the test.
CacheTest::setUp in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
CategoryAutocompleteTest::providerTestAutocompleteSuggestions in core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
Data provider for testAutocompleteSuggestions().
CategoryAutocompleteTest::setUp in core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
CKEditorLoadingTest::testLoading in core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
CommentAdminViewTest::setUp in core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
CommentBaseFieldTest::setUp in core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php
CommentBulkFormTest::testConstructor in core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php
Tests the constructor assignment of actions.
CommentFieldAccessTest::setUp in core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php
CommentFieldNameTest::testCommentFieldName in core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php
Tests comment field name.
CommentFieldsTest::testCommentFieldCreate in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
Tests creating a comment field through the interface.
CommentForm::form in core/modules/comment/src/CommentForm.php
Gets the actual form array to be built.
CommentIntegrationTest::setUp in core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
CommentLinkBuilder::buildCommentedEntityLinks in core/modules/comment/src/CommentLinkBuilder.php
Builds links for the given entity.
CommentNameConstraintValidator::create in core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php
Instantiates a new instance of this class.
CommentOrphanTest::setUp in core/modules/comment/tests/src/Kernel/CommentOrphanTest.php
CommentResourceTestBase::getExpectedNormalizedEntity in core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
Returns the expected normalization of the entity.
CommentTokenReplaceTest::testCommentTokenReplacement in core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentUninstallTest::setUp in core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
CommentUserNameTest::setUp in core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
CommentViewsKernelTestBase::setUp in core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php
ConditionTestDualUserTest::setUp in core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php
ConfigImporterMissingContentTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImportRenameValidationTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ContentEntityHasChangesTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php
ContentEntityStorageBaseTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php
ContentTranslationHandler::entityFormAlter in core/modules/content_translation/src/ContentTranslationHandler.php
Performs the needed alterations to the entity form.
ContextDefinitionTest::testConstraints in core/tests/Drupal/KernelTests/Core/Plugin/Annotation/ContextDefinitionTest.php
Tests adding constraints via annotations.
ContextDefinitionTest::testIsSatisfiedBy in core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php
@covers ::isSatisfiedBy[[api-linebreak]]
ContextPluginTest::testContext in core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
ContextPluginTest::testContext in core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
ContextualLinksTest::testContextualLinksClick in core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
Tests clicking contextual links.
ContextualLinksTest::testContextualLinksDestination in core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
Tests the contextual links destination.
ContextualLinksTest::testContextualLinksVisibility in core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
Tests the visibility of contextual links.
core.entity_form_display.user.user.default.yml in core/modules/system/tests/modules/test_user_config/config/install/core.entity_form_display.user.user.default.yml
core/modules/system/tests/modules/test_user_config/config/install/core.entity_form_display.user.user.default.yml
core.entity_form_mode.user.register.yml in core/modules/user/config/install/core.entity_form_mode.user.register.yml
core/modules/user/config/install/core.entity_form_mode.user.register.yml
core.entity_view_display.node.article.default.yml in core/modules/system/tests/modules/olivero_test/config/install/core.entity_view_display.node.article.default.yml
core/modules/system/tests/modules/olivero_test/config/install/core.entity_view_display.node.article.default.yml
core.entity_view_display.node.article.rss.yml in core/modules/system/tests/modules/olivero_test/config/install/core.entity_view_display.node.article.rss.yml
core/modules/system/tests/modules/olivero_test/config/install/core.entity_view_display.node.article.rss.yml
core.entity_view_display.node.article.teaser.yml in core/modules/system/tests/modules/olivero_test/config/install/core.entity_view_display.node.article.teaser.yml
core/modules/system/tests/modules/olivero_test/config/install/core.entity_view_display.node.article.teaser.yml
core.entity_view_display.user.user.compact.yml in core/modules/system/tests/modules/test_user_config/config/install/core.entity_view_display.user.user.compact.yml
core/modules/system/tests/modules/test_user_config/config/install/core.entity_view_display.user.user.compact.yml
core.entity_view_display.user.user.default.yml in core/modules/system/tests/modules/test_user_config/config/install/core.entity_view_display.user.user.default.yml
core/modules/system/tests/modules/test_user_config/config/install/core.entity_view_display.user.user.default.yml
core.entity_view_mode.user.compact.yml in core/modules/user/config/install/core.entity_view_mode.user.compact.yml
core/modules/user/config/install/core.entity_view_mode.user.compact.yml
core.entity_view_mode.user.full.yml in core/modules/user/config/install/core.entity_view_mode.user.full.yml
core/modules/user/config/install/core.entity_view_mode.user.full.yml
core.services.yml in core/core.services.yml
core/core.services.yml
CreateSampleEntityTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php
Current::getCacheContexts in core/modules/user/src/Plugin/views/filter/Current.php
The cache contexts associated with this object.
CurrentUser::getCacheContexts in core/modules/user/src/Plugin/views/argument_default/CurrentUser.php
The cache contexts associated with this object.
CurrentUserContext::getRuntimeContexts in core/modules/user/src/ContextProvider/CurrentUserContext.php
Gets runtime context values for the given context IDs.
CurrentUserContext::__construct in core/modules/user/src/ContextProvider/CurrentUserContext.php
Constructs a new CurrentUserContext.
CurrentUserContextTest::setUp in core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php
d6_user_mail.yml in core/modules/user/migrations/d6_user_mail.yml
core/modules/user/migrations/d6_user_mail.yml
d6_user_settings.yml in core/modules/user/migrations/d6_user_settings.yml
core/modules/user/migrations/d6_user_settings.yml
d7_user_flood.yml in core/modules/user/migrations/d7_user_flood.yml
core/modules/user/migrations/d7_user_flood.yml
d7_user_mail.yml in core/modules/user/migrations/d7_user_mail.yml
core/modules/user/migrations/d7_user_mail.yml
d7_user_settings.yml in core/modules/user/migrations/d7_user_settings.yml
core/modules/user/migrations/d7_user_settings.yml
DateFormatAccessControlHandlerTest::setUp in core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php
DateTimeHandlerTestBase::setUp in core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php
DbDumpTest::setUp in core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php
default.services.yml in core/assets/scaffold/files/default.services.yml
core/assets/scaffold/files/default.services.yml
DefaultConfigTest::assertExtensionConfig in core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
Tests that the config provided by the extension is correct.
DeleteActionTest::setUp in core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php
DrupalKernelTest::testCompileDIC in core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
Tests DIC compilation.
DrupalKernelTest::testPreventChangeOfSitePath in core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
Tests setting of site path after kernel boot.
DuplicateContextualLinksTest::testSameContextualLinks in core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php
Tests the contextual links with same id.
EditModeTest::testEditModeEnableDisable in core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
Tests enabling and disabling edit mode.
EditorImageDialogTest::setUp in core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php
Sets up the test.
EmailAction::__construct in core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php
Constructs an EmailAction object.
EmailActionTest::setUp in core/tests/Drupal/KernelTests/Core/Action/EmailActionTest.php
EndOfTransactionQueriesTest::setUp in core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EntityBundleFieldTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php
EntityCrudHookTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
EntityDefinitionUpdateTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
EntityDisplayBaseTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php
EntityDisplayRepositoryTest::testFormDisplay in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php
@covers ::getFormDisplay[[api-linebreak]]
EntityDisplayRepositoryTest::testViewDisplay in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php
@covers ::getViewDisplay[[api-linebreak]]
EntityDisplayTest::setUp in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
EntityDisplayTest::testComponentDependencies in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Tests components dependencies additions.
EntityDisplayTest::testGetDisplayModeOptions in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Tests getDisplayModeOptions().
EntityExistsTest::setUp in core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php
EntityExistsTest::testEntityExists in core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php
Tests the EntityExists plugin.
EntityFieldTest::doTestIntrospection in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityFilteringThemeTest::testThemedEntity in core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
Checks each themed entity for XSS filtering in available themes.
EntityFormModeResourceTestBase::createEntity in core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php
Creates the entity to be tested.
EntityFormModeResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php
Returns the expected normalization of the entity.
EntityFormTest::providerTestFormIds in core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php
Provides test data for testFormId().
EntityKernelTestBase::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php
EntityLoadByUuidTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
EntityReferenceFieldTest::assertUserAutocreate in core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php
Asserts that the setter callback performs autocreation for users.
EntityReferenceFieldTest::testAutocreateApi in core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php
Tests all the possible ways to autocreate an entity via the API.
EntityReferenceFieldTest::testEntityReferenceFieldDependencies in core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php
Tests the dependencies entity reference fields are created with.
EntityReferenceItem::defaultStorageSettings in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Defines the storage-level settings for this plugin.
EntityReferenceSelectionAccessTest::setUp in core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
EntityReferenceSelectionAccessTest::testUserHandler in core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
Tests the user-specific overrides of the entity handler.
EntityResourceTestBase::testGet in core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
Tests a GET request for an entity, plus edge cases to ensure good DX.
EntityRevisionTest::setUp in core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php
EntitySchemaTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
EntityTestLabelResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php
Returns the expected normalization of the entity.
EntityTestMapFieldResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php
Returns the expected normalization of the entity.
EntityTestResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php
Returns the expected normalization of the entity.
EntityTranslationSettings::initializeIterator in core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
Initializes the iterator with the source data.
EntityTranslationSettingsTest::providerSource in core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php
The data provider.
EntityUnitTest::testCacheContexts in core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
@covers ::getCacheContexts[[api-linebreak]] @covers ::addCacheContexts[[api-linebreak]]
EntityValidationTest::checkValidation in core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
Executes the validation test set for a defined entity type.
EntityViewBuilderTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
EntityViewDisplayResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php
Returns the expected normalization of the entity.
EntityViewModeResourceTestBase::createEntity in core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php
Creates the entity to be tested.
EntityViewModeResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php
Returns the expected normalization of the entity.
ExtensionDiscoveryTest::testExtensionDiscoveryCache in core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php
Tests changing extension discovery file cache objects to arrays.
ExternalFormUrlTest::setUp in core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php
field.field.user.user.user_picture.yml in core/modules/system/tests/modules/test_user_config/config/install/field.field.user.user.user_picture.yml
core/modules/system/tests/modules/test_user_config/config/install/field.field.user.user.user_picture.yml
field.storage.user.user_picture.yml in core/modules/system/tests/modules/test_user_config/config/install/field.storage.user.user_picture.yml
core/modules/system/tests/modules/test_user_config/config/install/field.storage.user.user_picture.yml
FieldAccessTest::setUp in core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php
FieldDropbuttonTest::setUp in core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php
FieldFieldAccessTestBase::setUp in core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php
FieldLayoutUninstallTest::testFieldLayoutUninstall in core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php
Ensures field layout can be uninstalled with layout builder enabled.
FieldWidgetConstraintValidatorTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php
FileUploadResourceTestBase::getExpectedNormalizedEntity in core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php
Gets the expected file entity.
FilterAndArgumentUserUidTest::testHandlers in core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php
Tests the user posted or commented filter and argument handlers.
FilterEntityBundleTest::testFilterEntity in core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
Tests the generic bundle filter.
FormActionXssTest::setUp in core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php
FunctionalTestSetupTrait::prepareRequestForGenerator in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Creates a mock request and sets it on the generator.
HandlerArgumentUserUidTest::testArgumentTitle in core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php
Tests the generated title of a user: uid argument.
HandlerFilterPermissionTest::testFilterPermission in core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php
Tests the permission filter handler.
HandlerFilterRolesTest::testDependencies in core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php
Tests that role filter dependencies are calculated correctly.
HighWaterTest::setUp in core/modules/migrate/tests/src/Kernel/HighWaterTest.php
hook_block_build_alter in core/modules/block/block.api.php
Alter the result of \Drupal\Core\Block\BlockBase::build().
hook_entity_bundle_info in core/lib/Drupal/Core/Entity/entity.api.php
Describe the bundles for entity types.
hook_entity_form_display_alter in core/lib/Drupal/Core/Entity/entity.api.php
Alter the settings used for displaying an entity form.
hook_entity_form_mode_alter in core/lib/Drupal/Core/Entity/entity.api.php
Change the form mode used to build an entity form.
hook_entity_prepare_view in core/lib/Drupal/Core/Entity/entity.api.php
Act on entities as they are being prepared for view.
hook_tokens in core/lib/Drupal/Core/Utility/token.api.php
Provide replacement values for placeholder tokens.
hook_token_info in core/lib/Drupal/Core/Utility/token.api.php
Provide information about available placeholder tokens and token types.
IdConflictTest::testIdConflictForm in core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php
Tests ID Conflict form.
IdConflictTest::testIdConflictForm in core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php
Tests ID Conflict form.
ImageItemTest::setUp in core/modules/image/tests/src/Kernel/ImageItemTest.php
Set the default field storage backend for fields created during tests.
ImageThemeFunctionTest::setUp in core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
InstallTest::testEnableUserTwice in core/modules/system/tests/src/Functional/Module/InstallTest.php
Tests enabling User module once more.
InstallTest::testRequiredModuleSchemaVersions in core/modules/system/tests/src/Functional/Module/InstallTest.php
Tests recorded schema versions of early installed modules in the installer.
install_base_system in core/includes/install.core.inc
Installation task; install the base functionality Drupal needs to bootstrap.
install_profile_modules in core/includes/install.core.inc
Installs required modules via a batch process.
ItemsPerPageTest::testItemsPerPage in core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
JavascriptDeprecationTest::testJavascriptDeprecation in core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php
Tests Javascript deprecation notices.
JavascriptErrorsSuppressionTest::testJavascriptErrors in core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php
Tests that JavaScript console errors can be suppressed.
JavascriptErrorsTest::testJavascriptErrors in core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php
Tests that JavaScript console errors will result in a deprecation warning.
KernelTestBaseTest::testContainerIsolation in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
Tests whether the fixture allows us to install modules and configuration.
KernelTestBaseTest::testSubsequentContainerIsolation in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
Tests whether the fixture can re-install modules and configuration.
KernelTestBaseTest::testVarDump in core/tests/Drupal/KernelTests/KernelTestBaseTest.php
Tests the dump() function provided by the var-dumper Symfony component.
KeyValueContentEntityStorageTest::setUp in core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php
LatestRevisionFilterTest::testLatestRevisionFilter in core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php
Tests the 'Latest revision' filter.
LatestTranslationAffectedRevisionTest::testLatestRevisionFilter in core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php
Tests the 'Latest revision' filter.
LinkItemSerializationTest::setUp in core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php
Set the default field storage backend for fields created during tests.
MailTest::setUp in core/modules/system/tests/src/Kernel/Mail/MailTest.php
MapBaseFieldTest::setUp in core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
MenuAccessControlHandlerTest::setUp in core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
MenuLinkTreeTest::setUp in core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php
MigrateActionsTest::testActions in core/modules/system/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php
Tests Drupal 6 action migration to Drupal 8.
MigrateActionsTest::testActions in core/modules/system/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php
Tests Drupal 7 action migration to Drupal 8.
MigrateBlockTest::testBlockMigration in core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
Tests the block migration.
MigrateBundleTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php
MigrateCommentStubTest::setUp in core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php
MigrateEntityContentValidationTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php
MigrateEntityTranslationSettingsTest::setUp in core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php
MigrateEntityTranslationSettingsTest::testEntityTranslationSettingsMigration in core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php
Tests entity translation settings migration.
MigrateExecutableTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExternalTranslatedTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateLookupTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php
MigrateRollbackEntityConfigTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php
MigrateRollbackTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php
MigrateStubTest::setUp in core/modules/migrate/tests/src/Kernel/MigrateStubTest.php
MigrateUserAdminPassTest::setUp in core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php
MigrateUserContactSettingsTest::setUp in core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php
MigrateUserFloodTest::setUp in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserFloodTest.php
MigrateUserMailTest::setUp in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php
MigrateUserPictureFieldInstanceTest::testUserPictureField in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldInstanceTest.php
Tests the user picture field migration.
MigrateUserPictureFieldTest::testUserPictureField in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserPictureFieldTest.php
Tests the user picture field migration.
MigrateUserStubTest::setUp in core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php
MigrateUserStubTest::testStub in core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php
Tests creation of user stubs.
MigrateUserTest::setUp in core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php
MigrationPluginListTest::setUp in core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php
MigrationPluginListTest::testGetDefinitions in core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php
@covers ::getDefinitions[[api-linebreak]]
MockBlockManager::__construct in core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php
MockComplexContextBlock::getTitle in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php
MockUserNameBlock::getTitle in core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserNameBlock.php
ModuleHandlerTest::testUninstallContentDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module that has content.
MultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php
Gets the available upgrade paths.
MultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php
Gets the available upgrade paths.
MultilingualReviewPageTest::getAvailablePaths in core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d6/MultilingualReviewPageTest.php
Gets the available upgrade paths.
MultilingualReviewPageTest::getAvailablePaths in core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d7/MultilingualReviewPageTest.php
Gets the available upgrade paths.
MultipleStaticContext::getRuntimeContexts in core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php
Gets runtime context values for the given context IDs.
MultipleStaticContext::__construct in core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php
Constructs a new MultipleStaticContext.
Name::valueForm in core/modules/user/src/Plugin/views/filter/Name.php
Options form subform for setting options.
NoMultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php
Gets the available upgrade paths.
NoMultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php
Gets the available upgrade paths.
NoMultilingualReviewPageTest::getAvailablePaths in core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d6/NoMultilingualReviewPageTest.php
Gets the available upgrade paths.
NoMultilingualReviewPageTest::getAvailablePaths in core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d7/NoMultilingualReviewPageTest.php
Gets the available upgrade paths.
NormalizerTestBase::setUp in core/modules/hal/tests/src/Kernel/NormalizerTestBase.php
PagerKernelTest::setUp in core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php
PathElementFormTest::setUp in core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php
Sets up the test.
PathItemTest::setUp in core/modules/path/tests/src/Kernel/PathItemTest.php
PendingRevisionTest::setUp in core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php
PermissionsTest::testAccessContentPermission in core/modules/system/tests/src/Kernel/PermissionsTest.php
Tests the 'access content' permission is provided by the System module.
PlaceholderGeneratorTest::testRenderPlaceholdersDifferentSortedContextsTags in core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php
Tests the creation of an element with a #lazy_builder callback.
PlaceholdersTest::callbackPerUser in core/tests/Drupal/Tests/Core/Render/RendererTestBase.php
#lazy_builder callback; attaches setting, generates markup, user-specific.
PluginTestBase::setUp in core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
ProtectedUserFieldConstraintValidator::create in core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php
Instantiates a new instance of this class.
QueryTest::testConditionOperatorArgumentsSQLInjection in core/tests/Drupal/KernelTests/Core/Database/QueryTest.php
Tests SQL injection via condition operator.
QueueSerializationTest::setUp in core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php
QuickEditLoadingTest::setUp in core/modules/quickedit/tests/src/Kernel/QuickEditLoadingTest.php
QuickEditTestBase::setUp in core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php
Sets the default field storage backend for fields created during tests.
RecursiveContextualValidatorTest::setUp in core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php
RegisterForm::save in core/modules/user/src/RegisterForm.php
Form submission handler for the 'save' action.
RegistrationWithUserFieldsTest::testRegistrationWithUserFields in core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
Tests Field API fields on user registration forms.
RelationshipJoinTestBase::setUpFixtures in core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php
Sets up the configuration and schema of views and views_test_data modules.
RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData in core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php
RelationshipRepresentativeNodeTest::testRelationship in core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
Tests the relationship.
RelationshipUserImageDataTest::setUp in core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php
RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData in core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php
Tests using the views image relationship.
RemoveRoleUserTest::testExecuteRemoveExistingRole in core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php
Tests the execute method on a user with a role.
RemoveRoleUserTest::testExecuteRemoveNonExistingRole in core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php
Tests the execute method on a user without a specific role.
RenderCacheIntegrationTest::setUp in core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
RendererPlaceholdersTest::providerPlaceholders in core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php
Provides the two classes of placeholders: cacheable and uncacheable.
RendererPlaceholdersTest::testCacheableParent in core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::get[[api-linebreak]] @covers \Drupal\Core\Render\RenderCache::set[[api-linebreak]] @covers…
RendererTest::testRenderAccessCacheabilityDependencyInheritance in core/tests/Drupal/Tests/Core/Render/RendererTest.php
@covers ::render[[api-linebreak]] @covers ::doRender[[api-linebreak]]
ResolvedLibraryDefinitionsFilesMatchTest::setUp in core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
RestResourceConfigResourceTestBase::getExpectedNormalizedEntity in core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php
Returns the expected normalization of the entity.
RestResourceConfigTest::testCalculateDependencies in core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php
@covers ::calculateDependencies[[api-linebreak]]
RestResourceConfigTest::testCalculateDependencies in core/modules/hal/tests/src/Kernel/rest/Entity/RestResourceConfigTest.php
@covers ::calculateDependencies[[api-linebreak]]
RevisionUserTest::setUp in core/modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php
RouteTest::testRouteWithParamQuery in core/modules/migrate/tests/src/Kernel/process/RouteTest.php
Tests Route plugin based on providerTestRoute() values.
RowEntityRenderersTest::setUp in core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowRenderCacheTest::setUpFixtures in core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php
Sets up the configuration and schema of views and views_test_data modules.
RssFieldsTest::setUp in core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
search.page.user_search.yml in core/modules/user/config/optional/search.page.user_search.yml
core/modules/user/config/optional/search.page.user_search.yml
SeparatorTranslationTest::setUp in core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
ServerCommand::getOneTimeLoginUrl in core/lib/Drupal/Core/Command/ServerCommand.php
Gets a one time login URL for user 1.
SessionTest::testSessionSaveRegenerate in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests session writing and regeneration.
SettingsTest::providerTestCredentialForm in core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php
Data provider for testCredentialForm.
SettingsTrayIntegrationTest::testCustomBlockLinks in core/modules/quickedit/tests/src/FunctionalJavascript/SettingsTrayIntegrationTest.php
Tests that contextual links in custom blocks are changed.
SiteConfigureForm::create in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Instantiates a new instance of this class.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
Verifies site maintenance mode functionality.
SqlContentEntityStorage::mapToStorageRecord in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Maps from an entity object to the storage record.
SqlEntityLoadingTest::setUp in core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
Stable9TemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
Installs all core modules.
StableLibraryOverrideTestBase::enableVisibleAndStableCoreModules in core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php
Enable all core modules that are not hidden or experimental.
StableTemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Installs all core modules.
StyleSerializerKernelTest::testCalculateDepenencies in core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
@covers ::calculateDependencies[[api-linebreak]]
StyleSerializerKernelTest::testCalculateDepenencies in core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php
@covers ::calculateDependencies[[api-linebreak]]
system.action.user_batch_action_test_action.yml in core/modules/views/tests/modules/user_batch_action_test/config/install/system.action.user_batch_action_test_action.yml
core/modules/views/tests/modules/user_batch_action_test/config/install/system.action.user_batch_action_test_action.yml
system.action.user_block_user_action.yml in core/modules/user/config/install/system.action.user_block_user_action.yml
core/modules/user/config/install/system.action.user_block_user_action.yml
system.action.user_cancel_user_action.yml in core/modules/user/config/install/system.action.user_cancel_user_action.yml
core/modules/user/config/install/system.action.user_cancel_user_action.yml
system.action.user_unblock_user_action.yml in core/modules/user/config/install/system.action.user_unblock_user_action.yml
core/modules/user/config/install/system.action.user_unblock_user_action.yml
system.schema.yml in core/modules/system/config/schema/system.schema.yml
core/modules/system/config/schema/system.schema.yml
SystemDeprecationTest::testSystemSortModulesByInfoName in core/modules/system/tests/src/Kernel/SystemDeprecationTest.php
SystemMenuBlockTest::setUp in core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php
TaxonomyFieldVidTest::setUp in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php
TaxonomyIndexTid::getCacheContexts in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
The cache contexts associated with this object.
TaxonomyIndexTidFilterTest::testConfigDependency in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php
Tests dependencies are not added for terms that do not exist.
TaxonomyIndexTidUiTest::testFilterUI in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
Tests the filter UI.
TaxonomyTestBase::setUp in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
TermContextTest::setUp in core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php
TermEntityReferenceTest::setUp in core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php
TestContextAwareBlock::blockAccess in core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php
Indicates whether the block should be shown.
TestContextAwareBlock::build in core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php
Builds and returns the renderable array for this block plugin.
ThemeTest::testFrontPageThemeSuggestion in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Ensure page-front template suggestion is added when on front page.
TimezoneResolverTest::testGetTimeZone in core/modules/system/tests/src/Kernel/TimezoneResolverTest.php
Tests time zone resolution.
TimezoneTest::buildForm in core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php
Form constructor.
TokenReplaceWebTest::testTokens in core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php
Tests a token replacement on an actual website.
ToolbarCacheContextsTest::testCacheIntegration in core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php
Tests toolbar cache integration.
ToolbarCacheContextsTest::testToolbarCacheContextsCaller in core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php
Tests toolbar cache contexts.
ToolbarLinkBuilder::renderToolbarLinks in core/modules/user/src/ToolbarLinkBuilder.php
Lazy builder callback for rendering toolbar links.
TrackChangesTest::setUp in core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
TranslationLinkTest::setUp in core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php
Uid::create in core/modules/user/src/Plugin/views/argument/Uid.php
Creates an instance of the plugin.
UninstallKernelTest::setUp in core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog in core/modules/update/tests/src/Kernel/UpdateReportTest.php
Tests the error message when failing to fetch data with dblog enabled.
Upgrade6Test::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php
Gets the available upgrade paths.
Upgrade7Test::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php
Gets the available upgrade paths.
UpgradeTest::getAvailablePaths in core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d6/UpgradeTest.php
Gets the available upgrade paths.
UpgradeTest::getAvailablePaths in core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d7/UpgradeTest.php
Gets the available upgrade paths.
UrlTest::testLinkBubbleableMetadata in core/modules/system/tests/src/Kernel/Common/UrlTest.php
Tests that #type=link bubbles outbound route/path processors' metadata.
user.info.yml in core/modules/user/user.info.yml
core/modules/user/user.info.yml
user.migrate_drupal.yml in core/modules/user/migrations/state/user.migrate_drupal.yml
core/modules/user/migrations/state/user.migrate_drupal.yml
user.routing.yml in core/modules/user/user.routing.yml
core/modules/user/user.routing.yml
user.services.yml in core/modules/user/user.services.yml
core/modules/user/user.services.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::getAnonymousUser in core/modules/user/src/Entity/User.php
Returns an anonymous user entity.
User::getArgument in core/modules/user/src/Plugin/views/argument_default/User.php
Return the default argument.
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::preSave in core/modules/user/src/Entity/User.php
Acts on an entity before the presave hook is invoked.
User::__construct in core/modules/user/src/Plugin/views/argument_validator/User.php
Constructs a \Drupal\views\Plugin\views\argument_validator\Entity object.
UserAccountFormFieldsTest::buildAccountForm in core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
Builds the user account form for a given operation.
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.
UserAccountFormPasswordResetTest::buildAccountForm in core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
Builds the user account form for a given operation.
UserAccountFormPasswordResetTest::setUp in core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
UserAccountLinksTest::testAccountPageTitles in core/modules/user/tests/src/Functional/UserAccountLinksTest.php
Tests page title is set correctly on user account tabs.
UserAdminTest::testUserAdmin in core/modules/user/tests/src/Functional/UserAdminTest.php
Registers a user and deletes it.
UserAuthenticationController::create in core/modules/user/src/Controller/UserAuthenticationController.php
Instantiates a new instance of this class.
UserBulkFormTest::testConstructor in core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php
Tests the constructor assignment of actions.
UserCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/UserCacheContext.php
Returns the label of the cache context.
UserCancelTest::testMassUserCancelByAdmin in core/modules/user/tests/src/Functional/UserCancelTest.php
Create an administrative user and mass-delete other users.
UserCancelTest::testUserAnonymize in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserAnonymizeBatch in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and anonymize all content using a batch process.
UserCancelTest::testUserAnonymizeTranslations in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and anonymize all content and it's translations.
UserCancelTest::testUserBlock in core/modules/user/tests/src/Functional/UserCancelTest.php
Disable account and keep all content.
UserCancelTest::testUserBlockUnpublish in core/modules/user/tests/src/Functional/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserBlockUnpublishNodeAccess in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests nodes are unpublished even if inaccessible to cancelling user.
UserCancelTest::testUserCancelInvalid in core/modules/user/tests/src/Functional/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelUid1 in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
UserCancelTest::testUserCancelWithoutPermission in core/modules/user/tests/src/Functional/UserCancelTest.php
Attempt to cancel account without permission.
UserCancelTest::testUserDelete in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and remove all content.
UserController::confirmCancel in core/modules/user/src/Controller/UserController.php
Confirms cancelling a user account via an email link.
UserController::create in core/modules/user/src/Controller/UserController.php
Instantiates a new instance of this class.
UserCreationTrait::setUpCurrentUser in core/modules/user/tests/src/Traits/UserCreationTrait.php
Creates a random user account and sets it as current user.
UserDataTest::testDataField in core/modules/user/tests/src/Kernel/Views/UserDataTest.php
Tests field handler.
UserDeleteTest::testUserDeleteMultiple in core/modules/user/tests/src/Kernel/UserDeleteTest.php
Tests deleting multiple users.
UserEntityLabelTest::testLabelCallback in core/modules/user/tests/src/Kernel/UserEntityLabelTest.php
Tests label callback.
UserEntityReferenceTest::setUp in core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
UserEntityReferenceTest::testUserSelectionByRole in core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
Tests user selection by roles.
UserEntityTest::setUp in core/modules/user/tests/src/Kernel/UserEntityTest.php
UserEntityTranslation::prepareRow in core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php
Adds additional data to the row.
UserEntityTranslationTest::providerSource in core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php
The data provider.
UserFieldsTest::setUp in core/modules/user/tests/src/Kernel/UserFieldsTest.php
UserInstallTest::setUp in core/modules/user/tests/src/Kernel/UserInstallTest.php
UserKernelTestBase::setUp in core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php
UserLoginForm::create in core/modules/user/src/Form/UserLoginForm.php
Instantiates a new instance of this class.
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::assertFailedLogin in core/modules/user/tests/src/Functional/UserLoginTest.php
Make an unsuccessful login attempt.
UserLoginTest::testPasswordRehashOnLogin in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests user password is re-hashed upon login after changing $count_log2.
UserLoginTest::testPerUserLoginFloodControl in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests the per-user login flood control.
UserMailDefaultsTest::setUp in core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
UserMailNotifyTest::testUserMailsSent in core/modules/user/tests/src/Kernel/UserMailNotifyTest.php
Tests mails are sent when notify.$op is TRUE.
UserMailNotifyTest::testUserRecoveryMailLanguage in core/modules/user/tests/src/Kernel/UserMailNotifyTest.php
Tests recovery email content and token langcode is aligned.
UserMultipleCancelConfirm::create in core/modules/user/src/Form/UserMultipleCancelConfirm.php
Instantiates a new instance of this class.
UserMultipleCancelConfirm::submitForm in core/modules/user/src/Form/UserMultipleCancelConfirm.php
Form submission handler.
UserName::buildOptionsForm in core/modules/user/src/Plugin/views/argument_validator/UserName.php
Provides the default form for setting options.
UserNameFormatter::isApplicable in core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php
Returns if the formatter can be used for the provided field.
UserNameFormatter::viewElements in core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php
Builds a renderable array for a field value.
UserNameFormatterTest::setUp in core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserPasswordForm::create in core/modules/user/src/Form/UserPasswordForm.php
Instantiates a new instance of this class.
UserPictureTest::saveUserPicture in core/modules/user/tests/src/Functional/UserPictureTest.php
Edits the user picture for the test user.
UserPictureTest::testCreateDeletePicture in core/modules/user/tests/src/Functional/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/tests/src/Functional/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/tests/src/Functional/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRegistrationTest::testUuidFormState in core/modules/user/tests/src/Functional/UserRegistrationTest.php
Tests that UUID isn't cached in form state on register form.
UserRequestSubscriber::onKernelTerminate in core/modules/user/src/EventSubscriber/UserRequestSubscriber.php
Updates the current user's last access time.
UserResourceTestBase::getExpectedCacheContexts in core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
The expected cache contexts for the GET/HEAD response of the test entity.
UserRole::evaluate in core/modules/user/src/Plugin/Condition/UserRole.php
Evaluates the condition and returns TRUE or FALSE accordingly.
UserRole::getCacheContexts in core/modules/user/src/Plugin/Condition/UserRole.php
UserRoleConditionTest::setUp in core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php
UserRoleConditionTest::testConditions in core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php
Tests the user_role condition.
UserRoleDeleteTest::setUp in core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php
UserRolesAssignmentTest::userLoadAndCheckRoleAssigned in core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php
Check role on user object.
UserRoleTest::testNumericRole in core/modules/user/tests/src/Kernel/Views/UserRoleTest.php
Tests numeric role.
Users::defaultDisplayOptions in core/modules/user/src/Plugin/views/wizard/Users.php
Assembles the default display options for the view.
UserSaveStatusTest::setUp in core/modules/user/tests/src/Kernel/UserSaveStatusTest.php
UserSaveTest::testExistingPasswordRemoval in core/modules/user/tests/src/Kernel/UserSaveTest.php
Ensures that an existing password is unset after the user was saved.
UserTest::providerSource in core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php
The data provider.
UserTokenReplaceTest::testUserTokenReplacement in core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
UserTranslationUITest::setUp in core/modules/user/tests/src/Functional/UserTranslationUITest.php
UserValidationTest::setUp in core/modules/user/tests/src/Kernel/UserValidationTest.php
UserViewsData::getViewsData in core/modules/user/src/UserViewsData.php
Returns views data for the entity type.
UserViewsDataTest::testUserPasswordFieldNotAvailableToViews in core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php
Tests if user views data object doesn't contain pass field.
UserViewsFieldAccessTest::setUp in core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
UserViewsFieldAccessTest::testUserFields in core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
user_install in core/modules/user/user.install
Implements hook_install().
user_picture_enabled in core/modules/user/user.module
Returns whether this site supports the default user picture feature.
user_picture_entity_display.yml in core/modules/user/migrations/user_picture_entity_display.yml
core/modules/user/migrations/user_picture_entity_display.yml
user_picture_entity_form_display.yml in core/modules/user/migrations/user_picture_entity_form_display.yml
core/modules/user/migrations/user_picture_entity_form_display.yml
user_picture_field.yml in core/modules/user/migrations/user_picture_field.yml
core/modules/user/migrations/user_picture_field.yml
user_picture_field_instance.yml in core/modules/user/migrations/user_picture_field_instance.yml
core/modules/user/migrations/user_picture_field_instance.yml
user_preprocess_block in core/modules/user/user.module
Implements hook_preprocess_HOOK() for block templates.
user_profile_entity_display.yml in core/modules/user/migrations/user_profile_entity_display.yml
core/modules/user/migrations/user_profile_entity_display.yml
user_profile_entity_form_display.yml in core/modules/user/migrations/user_profile_entity_form_display.yml
core/modules/user/migrations/user_profile_entity_form_display.yml
user_profile_field.yml in core/modules/user/migrations/user_profile_field.yml
core/modules/user/migrations/user_profile_field.yml
user_profile_field_instance.yml in core/modules/user/migrations/user_profile_field_instance.yml
core/modules/user/migrations/user_profile_field_instance.yml
user_update_9301 in core/modules/user/user.install
Change the users table to use an serial uid field.
user_user_role_delete in core/modules/user/user.module
Implements hook_ENTITY_TYPE_delete() for user_role entities.
user_user_role_insert in core/modules/user/user.module
Implements hook_ENTITY_TYPE_insert() for user_role entities.
ValidReferenceConstraintValidatorTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
ValidReferenceConstraintValidatorTest::testValidation in core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
Tests the ValidReferenceConstraintValidator.
ViewEntityDependenciesTest::testGetDependencies in core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
Tests the getDependencies method.
ViewExecutableTest::setUpFixtures in core/modules/views/tests/src/Kernel/ViewExecutableTest.php
Sets up the configuration and schema of views and views_test_data modules.
views.view.aggregator_rss_feed.yml in core/modules/aggregator/config/optional/views.view.aggregator_rss_feed.yml
core/modules/aggregator/config/optional/views.view.aggregator_rss_feed.yml
views.view.aggregator_sources.yml in core/modules/aggregator/config/optional/views.view.aggregator_sources.yml
core/modules/aggregator/config/optional/views.view.aggregator_sources.yml
views.view.base_and_revision.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml
views.view.block_content.yml in core/modules/block_content/config/optional/views.view.block_content.yml
core/modules/block_content/config/optional/views.view.block_content.yml
views.view.comment.yml in core/modules/comment/config/optional/views.view.comment.yml
core/modules/comment/config/optional/views.view.comment.yml
views.view.comments_recent.yml in core/modules/comment/config/optional/views.view.comments_recent.yml
core/modules/comment/config/optional/views.view.comments_recent.yml
views.view.contextual_recent.yml in core/modules/contextual/tests/modules/contextual_test/config/optional/views.view.contextual_recent.yml
core/modules/contextual/tests/modules/contextual_test/config/optional/views.view.contextual_recent.yml
views.view.node_id_argument.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml
views.view.node_link_update_test.yml in core/modules/views/tests/fixtures/update/views.view.node_link_update_test.yml
core/modules/views/tests/fixtures/update/views.view.node_link_update_test.yml
views.view.numeric_test.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.numeric_test.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.numeric_test.yml
views.view.sa_contrib_2013_035.yml in core/modules/views_ui/tests/modules/views_ui_test/config/install/views.view.sa_contrib_2013_035.yml
core/modules/views_ui/tests/modules/views_ui_test/config/install/views.view.sa_contrib_2013_035.yml
views.view.taxonomy_all_terms_test.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_all_terms_test.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_all_terms_test.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.taxonomy_term.yml in core/modules/taxonomy/config/optional/views.view.taxonomy_term.yml
core/modules/taxonomy/config/optional/views.view.taxonomy_term.yml
views.view.test_access_perm.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml
views.view.test_access_role.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.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_another_broken_config_multi_value.yml in core/modules/views/tests/fixtures/update/views.view.test_another_broken_config_multi_value.yml
core/modules/views/tests/fixtures/update/views.view.test_another_broken_config_multi_value.yml
views.view.test_argument_default_node.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml
views.view.test_argument_dependency.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml
views.view.test_argument_taxonomy_index_tid_depth.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_index_tid_depth.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_index_tid_depth.yml
views.view.test_argument_taxonomy_vocabulary.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_vocabulary.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_vocabulary.yml
views.view.test_argument_transform_term.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_transform_term.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_transform_term.yml
views.view.test_argument_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_argument_validator_term.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml
views.view.test_attached_disabled.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attached_disabled.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attached_disabled.yml
views.view.test_attachment_ui.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml
views.view.test_block_content_revision_user.yml in core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_user.yml
core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_user.yml
views.view.test_boolean_grouped_filter_view.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_boolean_grouped_filter_view.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_boolean_grouped_filter_view.yml
views.view.test_broken_config_multi_value.yml in core/modules/views/tests/fixtures/update/views.view.test_broken_config_multi_value.yml
core/modules/views/tests/fixtures/update/views.view.test_broken_config_multi_value.yml
views.view.test_bulk_form.yml in core/modules/views/tests/modules/action_bulk_test/config/install/views.view.test_bulk_form.yml
core/modules/views/tests/modules/action_bulk_test/config/install/views.view.test_bulk_form.yml
views.view.test_cacheable_metadata_calculation.yml in core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/config/install/views.view.test_cacheable_metadata_calculation.yml
core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/config/install/views.view.test_cacheable_metadata_calculation.yml
views.view.test_comment.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml
views.view.test_comment_count.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_count.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_count.yml
views.view.test_comment_field_name.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml
views.view.test_comment_hal.yml in core/modules/hal/tests/modules/hal_test_views/test_views/views.view.test_comment_hal.yml
core/modules/hal/tests/modules/hal_test_views/test_views/views.view.test_comment_hal.yml
views.view.test_comment_operations.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml
views.view.test_comment_row.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_row.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_row.yml
views.view.test_comment_rss.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml
views.view.test_comment_schema.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_schema.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_schema.yml
views.view.test_comment_user_uid.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_user_uid.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_user_uid.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_destroy.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml
views.view.test_disabled_display.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml
views.view.test_display.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml
views.view.test_display_feed.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml
views.view.test_distinct_click_sorting.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_distinct_click_sorting.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_distinct_click_sorting.yml
views.view.test_dropbutton.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml
views.view.test_duplicate_field_handlers.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml
views.view.test_entity_reference.yml in core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference.yml
core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference.yml
views.view.test_entity_row_renderers_revisions_base.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers_revisions_base.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers_revisions_base.yml
views.view.test_entity_test_protected_access.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_protected_access.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_protected_access.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_excluded_field_token_display.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml
views.view.test_exposed_filters.yml in core/modules/views/tests/fixtures/update/views.view.test_exposed_filters.yml
core/modules/views/tests/fixtures/update/views.view.test_exposed_filters.yml
views.view.test_exposed_form_checkboxes.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_checkboxes.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_checkboxes.yml
views.view.test_exposed_relationship_admin_ui.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_relationship_admin_ui.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_relationship_admin_ui.yml
views.view.test_feed_icon.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_icon.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_icon.yml
views.view.test_field_body.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_body.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_body.yml
views.view.test_field_counter_display.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_field_counter_display.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_field_counter_display.yml
views.view.test_field_entity_test_rendered.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_entity_test_rendered.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_entity_test_rendered.yml
views.view.test_field_field_complex_test.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_complex_test.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_complex_test.yml
views.view.test_field_filters.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_field_filters.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_field_filters.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_get_entity.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml
views.view.test_field_permission.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.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_filter_current_user.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml
views.view.test_filter_groups.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml
views.view.test_filter_group_override.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml
views.view.test_filter_permission.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml
views.view.test_filter_taxonomy_index_tid.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml
views.view.test_filter_taxonomy_index_tid_depth.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid_depth.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid_depth.yml
views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml
views.view.test_get_attach_displays.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.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_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_rows.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml
views.view.test_history.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml
views.view.test_http_status_code.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.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_latest_translation_affected_revision_filter.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml
views.view.test_link_base_links.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_link_base_links.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_link_base_links.yml
views.view.test_link_tokens.yml in core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml
core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml
views.view.test_mini_pager.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml
views.view.test_mini_pager_ajax.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager_ajax.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager_ajax.yml
views.view.test_new_comments.yml in core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml
views.view.test_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_error.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview_error.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview_error.yml
views.view.test_redirect_view.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml
views.view.test_relationship_dependency.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml
views.view.test_search.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml
views.view.test_serializer_display_entity.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml
views.view.test_serializer_display_entity.yml in core/modules/hal/tests/modules/hal_test_views/test_views/views.view.test_serializer_display_entity.yml
core/modules/hal/tests/modules/hal_test_views/test_views/views.view.test_serializer_display_entity.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_serializer_node_display_field.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml
views.view.test_serializer_node_exposed_filter.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml
views.view.test_serializer_shared_path.yml in core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_shared_path.yml
core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_shared_path.yml
views.view.test_taxonomy_exposed_grouped_filter.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_exposed_grouped_filter.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_exposed_grouped_filter.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_node_term_data.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_node_term_data.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_node_term_data.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_relationship.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml
views.view.test_taxonomy_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_vid_field.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_vid_field.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_vid_field.yml
views.view.test_token_view.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
views.view.test_ungroup_rows.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml
views.view.test_user_bulk_form.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_changed.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.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_multi_value.yml in core/modules/views/tests/fixtures/update/views.view.test_user_multi_value.yml
core/modules/views/tests/fixtures/update/views.view.test_user_multi_value.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_user_uid_argument.yml in core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.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_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_block_with_context.yml in core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block_with_context.yml
core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block_with_context.yml
views.view.user_admin_people.yml in core/modules/user/config/optional/views.view.user_admin_people.yml
core/modules/user/config/optional/views.view.user_admin_people.yml
views.view.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_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
ViewsConfigDependenciesIntegrationTest::setUp in core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
VocabularyCrudTest::setUp in core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php
WhosOnlineBlockTest::setUp in core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php
WorkflowAccessControlHandlerTest::checkAccessProvider in core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php
Data provider for ::testCheckAccess.
WorkflowAccessControlHandlerTest::setUp in core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php
_user_cancel in core/modules/user/user.module
Implements callback_batch_operation().
_user_mail_notify in core/modules/user/user.module
Creates and sends a notification email following a change to a user account.

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