EntityTypeTest::testGetLabel |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get label. |
EntityTypeTest::testGetListBuilderClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getListBuilderClass() method. |
EntityTypeTest::testGetOriginalClassChanged |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get original class changed. |
EntityTypeTest::testGetOriginalClassUnchanged |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get original class unchanged. |
EntityTypeTest::testGetPluralLabel |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get plural label. |
EntityTypeTest::testGetPluralLabelDefault |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get plural label default. |
EntityTypeTest::testGetSingularLabel |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get singular label. |
EntityTypeTest::testGetSingularLabelDefault |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get singular label default. |
EntityTypeTest::testGetStorageClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getStorageClass() method. |
EntityTypeTest::testGetViewBuilderClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getViewBuilderClass() method. |
EntityTypeTest::testHasFormClasses |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the hasFormClasses() method. |
EntityTypeTest::testHasKey |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the hasKey() method. |
EntityTypeTest::testId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests id. |
EntityTypeTest::testIdExceedsMaxLength |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests id exceeds max length. |
EntityTypeTest::testIsInternal |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the isInternal() method. |
EntityTypeTest::testIsRevisionable |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the isRevisionable() method. |
EntityTypeTest::testIsSerializable |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeTest.php |
Tests that the EntityType object can be serialized. |
EntityTypeTest::testSet |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests set. |
EntityTypeTest::testSetLinkTemplateWithInvalidPath |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests set link template with invalid path. |
EntityTypeTest::testSetStorageClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the setStorageClass() method. |
EntityTypeWithoutLanguageFormTest |
class |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Tests entity type without language support. |
EntityTypeWithoutLanguageFormTest.php |
file |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
|
EntityTypeWithoutLanguageFormTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
The theme to install as the default for testing. |
EntityTypeWithoutLanguageFormTest::$modules |
property |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Modules to install. |
EntityTypeWithoutLanguageFormTest::setUp |
function |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
|
EntityTypeWithoutLanguageFormTest::testEmptyLangcode |
function |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Tests configuration options with an entity without language definition. |
EntityTypeWithoutViewsDataTest |
class |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
Tests datetime_range.module when an entity type provides no views data. |
EntityTypeWithoutViewsDataTest.php |
file |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
|
EntityTypeWithoutViewsDataTest::$modules |
property |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
Modules to install. |
EntityTypeWithoutViewsDataTest::testEntityTypeWithoutViewsData |
function |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
Tests the case when an entity type provides no views data. |
EntityUnitTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
The entity type used for testing. |
EntityUnitTest::$entityTypeId |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
The ID of the type of the entity under test. |
EntityUnitTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
The entity type manager used for testing. |
EntityUnitTest::testGetEntityType |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
Tests get entity type. |
EntityUnitTest::testGetEntityTypeId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
Tests get entity type id. |
EntityUntranslatableFieldsConstraintValidator::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
The entity type manager. |
EntityUrlTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The entity type mock used in this test. |
EntityUrlTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The entity type bundle info service mock used in this test. |
EntityViewBuilder::$entityType |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Information about the entity type. |
EntityViewBuilder::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The type of entities for which this view builder is instantiated. |
EntityViewBuilderTest::testHookEntityTypeViewModeAlter |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php |
Tests a view mode alter on an entity. |
EntityViewController::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Controller/EntityViewController.php |
The entity type manager. |
EntityViewDisplayResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php |
The tested entity type. |
EntityViewDisplayTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php |
The tested entity type. |
EntityViewModeResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php |
The tested entity type. |
EntityViewModeTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php |
The tested entity type. |
EntityViewsData::$entityType |
property |
core/modules/views/src/EntityViewsData.php |
Entity type for this views data handler instance. |
EntityViewsData::$entityTypeManager |
property |
core/modules/views/src/EntityViewsData.php |
The entity type manager. |
EntityViewsData::getViewsTableForEntityType |
function |
core/modules/views/src/EntityViewsData.php |
Gets the table of an entity type to be used as base table in views. |
EntityViewsDataInterface::getViewsTableForEntityType |
function |
core/modules/views/src/EntityViewsDataInterface.php |
Gets the table of an entity type to be used as base table in views. |