| UuidResolver::$entityRepository |
property |
core/modules/serialization/src/EntityResolver/UuidResolver.php |
The entity repository. |
| UuidResolverTest::$entityRepository |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php |
The mock entity repository service. |
| UuidResolverTest::testResolveNoEntity |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php |
Tests resolve() with correct interface but no matching entity for the UUID. |
| UuidResolverTest::testResolveWithEntity |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php |
Tests resolve() when a UUID corresponds to an entity. |
| ValidReferenceConstraintValidator::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraintValidator.php |
The entity type manager. |
| ViewAddForm::prepareEntity |
function |
core/modules/views_ui/src/ViewAddForm.php |
Prepares the entity object before the form is built first. |
| ViewAjaxControllerTest::testAjaxViewWithHtmlEntityArguments |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with arguments. |
| ViewDuplicateForm::prepareEntity |
function |
core/modules/views_ui/src/ViewDuplicateForm.php |
Prepares the entity object before the form is built first. |
| ViewEntityDependenciesTest |
class |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Tests the calculation of dependencies for views. |
| ViewEntityDependenciesTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
|
| ViewEntityDependenciesTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Modules to install. |
| ViewEntityDependenciesTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Views used by this test. |
| ViewEntityDependenciesTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
|
| ViewEntityDependenciesTest::testGetDependencies |
function |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Tests the getDependencies method. |
| ViewEntityInterface |
interface |
core/modules/views/src/ViewEntityInterface.php |
Defines an interface for View storage classes. |
| ViewEntityInterface.php |
file |
core/modules/views/src/ViewEntityInterface.php |
|
| ViewEntityInterface::addDisplay |
function |
core/modules/views/src/ViewEntityInterface.php |
Adds a new display handler to the view, automatically creating an ID. |
| ViewEntityInterface::duplicateDisplayAsType |
function |
core/modules/views/src/ViewEntityInterface.php |
Duplicates an existing display into a new display type. |
| ViewEntityInterface::getDisplay |
function |
core/modules/views/src/ViewEntityInterface.php |
Retrieves a specific display's configuration by reference. |
| ViewEntityInterface::getExecutable |
function |
core/modules/views/src/ViewEntityInterface.php |
Gets an executable instance for this view. |
| ViewEntityInterface::mergeDefaultDisplaysOptions |
function |
core/modules/views/src/ViewEntityInterface.php |
Add defaults to the display options. |
| ViewExecutable::$baseEntityType |
property |
core/modules/views/src/ViewExecutable.php |
The entity type of the base table, if available. |
| ViewExecutable::getBaseEntityType |
function |
core/modules/views/src/ViewExecutable.php |
Returns the entity type of the base table, if available. |
| ViewExecutableTest::testAddHandlerWithEntityField |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
Tests add handler with entity field. |
| ViewFormBase::prepareEntity |
function |
core/modules/views_ui/src/ViewFormBase.php |
Prepares the entity object before the form is built first. |
| ViewListBuilderTest::testBuildRowEntityList |
function |
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php |
Tests the listing of displays on a views list builder. |
| ViewModeAccessCheck::$entityTypeManager |
property |
core/modules/field_ui/src/Access/ViewModeAccessCheck.php |
The entity type manager. |
| ViewNonTranslatableEntityTest |
class |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
Tests the view creation of non-translatable entities. |
| ViewNonTranslatableEntityTest.php |
file |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
|
| ViewNonTranslatableEntityTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
The theme to install as the default for testing. |
| ViewNonTranslatableEntityTest::$modules |
property |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
Modules to install. |
| ViewNonTranslatableEntityTest::testViewNoTranslatableEntity |
function |
core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php |
Tests displaying a view of non-translatable entities. |
| ViewResourceTestBase::$entity |
property |
core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php |
|
| ViewResourceTestBase::$entityTypeId |
property |
core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php |
The tested entity type. |
| ViewResourceTestBase::createEntity |
function |
core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php |
Creates the entity to be tested. |
| ViewResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php |
Returns the expected normalization of the entity. |
| ViewResourceTestBase::getNormalizedPostEntity |
function |
core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php |
Returns the normalized POST entity. |
| views.entity_reference.schema.yml |
file |
core/modules/views/config/schema/views.entity_reference.schema.yml |
core/modules/views/config/schema/views.entity_reference.schema.yml |
| views.entity_schema_subscriber |
service |
core/modules/views/views.services.yml |
Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber |
| views.view.entity_test_fields.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_fields.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_fields.yml |
| views.view.entity_test_row.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_row.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_row.yml |
| views.view.no_entity_translation_view.yml |
file |
core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml |
core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml |
| views.view.test_content_moderation_state_filter_entity_test.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_entity_test.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_entity_test.yml |
| views.view.test_display_entity_reference.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml |
| views.view.test_entity_area.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml |
| views.view.test_entity_field_rendered_entity.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_rendered_entity.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_rendered_entity.yml |
| views.view.test_entity_field_renderers.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderers.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderers.yml |
| views.view.test_entity_id_argument.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_id_argument.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_id_argument.yml |
| views.view.test_entity_id_argument_update.yml |
file |
core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml |
core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml |
| views.view.test_entity_multivalue_basefield.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml |