| EntityViewsDataTest::$entityTypeManager |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
The entity type manager. |
| EntityViewsDataTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Modules to install. |
| EntityViewsDataTest::assertBundleField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a bundle field. |
| EntityViewsDataTest::assertEntityReferenceField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for an entity reference field. |
| EntityViewsDataTest::assertLanguageField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a language field. |
| EntityViewsDataTest::assertLongTextField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a long text field. |
| EntityViewsDataTest::assertNumericField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a numeric field. |
| EntityViewsDataTest::assertStringField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a string field. |
| EntityViewsDataTest::assertUriField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a URI field. |
| EntityViewsDataTest::assertUuidField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a UUID field. |
| EntityViewsDataTest::assertViewsDataField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests generic stuff per field. |
| EntityViewsDataTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
|
| EntityViewsDataTest::setUpEntityType |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Mocks an entity type and its base fields. |
| EntityViewsDataTest::testBaseTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the base table. |
| EntityViewsDataTest::testBaseTables |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests base tables. |
| EntityViewsDataTest::testDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests data_table support. |
| EntityViewsDataTest::testDataTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the data table. |
| EntityViewsDataTest::testDeprecations |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests EntityViewsData deprecations. |
| EntityViewsDataTest::testRevisionTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the revision table. |
| EntityViewsDataTest::testRevisionTableWithoutDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests revision table without data table support. |
| EntityViewsDataTest::testRevisionTableWithRevisionDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests revision table with data table support. |
| EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests revision table with data table support. |
| EntityViewsDataWithDeprecations |
class |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Extend EntityViewsData as a module would do. |
| EntityViewsDataWithDeprecations::getViewsData |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Returns views data for the entity type. |
| EntityViewsWithMultivalueBaseFieldTest |
class |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
Tests entity views with multivalue base fields. |
| EntityViewsWithMultivalueBaseFieldTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
|
| EntityViewsWithMultivalueBaseFieldTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
Modules to install. |
| EntityViewsWithMultivalueBaseFieldTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
Views to be enabled. |
| EntityViewsWithMultivalueBaseFieldTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
|
| EntityViewsWithMultivalueBaseFieldTest::testView |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
Tests entity views with multivalue base fields. |
| EntityViewTrait |
trait |
core/tests/Drupal/Tests/EntityViewTrait.php |
Provides helper methods to deal with building entity views in tests. |
| EntityViewTrait.php |
file |
core/tests/Drupal/Tests/EntityViewTrait.php |
|
| EntityViewTrait::buildEntityView |
function |
core/tests/Drupal/Tests/EntityViewTrait.php |
Builds the renderable view of an entity. |
| EntityWithoutBaseTableTest |
class |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
Tests field views data in an edge case scenario. |
| EntityWithoutBaseTableTest.php |
file |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
|
| EntityWithoutBaseTableTest::$modules |
property |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
Modules to install. |
| EntityWithoutBaseTableTest::setUp |
function |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
|
| EntityWithoutBaseTableTest::testEntityWithoutDataTable |
function |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
Tests that the entity without a data table doesn't emit deprecation notice. |
| EntityWithPluginCollectionInterface |
interface |
core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php |
Provides an interface for an object using a plugin collection. |
| EntityWithPluginCollectionInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php |
|
| EntityWithUriCacheTagsTestBase |
class |
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php |
Provides helper methods for Entity cache tags tests; for entities with URIs. |
| EntityWithUriCacheTagsTestBase.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php |
|
| EntityWithUriCacheTagsTestBase::getDefaultCacheContexts |
function |
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php |
Gets the default cache contexts for rendered entities. |
| EntityWithUriCacheTagsTestBase::testEntityUri |
function |
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php |
Tests cache tags presence and invalidation of the entity at its URI. |
| EntityWorkspaceConflictConstraint |
class |
core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php |
Validation constraint for an entity being edited in multiple workspaces. |
| EntityWorkspaceConflictConstraint.php |
file |
core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php |
|
| EntityWorkspaceConflictConstraint::__construct |
function |
core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php |
#[HasNamedArguments] |
| EntityWorkspaceConflictConstraintValidator |
class |
core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php |
Validates the EntityWorkspaceConflict constraint. |
| EntityWorkspaceConflictConstraintValidator.php |
file |
core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php |
|
| EntityWorkspaceConflictConstraintValidator::create |
function |
core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php |
Instantiates a new instance of this class. |