| TermEntityReferenceTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
|
| TermEntityReferenceTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
Modules to install. |
| TermEntityReferenceTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
|
| TermEntityReferenceTest::testSelectionTestVocabularyRestriction |
function |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
Tests an entity reference field restricted to a single vocabulary. |
| TermEntityTranslation |
class |
core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php |
Drupal 7 taxonomy term entity translation source plugin. |
| TermEntityTranslation.php |
file |
core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php |
|
| TermEntityTranslation::fields |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php |
Returns available fields on the source. |
| TermEntityTranslation::getIds |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php |
Defines the source fields uniquely identifying a source row. |
| TermEntityTranslation::prepareRow |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php |
Adds additional data to the row. |
| TermEntityTranslation::query |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php |
Prepares query object to retrieve data from the source database. |
| TermEntityTranslationTest |
class |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php |
Tests taxonomy term entity translation source plugin. |
| TermEntityTranslationTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php |
|
| TermEntityTranslationTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php |
Modules to install. |
| TermEntityTranslationTest::providerSource |
function |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php |
Provides source data for ::testSource. |
| TermForm::buildEntity |
function |
core/modules/taxonomy/src/TermForm.php |
Builds an updated entity object based upon the submitted form values. |
| TermResourceTestBase::$entity |
property |
core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php |
|
| TermResourceTestBase::$entityTypeId |
property |
core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php |
The tested entity type. |
| TermResourceTestBase::createEntity |
function |
core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php |
Creates the entity to be tested. |
| TermResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php |
Returns the expected normalization of the entity. |
| TermResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php |
The cacheability of unauthorized 'view' entity access. |
| TermResourceTestBase::getNormalizedPostEntity |
function |
core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php |
Returns the normalized POST entity. |
| TermSelection::buildEntityQuery |
function |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Builds an EntityQuery to get referenceable entities. |
| TermSelection::createNewEntity |
function |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Creates a new entity object that can be used as a valid reference. |
| TermStorageSchema::getEntitySchema |
function |
core/modules/taxonomy/src/TermStorageSchema.php |
Gets the entity schema for the specified entity type. |
| TermTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/TermTest.php |
|
| TermTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/TermTest.php |
The tested entity type. |
| TermTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/TermTest.php |
Creates the entity to be tested. |
| TermTranslationHandler::entityFormAlter |
function |
core/modules/taxonomy/src/TermTranslationHandler.php |
Performs the needed alterations to the entity form. |
| TermTranslationHandler::entityFormEntityBuild |
function |
core/modules/taxonomy/src/TermTranslationHandler.php |
Entity builder method. |
| TermTranslationHandler::entityFormSave |
function |
core/modules/taxonomy/src/TermTranslationHandler.php |
Form submission handler for TermTranslationHandler::entityFormAlter(). |
| TermTranslationUITest::getNewEntityValues |
function |
core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php |
Returns an array of entity field values to be tested. |
| TestableSqlContentEntityStorage |
class |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
A test subclass of SqlContentEntityStorage. |
| TestableSqlContentEntityStorage.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
|
| TestableSqlContentEntityStorage::$database |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Active database connection. |
| TestableSqlContentEntityStorage::$entityType |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Information about the entity type. |
| TestableSqlContentEntityStorage::$fieldStorageDefinitions |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
The entity type's field storage definitions. |
| TestableSqlContentEntityStorage::$tableMapping |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
The mapping of field columns to SQL tables. |
| TestableSqlContentEntityStorage::getTableMapping |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Overrides original SqlContentEntityStorage::getTableMapping(). |
| TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Exposes the protected deleteFromDedicatedTables() method for testing. |
| TestableSqlContentEntityStorage::setTableMapping |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Sets the table mapping. |
| TestableSqlContentEntityStorage::__construct |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Override the constructor to bypass the parent's constructor. |
| TestConfigEntityWithPluginCollections |
class |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Stub class for testing. |
| TestConfigEntityWithPluginCollections::$pluginCollection |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The plugin collection. |
| TestConfigEntityWithPluginCollections::$pluginManager |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The plugin manager. |
| TestConfigEntityWithPluginCollections::$the_plugin_collection_config |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The configuration for the plugin collection. |
| TestConfigEntityWithPluginCollections::getPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Gets the plugin collections used by this object. |
| TestConfigEntityWithPluginCollections::setPluginManager |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
|
| TestControllers::testEntityLanguage |
function |
core/modules/system/tests/modules/paramconverter_test/src/TestControllers.php |
|
| TestCoverageTest::testEntityTypeRestTestCoverage |
function |
core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php |
Tests that all core entity types have JSON:API test coverage. |
| TestDefaultHtmlRouteProvider::getEntityTypeIdKeyType |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Gets the type of the ID key for a given entity type. |