| EntityUrlTest::ENTITY_ID |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The ID of the entity used in this test. |
| EntityUrlTest::ENTITY_TYPE_ID |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The ID of the entity type used in this test. |
| EntityUrlTest::getEntity |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Returns a mock entity for testing. |
| EntityUrlTest::HAS_BUNDLE_KEY |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Indicator that the test entity type has a bundle key. |
| EntityUrlTest::HAS_NO_BUNDLE_KEY |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Indicator that the test entity type has no bundle key. |
| EntityUrlTest::NON_DEFAULT_REVISION |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Indicator for non-default revisions. |
| EntityUrlTest::providerTestToUrlLinkTemplateAddForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlLinkTemplateAddForm(). |
| EntityUrlTest::providerTestToUrlLinkTemplateNoId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlLinkTemplateNoId(). |
| EntityUrlTest::providerTestToUrlLinkTemplateRevision |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlLinkTemplateRevision(). |
| EntityUrlTest::providerTestToUrlLinkTemplates |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlLinkTemplates(). |
| EntityUrlTest::providerTestToUrlUriCallback |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlUriCallback(). |
| EntityUrlTest::providerTestToUrlUriCallbackUndefined |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlUriCallbackUndefined(). |
| EntityUrlTest::registerBundleInfo |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Registers bundle information for the mock entity type. |
| EntityUrlTest::registerLinkTemplate |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Registers a link template for the mock entity. |
| EntityUrlTest::REVISION_ID |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The revision ID of the entity used in this test. |
| EntityUrlTest::testToUrlDefaultException |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method without specifying the $rel parameter. |
| EntityUrlTest::testToUrlDefaultFallback |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method without specifying the $rel parameter. |
| EntityUrlTest::testToUrlLinkTemplateAddForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with the 'revision' link template. |
| EntityUrlTest::testToUrlLinkTemplateNoId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with link templates without an entity ID. |
| EntityUrlTest::testToUrlLinkTemplateRevision |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with the 'revision' link template. |
| EntityUrlTest::testToUrlLinkTemplates |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with simple link templates. |
| EntityUrlTest::testToUrlNoId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method without an entity ID. |
| EntityUrlTest::testToUrlUriCallback |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with a URI callback. |
| EntityUrlTest::testToUrlUriCallbackUndefined |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with neither link templates nor a URI callback. |
| EntityUrlTest::testUriRelationships |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the uriRelationships() method. |
| EntityUser |
class |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
Provides a destination plugin for migrating user entities. |
| EntityUser.php |
file |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
|
| EntityUser::$password |
property |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
The password service class. |
| EntityUser::create |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
Instantiates a new instance of the implementing class using autowiring. |
| EntityUser::getHighestId |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
Returns the highest ID tracked by the implementing plugin. |
| EntityUser::import |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
|
| EntityUser::processStubRow |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
Populates as much of the stub row as possible. |
| EntityUser::save |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
Saves the entity. |
| EntityUser::__construct |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
Builds a user entity destination. |
| EntityUserRole |
class |
core/modules/user/src/Plugin/migrate/destination/EntityUserRole.php |
Provides a destination plugin for migrating user role entities. |
| EntityUserRole.php |
file |
core/modules/user/src/Plugin/migrate/destination/EntityUserRole.php |
|
| EntityUserRole::$destinationPermissions |
property |
core/modules/user/src/Plugin/migrate/destination/EntityUserRole.php |
All permissions on the destination site. |
| EntityUserRole::create |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUserRole.php |
Instantiates a new instance of the implementing class using autowiring. |
| EntityUserRole::import |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUserRole.php |
Import the row. |
| EntityUserRole::__construct |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUserRole.php |
Builds a user role entity destination. |
| EntityUuidConverter |
class |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
Parameter converter for upcasting entity UUIDs to full objects. |
| EntityUuidConverter.php |
file |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
|
| EntityUuidConverter::$languageManager |
property |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
The language manager. |
| EntityUuidConverter::applies |
function |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
Determines if the converter applies to a specific route and variable. |
| EntityUuidConverter::convert |
function |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
Converts path variables to their corresponding objects. |
| EntityUuidConverter::setLanguageManager |
function |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
Injects the language manager. |
| EntityUuidIdTest |
class |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
Tests that an entity with a UUID as ID can be managed. |
| EntityUuidIdTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
|
| EntityUuidIdTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
The theme to install as the default for testing. |
| EntityUuidIdTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
Modules to install. |