Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
FieldLayoutTest::testEntityForm function core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php Tests the use of field layout for entity form displays.
FieldLayoutTest::testEntityView function core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php Tests the use of field layout for entity view displays.
FieldLayoutTest::testEntityViewModes function core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php Tests that layouts are unique per view mode.
FieldLayoutTest::testLayoutForms function core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php Tests layout plugins with forms.
FieldLayoutTest::testNodeView function core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php Tests an entity type that has fields shown by default.
FieldLayoutTest::testRegionChanges function core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php Tests that changes to the regions still leave the fields visible.
FieldLayoutUninstallTest class core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php @group field_layout
FieldLayoutUninstallTest.php file core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php
FieldLayoutUninstallTest::testFieldLayoutUninstall function core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php Ensures field layout can be uninstalled with layout builder enabled.
FieldLeft class core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/src/Plugin/migrate/field/FieldLeft.php Field migration for testing migration states.
FieldLeft.php file core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/src/Plugin/migrate/field/FieldLeft.php
FieldLink class core/modules/link/src/Plugin/migrate/process/d6/FieldLink.php Plugin annotation

@MigrateProcessPlugin(
id = "d6_field_link"
)
FieldLink class core/modules/link/src/Plugin/migrate/process/FieldLink.php Transform a pre-Drupal 8 formatted link for use in Drupal 8.
FieldLink.php file core/modules/link/src/Plugin/migrate/process/FieldLink.php
FieldLink.php file core/modules/link/src/Plugin/migrate/process/d6/FieldLink.php
FieldLink::canonicalizeUri function core/modules/link/src/Plugin/migrate/process/FieldLink.php Turn a Drupal 6/7 URI into a Drupal 8-compatible format.
FieldLink::transform function core/modules/link/src/Plugin/migrate/process/FieldLink.php Performs the associated process.
FieldLink::__construct function core/modules/link/src/Plugin/migrate/process/FieldLink.php Constructs a \Drupal\Component\Plugin\PluginBase object.
FieldLinkTest class core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php @group Link
FieldLinkTest class core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/FieldLinkTest.php @group Link
@group legacy
FieldLinkTest.php file core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/FieldLinkTest.php
FieldLinkTest.php file core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php
FieldLinkTest::canonicalizeUriDataProvider function core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php Data provider for testCanonicalizeUri.
FieldLinkTest::canonicalizeUriDataProvider function core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/FieldLinkTest.php Data provider for testCanonicalizeUri.
FieldLinkTest::testCanonicalizeUri function core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/FieldLinkTest.php Test the url transformations in the FieldLink process plugin.
FieldLinkTest::testCanonicalizeUri function core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php Test the url transformations in the FieldLink process plugin.
FieldLinkTest::testCanonicalizeUriSerialized function core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php Test the attributes that are deeply serialized are discarded.
FieldMigration class core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Migration plugin class for migrations dealing with field config and values.
FieldMigration.php file core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php
FieldMigration::$fieldDiscovery property core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php The migration field discovery service.
FieldMigration::$init property core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Flag indicating whether the field data has been filled already.
FieldMigration::create function core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Creates an instance of the plugin.
FieldMigration::getProcess function core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Get the normalized process pipeline configuration describing the process
plugins.
FieldMigration::PLUGIN_METHOD constant core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Defines which configuration option has the migration processing function.
FieldMigration::__construct function core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Constructs a FieldMigration.
FieldMissingTypeTest class core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php Tests the exception when missing a field type.
FieldMissingTypeTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
FieldMissingTypeTest::$fieldName property core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
FieldMissingTypeTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php Set to FALSE because we are hacking a field storage to use a fake type.
FieldMissingTypeTest::setUp function core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
FieldMissingTypeTest::testFieldMissingType function core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php Tests the exception thrown when missing a field type in fields.
FieldMissingTypeTest::testFieldStorageMissingType function core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php Tests the exception thrown when missing a field type in field storages.
FieldNormalizer class core/modules/serialization/src/Normalizer/FieldNormalizer.php Denormalizes data to Drupal field values.
FieldNormalizer class core/modules/hal/src/Normalizer/FieldNormalizer.php Converts the Drupal field structure to HAL array structure.
FieldNormalizer class core/modules/jsonapi/src/Normalizer/FieldNormalizer.php Converts the Drupal field structure to a JSON:API array structure.
FieldNormalizer.php file core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FieldNormalizer.php file core/modules/hal/src/Normalizer/FieldNormalizer.php
FieldNormalizer.php file core/modules/serialization/src/Normalizer/FieldNormalizer.php
FieldNormalizer::$format property core/modules/hal/src/Normalizer/FieldNormalizer.php List of formats which supports (de-)normalization.
FieldNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/FieldNormalizer.php The interface or class that this Normalizer supports.

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