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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.
Field class core/modules/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.

All search results

Title Object type File name Summary
FieldItemNormalizer.php file core/modules/serialization/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::$entityTypeManager property core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php The entity type manager.
FieldItemNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php The interface or class that this Normalizer supports.
FieldItemNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/FieldItemNormalizer.php The interface or class that this Normalizer supports.
FieldItemNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/FieldItemNormalizer.php The interface or class that this Normalizer supports.
FieldItemNormalizer::createTranslatedInstance function core/modules/hal/src/Normalizer/FieldItemNormalizer.php Get a translated version of the field item instance.
FieldItemNormalizer::denormalize function core/modules/hal/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::denormalize function core/modules/serialization/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::denormalize function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::getFieldItemInstance function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php Gets a field item instance for use with SerializedColumnNormalizerTrait.
FieldItemNormalizer::normalize function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php This normalizer leaves JSON:API normalizer land and enters the land of
Drupal core's serialization system. That system was never designed with
cacheability in mind, and hence bubbles cacheability out of band. This must
catch it, and pass it to…
FieldItemNormalizer::normalize function core/modules/hal/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::normalizedFieldValues function core/modules/hal/src/Normalizer/FieldItemNormalizer.php Normalizes field values for an item.
FieldItemNormalizer::__construct function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php FieldItemNormalizer constructor.
FieldItemNormalizerDenormalizeExceptionsUnitTest class core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php @coversDefaultClass \Drupal\hal\Normalizer\FieldItemNormalizer
@group hal
FieldItemNormalizerDenormalizeExceptionsUnitTest.php file core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php
FieldItemNormalizerDenormalizeExceptionsUnitTest::testFieldItemNormalizerDenormalizeExceptions function core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php Tests that the FieldItemNormalizer::denormalize() throws proper exceptions.
FieldItemSerializationTest class core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Test field level normalization process.
FieldItemSerializationTest.php file core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
FieldItemSerializationTest::$entity property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The test entity.
FieldItemSerializationTest::$entityClass property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The class name of the test class.
FieldItemSerializationTest::$modules property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Modules to enable.
FieldItemSerializationTest::$serializer property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The serializer service.
FieldItemSerializationTest::$values property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The test values.
FieldItemSerializationTest::providerTestCustomBooleanNormalization function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Data provider.
FieldItemSerializationTest::setUp function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
FieldItemSerializationTest::testCustomBooleanNormalization function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests a format-agnostic normalizer.
FieldItemSerializationTest::testFieldDenormalizeWithScalarValue function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests denormalizing using a scalar field value.
FieldItemSerializationTest::testFieldNormalizeDenormalize function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests normalizing and denormalizing an entity with field item normalizer.
FieldItemTest class core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Test field item methods.
FieldItemTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldItemTest::$fieldName property core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldItemTest::assertSavedFieldItemValue function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Checks that the saved field item value matches the expected one.
FieldItemTest::setUp function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldItemTest::testSaveWorkflow function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Tests the field item save workflow.
FieldKernelTest class core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the generic field handler.
FieldKernelTest.php file core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
FieldKernelTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Map column names.
FieldKernelTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Modules to enable.
FieldKernelTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Views used by this test.
FieldKernelTest::assertNotSubString function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Asserts that a string is not part of another string.
FieldKernelTest::assertSubString function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Asserts that a string is part of another string.
FieldKernelTest::testArgumentTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the arguments tokens on field level.
FieldKernelTest::testClickSortable function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests whether the filters are click sortable as expected.
FieldKernelTest::testEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests everything related to empty output of a field.
FieldKernelTest::testExclude function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the exclude setting.
FieldKernelTest::testFieldTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the field tokens, row level and field level.
FieldKernelTest::testIsValueEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests views_handler_field::isValueEmpty().
FieldKernelTest::testQuery function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests all things related to the query.
FieldKernelTest::testRender function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests that the render function is called.

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