| Upgrade6Test::getEntityCountsIncremental |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d6/Upgrade6Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade6Test::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade6WithContentModerationTest::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade6WithContentModerationTest::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade7Test::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade7Test::getEntityCounts |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade7Test::getEntityCountsIncremental |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade7Test::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade7WithContentModerationTest::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
Gets the expected number of entities per entity type after migration. |
| Url::fromEntityUri |
function |
core/lib/Drupal/Core/Url.php |
Create a new Url object for entity URIs. |
| UrlTest::providerTestEntityUris |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testing entity URIs. |
| UrlTest::providerTestToUriStringForEntity |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Data provider for testing string entity URIs. |
| UrlTest::testEntityUris |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the fromUri() method with an entity: URI. |
| UrlTest::testInvalidEntityUriParameter |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the fromUri() method with an invalid entity: URI. |
| UrlTest::testToUriStringForEntity |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the toUriString() method with entity: URIs. |
| UsageTest::testFileUsageWithEntityTranslation |
function |
core/modules/file/tests/src/Kernel/UsageTest.php |
Tests file usage with translated entities. |
| User::validateEntity |
function |
core/modules/user/src/Plugin/views/argument_validator/User.php |
Validates an individual entity against class access settings. |
| UserAccessTestHooks::entityCreateAccess |
function |
core/modules/user/tests/modules/user_access_test/src/Hook/UserAccessTestHooks.php |
Implements hook_entity_create_access(). |
| UserAccessTestHooks::entityFieldAccess |
function |
core/modules/user/tests/modules/user_access_test/src/Hook/UserAccessTestHooks.php |
Implements hook_entity_field_access(). |
| UserAuth::$entityTypeManager |
property |
core/modules/user/src/UserAuth.php |
The entity type manager. |
| UserAuthentication::$entityTypeManager |
property |
core/modules/user/src/UserAuthentication.php |
The entity type manager. |
| UserCacheTagsTest::createEntity |
function |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
Creates the entity to be tested. |
| UserCacheTagsTest::getAdditionalCacheTagsForEntityListing |
function |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
Returns the additional cache tags for the tested entity's listing by type. |
| UserCancelForm::$entity |
property |
core/modules/user/src/Form/UserCancelForm.php |
The account being cancelled. |
| UserEntityLabelTest |
class |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
Tests the label callback. |
| UserEntityLabelTest.php |
file |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
|
| UserEntityLabelTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
Modules to install. |
| UserEntityLabelTest::testLabelCallback |
function |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
Tests label callback. |
| UserEntityReferenceTest |
class |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
Tests the user reference field functionality. |
| UserEntityReferenceTest.php |
file |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
|
| UserEntityReferenceTest::$role1 |
property |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
A randomly-generated role for testing purposes. |
| UserEntityReferenceTest::$role2 |
property |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
A randomly-generated role for testing purposes. |
| UserEntityReferenceTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
|
| UserEntityReferenceTest::testUserSelectionByRole |
function |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
Tests user selection by roles. |
| UserEntityTest |
class |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Tests the user entity class. |
| UserEntityTest.php |
file |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
|
| UserEntityTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Modules to install. |
| UserEntityTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
|
| UserEntityTest::testChainExistingPasswordMethod |
function |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Tests that ::existingPassword can be used for chaining. |
| UserEntityTest::testUserMethods |
function |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Tests some of the methods. |
| UserEntityTest::testUserValidation |
function |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Tests that all user fields validate properly. |
| UserEntityTranslation |
class |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Drupal 7 user entity translations source from database. |
| UserEntityTranslation.php |
file |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
|
| UserEntityTranslation::fields |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Returns available fields on the source. |
| UserEntityTranslation::getIds |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Defines the source fields uniquely identifying a source row. |
| UserEntityTranslation::prepareRow |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Adds additional data to the row. |
| UserEntityTranslation::query |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Prepares query object to retrieve data from the source database. |
| UserEntityTranslationTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php |
Tests D7 user entity translation source plugin. |
| UserEntityTranslationTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php |
|
| UserEntityTranslationTest::$modules |
property |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php |
Modules to install. |