| UserRoleEntityTest::register |
function |
core/modules/user/tests/src/Kernel/UserRoleEntityTest.php |
Registers test-specific services. |
| UserRoleEntityTest::testGrantingNonExistentPermission |
function |
core/modules/user/tests/src/Kernel/UserRoleEntityTest.php |
Tests granting non-existent permissions to a role. |
| UserRoleEntityTest::testOrderOfPermissions |
function |
core/modules/user/tests/src/Kernel/UserRoleEntityTest.php |
Tests the order of granted permissions in a role. |
| UserRoleEntityTest::testPermissionRevokeAndConfigSync |
function |
core/modules/user/tests/src/Kernel/UserRoleEntityTest.php |
Tests permission revocation during a configuration synchronization. |
| UserRolesAccessPolicyTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php |
The mocked entity type manager service. |
| UserSearch::$entityTypeManager |
property |
core/modules/user/src/Plugin/Search/UserSearch.php |
The entity type manager. |
| UserSelection::buildEntityQuery |
function |
core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php |
Builds an EntityQuery to get referenceable entities. |
| UserSelection::createNewEntity |
function |
core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php |
Creates a new entity object that can be used as a valid reference. |
| UserSelection::entityQueryAlter |
function |
core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php |
Allows altering the SelectQuery generated by EntityFieldQuery. |
| UserStorageSchema::getEntitySchema |
function |
core/modules/user/src/UserStorageSchema.php |
Gets the entity schema for the specified entity type. |
| UserTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
|
| UserTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The tested entity type. |
| UserTest::$firstCreatedEntityId |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The entity ID for the first created entity in testPost(). |
| UserTest::$secondCreatedEntityId |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The entity ID for the second created entity in testPost(). |
| UserTest::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Creates another entity to be tested. |
| UserTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Creates the entity to be tested. |
| UserTest::getModifiedEntityForPostTesting |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Gets the normalized POST entity with random values for its unique fields. |
| UserTranslationUITest::getNewEntityValues |
function |
core/modules/user/tests/src/Functional/UserTranslationUITest.php |
Returns an array of entity field values to be tested. |
| UserViewsDataTest::$entityFieldManager |
property |
core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php |
The entity field manager. |
| user_picture_entity_display.yml |
file |
core/modules/user/migrations/user_picture_entity_display.yml |
core/modules/user/migrations/user_picture_entity_display.yml |
| user_picture_entity_form_display.yml |
file |
core/modules/user/migrations/user_picture_entity_form_display.yml |
core/modules/user/migrations/user_picture_entity_form_display.yml |
| user_profile_entity_display.yml |
file |
core/modules/user/migrations/user_profile_entity_display.yml |
core/modules/user/migrations/user_profile_entity_display.yml |
| user_profile_entity_form_display.yml |
file |
core/modules/user/migrations/user_profile_entity_form_display.yml |
core/modules/user/migrations/user_profile_entity_form_display.yml |
| UuidResolver::$entityRepository |
property |
core/modules/serialization/src/EntityResolver/UuidResolver.php |
The entity repository. |
| UuidResolverTest::$entityRepository |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php |
The mock entity repository service. |
| UuidResolverTest::testResolveNoEntity |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php |
Tests resolve() with correct interface but no matching entity for the UUID. |
| UuidResolverTest::testResolveWithEntity |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php |
Tests resolve() when a UUID corresponds to an entity. |
| ValidReferenceConstraintValidator::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraintValidator.php |
The entity type manager. |
| ViewAddForm::prepareEntity |
function |
core/modules/views_ui/src/ViewAddForm.php |
Prepares the entity object before the form is built first. |
| ViewAjaxControllerTest::testAjaxViewWithHtmlEntityArguments |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with arguments. |
| ViewDuplicateForm::prepareEntity |
function |
core/modules/views_ui/src/ViewDuplicateForm.php |
Prepares the entity object before the form is built first. |
| ViewEntityDependenciesTest |
class |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Tests the calculation of dependencies for views. |
| ViewEntityDependenciesTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
|
| ViewEntityDependenciesTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Modules to install. |
| ViewEntityDependenciesTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Views used by this test. |
| ViewEntityDependenciesTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
|
| ViewEntityDependenciesTest::testGetDependencies |
function |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Tests the getDependencies method. |
| ViewEntityInterface |
interface |
core/modules/views/src/ViewEntityInterface.php |
Defines an interface for View storage classes. |
| ViewEntityInterface.php |
file |
core/modules/views/src/ViewEntityInterface.php |
|
| ViewEntityInterface::addDisplay |
function |
core/modules/views/src/ViewEntityInterface.php |
Adds a new display handler to the view, automatically creating an ID. |
| ViewEntityInterface::duplicateDisplayAsType |
function |
core/modules/views/src/ViewEntityInterface.php |
Duplicates an existing display into a new display type. |
| ViewEntityInterface::getDisplay |
function |
core/modules/views/src/ViewEntityInterface.php |
Retrieves a specific display's configuration by reference. |
| ViewEntityInterface::getExecutable |
function |
core/modules/views/src/ViewEntityInterface.php |
Gets an executable instance for this view. |
| ViewEntityInterface::mergeDefaultDisplaysOptions |
function |
core/modules/views/src/ViewEntityInterface.php |
Add defaults to the display options. |
| ViewExecutable::$baseEntityType |
property |
core/modules/views/src/ViewExecutable.php |
The entity type of the base table, if available. |
| ViewExecutable::getBaseEntityType |
function |
core/modules/views/src/ViewExecutable.php |
Returns the entity type of the base table, if available. |
| ViewExecutableTest::testAddHandlerWithEntityField |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests add handler with entity field. |
| ViewFormBase::prepareEntity |
function |
core/modules/views_ui/src/ViewFormBase.php |
Prepares the entity object before the form is built first. |
| ViewListBuilderTest::testBuildRowEntityList |
function |
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php |
Tests the listing of displays on a views list builder. |
| ViewModeAccessCheck::$entityTypeManager |
property |
core/modules/field_ui/src/Access/ViewModeAccessCheck.php |
The entity type manager. |