| 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::providerTestUrl |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testUrl(). |
| EntityUrlTest::providerTestUrlEmpty |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testUrlEmpty(). |
| EntityUrlTest::providerTestUrlInfo |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testUrlInfo(). |
| 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::testLink |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the link() method. |
| 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. |
| EntityUrlTest::testUrl |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the url() method. |
| EntityUrlTest::testUrlEmpty |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the url() method without an entity ID. |
| EntityUrlTest::testUrlInfo |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the urlInfo() 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 |
|
| EntityUser::getHighestId |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
|
| EntityUser::import |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
|
| EntityUser::processStubRow |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
|
| EntityUser::save |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
|
| EntityUser::__construct |
function |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php |
Builds an user 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 |
|
| EntityUuidConverter::convert |
function |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
|
| EntityUuidConverter::setLanguageManager |
function |
core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php |
Injects the language manager. |
| EntityUUIDTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Tests creation, saving, and loading of entity UUIDs. |
| EntityUUIDTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
|
| EntityUUIDTest::assertCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Executes the UUID CRUD tests for the given entity type. |
| EntityUUIDTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
|
| EntityUUIDTest::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Tests UUID generation in entity CRUD operations. |
| EntityValidationException |
class |
core/modules/migrate/src/Exception/EntityValidationException.php |
To throw when an entity generated during the import is not valid. |
| EntityValidationException.php |
file |
core/modules/migrate/src/Exception/EntityValidationException.php |
|
| EntityValidationException::$violations |
property |
core/modules/migrate/src/Exception/EntityValidationException.php |
The list of violations generated during the entity validation. |
| EntityValidationException::getViolationMessages |
function |
core/modules/migrate/src/Exception/EntityValidationException.php |
Returns the list of violation messages. |
| EntityValidationException::getViolations |
function |
core/modules/migrate/src/Exception/EntityValidationException.php |
Returns the list of violations generated during the entity validation. |
| EntityValidationException::MESSAGES_SEPARATOR |
constant |
core/modules/migrate/src/Exception/EntityValidationException.php |
The separator for combining multiple messages into a single string. |
| EntityValidationException::__construct |
function |
core/modules/migrate/src/Exception/EntityValidationException.php |
EntityValidationException constructor. |
| EntityValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Tests the Entity Validation API. |
| EntityValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$entityFieldText |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|