Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContentEntityStorageBase::doSaveFieldItems | function | core/ |
Writes entity field values to the storage. |
| ContentEntityStorageBase::getRevisionTranslationMergeSkippedFieldNames | function | core/ |
Returns an array of field names to skip when merging revision translations. |
| ContentEntityStorageBase::hasFieldValueChanged | function | core/ |
Checks whether the field values changed compared to the original entity. |
| ContentEntityStorageBase::initFieldValues | function | core/ |
Initializes field values. |
| ContentEntityStorageBase::invokeFieldMethod | function | core/ |
Invokes a method on the Field objects within an entity. |
| ContentEntityStorageBase::invokeFieldPostSave | function | core/ |
Invokes the post save method on the Field objects within an entity. |
| ContentEntityStorageBase::onFieldDefinitionCreate | function | core/ |
Reacts to the creation of a field. |
| ContentEntityStorageBase::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
| ContentEntityStorageBase::onFieldDefinitionUpdate | function | core/ |
Reacts to the update of a field. |
| ContentEntityStorageBase::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
| ContentEntityStorageBase::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
| ContentEntityStorageBase::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
| ContentEntityStorageBase::purgeFieldData | function | core/ |
Purges a batch of field data. |
| ContentEntityStorageBase::purgeFieldItems | function | core/ |
Removes field items from storage per entity during purge. |
| ContentEntityStorageBase::readFieldItemsToPurge | function | core/ |
Reads values to be purged for a single field. |
| ContentEntityTest::$fieldName | property | core/ |
The name of the field used in this test. |
| ContentModerationState::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| ContentModerationState::getFieldsToSkipFromTranslationChangesCheck | function | core/ |
Returns an array of field names to skip in ::hasTranslationChanges. |
| ContentModerationStateTest::testModerationWithFieldConfigOverride | function | core/ |
Tests moderation when the moderation_state field has a config override. |
| ContentTranslationController::$entityFieldManager | property | core/ |
The entity field manager. |
| ContentTranslationEntityBundleInfoTest::testFieldSynchronizationWithDisabledBundle | function | core/ |
Tests that field synchronization is skipped for disabled bundles. |
| ContentTranslationFieldSyncRevisionTest | class | core/ |
Tests the field synchronization logic when revisions are involved. |
| ContentTranslationFieldSyncRevisionTest.php | file | core/ |
|
| ContentTranslationFieldSyncRevisionTest::$contentTranslationManager | property | core/ |
The content translation manager. |
| ContentTranslationFieldSyncRevisionTest::$fieldName | property | core/ |
The synchronized field name. |
| ContentTranslationFieldSyncRevisionTest::$modules | property | core/ |
Modules to enable. |
| ContentTranslationFieldSyncRevisionTest::$storage | property | core/ |
The test entity storage. |
| ContentTranslationFieldSyncRevisionTest::assertLatestRevisionFieldValues | function | core/ |
Asserts that the latest revision has the expected field values. |
| ContentTranslationFieldSyncRevisionTest::assertViolations | function | core/ |
Asserts that the expected violations were found. |
| ContentTranslationFieldSyncRevisionTest::createRevision | function | core/ |
Creates a new revision starting from the latest translation-affecting one. |
| ContentTranslationFieldSyncRevisionTest::saveNewEntity | function | core/ |
|
| ContentTranslationFieldSyncRevisionTest::setUntranslatableFieldWidgetsDisplay | function | core/ |
Sets untranslatable field widgets' display status. |
| ContentTranslationFieldSyncRevisionTest::setUp | function | core/ |
|
| ContentTranslationFieldSyncRevisionTest::testChangeDefaultLanguageNonTranslatableFieldsHidden | function | core/ |
Test changing the default language of an entity. |
| ContentTranslationFieldSyncRevisionTest::testFieldSynchronizationAndValidation | function | core/ |
Checks that field synchronization works as expected with revisions. |
| ContentTranslationHandler::$fieldStorageDefinitions | property | core/ |
The array of installed field storage definitions for the entity type, keyed by field name. |
| ContentTranslationHandler::checkFieldStorageDefinitionTranslatability | function | core/ |
Checks the field storage definition for translatability support. |
| ContentTranslationHandler::getFieldDefinitions | function | core/ |
Returns a set of field definitions to be used to store metadata items. |
| ContentTranslationHandlerInterface::getFieldDefinitions | function | core/ |
Returns a set of field definitions to be used to store metadata items. |
| ContentTranslationMetadataFieldsTest | class | core/ |
Tests the Content Translation metadata fields handling. |
| ContentTranslationMetadataFieldsTest.php | file | core/ |
|
| ContentTranslationMetadataFieldsTest::$bundle | property | core/ |
The bundle being tested. |
| ContentTranslationMetadataFieldsTest::$entityTypeId | property | core/ |
The entity type being tested. |
| ContentTranslationMetadataFieldsTest::$modules | property | core/ |
Modules to install. |
| ContentTranslationMetadataFieldsTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| ContentTranslationMetadataFieldsTest::testSetTranslatable | function | core/ |
Tests setting translatable metadata fields. |
| ContentTranslationMetadataFieldsTest::testSkipUntranslatable | function | core/ |
Tests skipping setting non translatable metadata fields. |
| ContentTranslationMetadataWrapper::setFieldOnlyIfTranslatable | function | core/ |
Updates a field value, only if the field is translatable. |
| ContentTranslationModuleInstallTest::testFieldUpdates | function | core/ |
Test that content translation fields are created upon module installation. |
| ContentTranslationSettingsTest::testFieldTranslatableSettingsUI | function | core/ |
Tests that field setting depends on bundle translatability. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.