Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 8.9.x for field_
  4. Search 10.3.x for field_
  5. Search 11.x for field_
  6. Other projects
Title Object type File name Summary
ContentTranslationStandardFieldsTest::$profile property core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php The profile to install as a basis for testing.
ContentTranslationStandardFieldsTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php
ContentTranslationStandardFieldsTest::testFieldTranslatableArticle function core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php Tests that translatable fields are being rendered.
ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable function core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php Tests that revision_log is not translatable.
ContentTranslationSynchronizedFieldsConstraint class core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php Validation constraint for the entity changed timestamp.
ContentTranslationSynchronizedFieldsConstraint.php file core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php
ContentTranslationSynchronizedFieldsConstraint::__construct function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php
ContentTranslationSynchronizedFieldsConstraintValidator class core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Checks that synchronized fields are handled correctly in pending revisions.
ContentTranslationSynchronizedFieldsConstraintValidator.php file core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
ContentTranslationSynchronizedFieldsConstraintValidator::$contentTranslationManager property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The content translation manager.
ContentTranslationSynchronizedFieldsConstraintValidator::$entityTypeManager property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The entity type manager.
ContentTranslationSynchronizedFieldsConstraintValidator::$synchronizer property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The field translation synchronizer.
ContentTranslationSynchronizedFieldsConstraintValidator::create function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Instantiates a new instance of this class.
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalEntity function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the original unchanged entity to be used to detect changes.
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalTranslation function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the original translation.
ContentTranslationSynchronizedFieldsConstraintValidator::getSynchronizedPropertiesByField function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the synchronized properties for every specified field.
ContentTranslationSynchronizedFieldsConstraintValidator::hasSynchronizedPropertyChanges function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Checks whether any synchronized property has changes.
ContentTranslationSynchronizedFieldsConstraintValidator::validate function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
ContentTranslationSynchronizedFieldsConstraintValidator::__construct function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php ContentTranslationSynchronizedFieldsConstraintValidator constructor.
ContentTranslationSyncImageTest::setupTestFields function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Creates the test image field.
ContentTranslationSyncImageTest::testImageFieldSync function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Tests image field synchronization.
ContentTranslationSyncUnitTest::$unchangedFieldValues property core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php The unchanged field values.
ContentTranslationSyncUnitTest::testFieldSync function core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php Tests the field synchronization algorithm.
ContentTranslationTestBase::$fieldName property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The name of the field used to test translation.
ContentTranslationTestBase::setupTestFields function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Creates the test fields.
ContentTranslationUITestBase::getChangedFieldName function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the name of the field that implements the changed timestamp.
ContentTranslationUntranslatableFieldsTest class core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php Tests the untranslatable fields behaviors.
ContentTranslationUntranslatableFieldsTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
ContentTranslationUntranslatableFieldsTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php The theme to install as the default for testing.
ContentTranslationUntranslatableFieldsTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php Modules to install.
ContentTranslationUntranslatableFieldsTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
ContentTranslationUntranslatableFieldsTest::setupTestFields function core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php Creates the test fields.
ContentTranslationUntranslatableFieldsTest::testHiddenWidgets function core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php Tests that hiding untranslatable field widgets works correctly.
CopyFieldValueTest class core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php Tests copy field value functionality.
CopyFieldValueTest.php file core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php
CopyFieldValueTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php The theme to install as the default for testing.
CopyFieldValueTest::$modules property core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php Modules to install.
CopyFieldValueTest::testCopyFieldValue function core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php Tests copy field value JavaScript functionality.
CopyFieldValueTestForm class core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Provides a form to test Drupal.behaviors.copyFieldValue.
CopyFieldValueTestForm.php file core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php
CopyFieldValueTestForm::buildForm function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Form constructor.
CopyFieldValueTestForm::getFormId function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Returns a unique string identifying the form.
CopyFieldValueTestForm::submitForm function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Form submission handler.
core.base_field_override.node.article.promote.yml file core/profiles/standard/config/install/core.base_field_override.node.article.promote.yml core/profiles/standard/config/install/core.base_field_override.node.article.promote.yml
core.base_field_override.node.article.promote.yml file core/profiles/demo_umami/config/install/core.base_field_override.node.article.promote.yml core/profiles/demo_umami/config/install/core.base_field_override.node.article.promote.yml
core.base_field_override.node.article.promote.yml file core/tests/fixtures/recipes/article_content_type/config/core.base_field_override.node.article.promote.yml core/tests/fixtures/recipes/article_content_type/config/core.base_field_override.node.article.promote.yml
core.base_field_override.node.article.promote.yml file core/recipes/article_content_type/config/core.base_field_override.node.article.promote.yml core/recipes/article_content_type/config/core.base_field_override.node.article.promote.yml
core.base_field_override.node.recipe.promote.yml file core/profiles/demo_umami/config/install/core.base_field_override.node.recipe.promote.yml core/profiles/demo_umami/config/install/core.base_field_override.node.recipe.promote.yml
core.base_field_override.node.recipe.title.yml file core/profiles/demo_umami/config/install/core.base_field_override.node.recipe.title.yml core/profiles/demo_umami/config/install/core.base_field_override.node.recipe.title.yml
core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml file core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.