| EntityContextDefinitionIsSatisfiedTest::assertRequirementIsSatisfied |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Asserts that the requirement is satisfied as expected. |
| EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedBy |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Provides test data for ::testIsSatisfiedBy(). |
| EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByGenerateBundledEntity |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Provides test data for ::testIsSatisfiedByGenerateBundledEntity(). |
| EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByPassBundledEntity |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Provides test data for ::testIsSatisfiedByPassBundledEntity(). |
| EntityContextDefinitionIsSatisfiedTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
|
| EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedBy |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Tests is satisfied by. |
| EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByGenerateBundledEntity |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Tests is satisfied by generate bundled entity. |
| EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByPassBundledEntity |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Tests is satisfied by pass bundled entity. |
| EntityContextTypedDataTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php |
Tests the interaction between entity context and typed data. |
| EntityContextTypedDataTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php |
|
| EntityContextTypedDataTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php |
Modules to install. |
| EntityContextTypedDataTest::testValidateConfigEntityContext |
function |
core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php |
Tests that entity contexts wrapping a config entity can be validated. |
| EntityController |
class |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Provides the add-page and title callbacks for entities. |
| EntityController.php |
file |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
|
| EntityController::addBundleTitle |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Provides a generic add title callback for entities with bundles. |
| EntityController::addPage |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Displays add links for the available bundles. |
| EntityController::addTitle |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Provides a generic add title callback for an entity type. |
| EntityController::create |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Instantiates a new instance of this class. |
| EntityController::deleteTitle |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Provides a generic delete title callback. |
| EntityController::doGetEntity |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Determines the entity. |
| EntityController::editTitle |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Provides a generic edit title callback. |
| EntityController::loadBundleDescriptions |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Expands the bundle information with descriptions, if known. |
| EntityController::redirect |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Returns a redirect response object for the specified route. |
| EntityController::title |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Provides a generic title callback for a single entity. |
| EntityController::__construct |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Constructs a new EntityController. |
| EntityConverter |
class |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Parameter converter for upcasting entity IDs to full objects. |
| EntityConverter.php |
file |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
|
| EntityConverter::$entityRepository |
property |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Entity repository. |
| EntityConverter::$entityTypeManager |
property |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Entity type manager which performs the upcasting in the end. |
| EntityConverter::applies |
function |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Determines if the converter applies to a specific route and variable. |
| EntityConverter::convert |
function |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Converts path variables to their corresponding objects. |
| EntityConverter::__construct |
function |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Constructs a new EntityConverter. |
| EntityConverterLatestRevisionTest |
class |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests the entity converter when the "load_latest_revision" flag is set. |
| EntityConverterLatestRevisionTest.php |
file |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
|
| EntityConverterLatestRevisionTest::$converter |
property |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
The entity converter service. |
| EntityConverterLatestRevisionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Modules to install. |
| EntityConverterLatestRevisionTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
|
| EntityConverterLatestRevisionTest::testConvertNonRevisionableEntityType |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests the latest revision flag and non-revisionable entities. |
| EntityConverterLatestRevisionTest::testEntityNoPendingRevision |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests with no pending revision. |
| EntityConverterLatestRevisionTest::testEntityWithPendingRevision |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests with a pending revision. |
| EntityConverterLatestRevisionTest::testNoEntity |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests with no matching entity. |
| EntityConverterLatestRevisionTest::testOptimizedConvert |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests that pending revisions are loaded only when needed. |
| EntityConverterLatestRevisionTest::testRouteParamWithBundleDefinition |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests an entity route parameter having 'bundle' definition property. |
| EntityConverterLatestRevisionTest::testWithTranslatedPendingRevision |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests with a translated pending revision. |
| EntityConverterTest |
class |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php |
Tests the entity param converter. |
| EntityConverterTest |
class |
core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php |
Tests Drupal\Core\ParamConverter\EntityConverter. |
| EntityConverterTest.php |
file |
core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php |
|
| EntityConverterTest.php |
file |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php |
|
| EntityConverterTest::$entityConverter |
property |
core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php |
The tested entity converter. |
| EntityConverterTest::$entityRepository |
property |
core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php |
The mocked entities repository. |