DataEntityRow::getView |
function |
core/modules/rest/src/Plugin/views/row/DataEntityRow.php |
Returns the top object of a view. |
DataEntityRow::query |
function |
core/modules/rest/src/Plugin/views/row/DataEntityRow.php |
Add anything to the query that we might need to. |
DataEntityRow::render |
function |
core/modules/rest/src/Plugin/views/row/DataEntityRow.php |
Renders a row object. |
DataEntityRow::__construct |
function |
core/modules/rest/src/Plugin/views/row/DataEntityRow.php |
Constructs a new DataEntityRow object. |
DateFormatResourceTestBase::$entity |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
The DateFormat entity. |
DateFormatResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
The tested entity type. |
DateFormatResourceTestBase::createEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
Creates the entity to be tested. |
DateFormatResourceTestBase::getExpectedNormalizedEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
Returns the expected normalization of the entity. |
DateFormatResourceTestBase::getNormalizedPostEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php |
Returns the normalized POST entity. |
DateFormatTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
|
DateFormatTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
The tested entity type. |
DateFormatTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
Creates the entity to be tested. |
DateTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
The mocked entity type manager. |
DateTestBase::renderTestEntity |
function |
core/modules/datetime/tests/src/Functional/DateTestBase.php |
Renders an entity_test and sets the output in the internal browser. |
DatetimeRangeTestHooks::entityTypeAlter |
function |
core/modules/datetime_range/tests/modules/datetime_range_test/src/Hook/DatetimeRangeTestHooks.php |
Implements hook_entity_type_alter(). |
datetime_range_test_entity_type_alter |
function |
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module |
Implements hook_entity_type_alter(). |
DbLogResourceTest::$entityTypeId |
property |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
The entity type ID. |
DbLogResourceTest::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/dblog/tests/src/Functional/DbLogResourceTest.php |
Empty function. |
DCOM58Entity.php |
file |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php |
|
DefaultHtmlRouteProvider::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
The entity field manager. |
DefaultHtmlRouteProvider::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
The entity type manager. |
DefaultHtmlRouteProvider::getEntityTypeIdKeyType |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the type of the ID key for a given entity type. |
DefaultHtmlRouteProviderTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
The entity field manager prophecy used in the test. |
DefaultHtmlRouteProviderTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
The entity type manager prophecy used in the test. |
DefaultHtmlRouteProviderTest::getEntityType |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyType |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
@covers ::getEntityTypeIdKeyType |
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyTypeNotFieldable |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
@covers ::getEntityTypeIdKeyType |
DefaultMenuLinkTreeManipulatorsTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The mocked entity type manager. |
DefaultRevisionStateTest::$entityTypeManager |
property |
core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php |
|
DefaultSelection::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
The entity field manager service. |
DefaultSelection::$entityRepository |
property |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
The entity repository. |
DefaultSelection::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Entity type bundle info service. |
DefaultSelection::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
The entity type manager service. |
DefaultSelection::buildEntityQuery |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Builds an EntityQuery to get referenceable entities. |
DefaultSelection::createNewEntity |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Creates a new entity object that can be used as a valid reference. |
DefaultSelectionDeriver::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php |
The entity type manager. |
DefaultsEntityForm |
class |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Provides a form containing the Layout Builder UI for defaults. |
DefaultsEntityForm.php |
file |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
|
DefaultsEntityForm::$entityTypeBundleInfo |
property |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
The entity type bundle info service. |
DefaultsEntityForm::$layoutTempstoreRepository |
property |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Layout tempstore repository. |
DefaultsEntityForm::$sectionStorage |
property |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
The section storage. |
DefaultsEntityForm::actions |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Returns an array of supported actions for the current entity form. |
DefaultsEntityForm::buildEntity |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Builds an updated entity object based upon the submitted form values. |
DefaultsEntityForm::buildForm |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Form constructor. |
DefaultsEntityForm::buildMessage |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Renders a message to display at the top of the layout builder. |
DefaultsEntityForm::create |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Instantiates a new instance of this class. |
DefaultsEntityForm::getEntityFromRouteMatch |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Determines which entity will be used by this form from a RouteMatch object. |
DefaultsEntityForm::layoutBuilderElementGetKeys |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Form element #process callback. |
DefaultsEntityForm::save |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Form submission handler for the 'save' action. |
DefaultsEntityForm::__construct |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Constructs a new DefaultsEntityForm. |