| EntityConstraintViolationListInterface::getFieldNames |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Returns the names of all violated fields. |
| EntityDefinitionTestTrait::addLongNameBaseField |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Adds a long-named base field to the 'entity_test_update' entity type. |
| EntityDefinitionTestTrait::renameBaseTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the base table to 'entity_test_update_new'. |
| EntityDefinitionTestTrait::renameDataTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the data table to 'entity_test_update_data_new'. |
| EntityDefinitionTestTrait::renameRevisionBaseTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the revision table to 'entity_test_update_revision_new'. |
| EntityDefinitionTestTrait::renameRevisionDataTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the revision data table to 'entity_test_update_revision_data_new'. |
| EntityDefinitionUpdateMultipleTypesTest::testLongNameFieldIndexes |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Check that field schema is correctly handled with long-named fields. |
| EntityDeleteForm::getConfigNamesToDelete |
function |
core/lib/Drupal/Core/Entity/EntityDeleteForm.php |
Returns config names to delete for the deletion confirmation form. |
| EntityFieldTest::$entityName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
|
| EntityFormDisplayTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
The name of the tested JSON:API resource type. |
| EntityFormModeTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
The name of the tested JSON:API resource type. |
| EntityFormModeValidationTest::providerInvalidMachineNameCharacters |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
Data provider for ::testInvalidMachineNameCharacters(). |
| EntityFormModeValidationTest::testMachineNameLength |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
Tests that the entity ID's length is validated if it is a machine name. |
| EntityFormTest::loadEntityByName |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Loads a test entity by name always resetting the storage cache. |
| EntityHasFieldConstraint::$field_name |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php |
The field name option. |
| EntityInterface::getConfigDependencyName |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets the configuration dependency name. |
| EntityLanguageTestBase::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The test field name. |
| EntityLanguageTestBase::$untranslatableFieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The untranslatable test field name. |
| EntityQueryRelationshipTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
The name of the taxonomy field used for test. |
| EntityQueryRelationshipTest::providerTestInvalidFieldName |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Data provider for testInvalidFieldName(). |
| EntityQueryRelationshipTest::testInvalidFieldName |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Tests a non-existent field name in a complex query relationship. |
| EntityReferenceArgument::summaryName |
function |
core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php |
Provides the name to use for the summary, defaults to the name field. |
| EntityReferenceFieldTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php |
The name of the field used in this test. |
| EntityReferenceFieldTranslatedReferenceViewTest::$referenceFieldName |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
The machine name of the entity reference field. |
| EntityReferenceFieldTranslatedReferenceViewTest::$testEntityTypeName |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
The test entity type name. |
| EntityReferenceFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
The name of the field used in this test. |
| EntityReferenceIntegrationTest::$fieldName |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php |
The name of the field used in this test. |
| EntityReferenceItem::mainPropertyName |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Returns the name of the main property, if any. |
| EntityReferenceRelationshipTest::testDataTableRelationshipWithLongFieldName |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
Tests views data generated for relationship. |
| EntityReferenceSettingsTest::$testLogServiceName |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php |
The service name for a logger implementation that collects anything logged. |
| EntityReferenceUuidItem::mainPropertyName |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
Returns the name of the main property, if any. |
| EntityResourceTestBase::$labelFieldName |
property |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Optionally specify which field is the 'label' field. |
| EntityResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| EntityResourceTestBase::$uniqueFieldNames |
property |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
A list of fields that need a unique value. |
| EntityResourceTestBase::assertPatchProtectedFieldNamesStructure |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Asserts structure of $patchProtectedFieldNames. |
| EntityStorageBase::getQueryServiceName |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Gets the name of the service for the query for this entity storage. |
| EntityTest::getName |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php |
Returns the name. |
| EntityTest::setName |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php |
Sets the name. |
| EntityTestBundleResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| EntityTestComputedFieldTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php |
The fields that are protected against modification during PATCH requests. |
| EntityTestComputedFieldTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php |
The name of the tested JSON:API resource type. |
| EntityTestDateOnlyTest::$fieldName |
property |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateOnlyTest.php |
Datetime test field name. |
| EntityTestDateRangeTest::$fieldName |
property |
core/modules/datetime_range/tests/src/Functional/EntityResource/EntityTest/EntityTestDateRangeTest.php |
Datetime Range test field name. |
| EntityTestDatetimeTest::$fieldName |
property |
core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php |
Datetime test field name. |
| EntityTestLabelResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| EntityTestMapFieldResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| EntityTestMapFieldTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php |
The fields that are protected against modification during PATCH requests. |
| EntityTestMapFieldTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php |
The name of the tested JSON:API resource type. |
| EntityTestResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| EntityTestTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
The fields that are protected against modification during PATCH requests. |