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
FieldRenderedEntityTranslationTest.php file core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
FieldRenderedEntityTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php The theme to install as the default for testing.
FieldRenderedEntityTranslationTest::$entityTypeManager property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php The entity type manager service.
FieldRenderedEntityTranslationTest::$modules property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Modules to enable.
FieldRenderedEntityTranslationTest::$testViews property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
FieldRenderedEntityTranslationTest::assertRows function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Ensures that the rendered results are working as expected.
FieldRenderedEntityTranslationTest::setUp function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
FieldRenderedEntityTranslationTest::testTranslationRows function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Tests that different translation mechanisms can be used for base fields.
FieldResolver class core/modules/jsonapi/src/Context/FieldResolver.php A service that evaluates external path expressions against Drupal fields.
FieldResolver.php file core/modules/jsonapi/src/Context/FieldResolver.php
FieldResolver::$entityTypeBundleInfo property core/modules/jsonapi/src/Context/FieldResolver.php The entity type bundle information service.
FieldResolver::$entityTypeManager property core/modules/jsonapi/src/Context/FieldResolver.php The entity type manager.
FieldResolver::$fieldManager property core/modules/jsonapi/src/Context/FieldResolver.php The field manager.
FieldResolver::$moduleHandler property core/modules/jsonapi/src/Context/FieldResolver.php The module handler.
FieldResolver::$resourceTypeRepository property core/modules/jsonapi/src/Context/FieldResolver.php The JSON:API resource type repository service.
FieldResolver::constructInternalPath function core/modules/jsonapi/src/Context/FieldResolver.php Expands the internal path with the "entity" keyword.
FieldResolver::getAllDataReferencePropertyNames function core/modules/jsonapi/src/Context/FieldResolver.php Gets all unique reference property names from the given field definitions.
FieldResolver::getDataReferencePropertyName function core/modules/jsonapi/src/Context/FieldResolver.php Determines the reference property name for the remaining unresolved parts.
FieldResolver::getFieldAccess function core/modules/jsonapi/src/Context/FieldResolver.php Gets the field access result for the 'view' operation.
FieldResolver::getFieldItemDefinitions function core/modules/jsonapi/src/Context/FieldResolver.php Get all item definitions from a set of resources types by a field name.
FieldResolver::getIdFieldName function core/modules/jsonapi/src/Context/FieldResolver.php Resolves the UUID field name for a resource type.
FieldResolver::getInternalName function core/modules/jsonapi/src/Context/FieldResolver.php Resolves the internal field name based on a collection of resource types.
FieldResolver::getPathPartPropertyName function core/modules/jsonapi/src/Context/FieldResolver.php Gets the property name from an entity typed or untyped path part.
FieldResolver::getRelatableResourceTypes function core/modules/jsonapi/src/Context/FieldResolver.php Get the referenceable ResourceTypes for a set of field definitions.
FieldResolver::isCandidateDefinitionProperty function core/modules/jsonapi/src/Context/FieldResolver.php Determines if a path part targets a field property, not a subsequent field.
FieldResolver::isCandidateDefinitionReferenceProperty function core/modules/jsonapi/src/Context/FieldResolver.php Determines if a path part targets a reference property.
FieldResolver::isDelta function core/modules/jsonapi/src/Context/FieldResolver.php Determines if a path part targets a specific field delta.
FieldResolver::isMemberFilterable function core/modules/jsonapi/src/Context/FieldResolver.php Determines if the given field or member name is filterable.
FieldResolver::resolveInternalEntityQueryPath function core/modules/jsonapi/src/Context/FieldResolver.php Resolves external field expressions into entity query compatible paths.
FieldResolver::resolveInternalIncludePath function core/modules/jsonapi/src/Context/FieldResolver.php Validates and resolves an include path into its internal possibilities.
FieldResolver::resourceTypesAreTraversable function core/modules/jsonapi/src/Context/FieldResolver.php Whether the given resources can be traversed to other resources.
FieldResolver::__construct function core/modules/jsonapi/src/Context/FieldResolver.php Creates a FieldResolver instance.
FieldResolverTest class core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php @coversDefaultClass \Drupal\jsonapi\Context\FieldResolver
@group jsonapi
FieldResolverTest.php file core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php
FieldResolverTest::$modules property core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Modules to enable.
FieldResolverTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php The JSON:API resource type repository.
FieldResolverTest::$sut property core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php The subject under test.
FieldResolverTest::makeBundle function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Create a simple bundle.
FieldResolverTest::makeField function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Creates a field for a specified entity type/bundle.
FieldResolverTest::resolveInternalEntityQueryPathErrorProvider function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Provides test cases for ::testResolveInternalEntityQueryPathError.
FieldResolverTest::resolveInternalEntityQueryPathProvider function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Provides test cases for ::testResolveInternalEntityQueryPath.
FieldResolverTest::resolveInternalIncludePathErrorProvider function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Provides test cases for ::testResolveInternalIncludePathError.
FieldResolverTest::resolveInternalIncludePathProvider function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Provides test cases for resolveInternalEntityQueryPath.
FieldResolverTest::setUp function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php
FieldResolverTest::testResolveInternalEntityQueryPath function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php @covers ::resolveInternalEntityQueryPath
@dataProvider resolveInternalEntityQueryPathProvider
FieldResolverTest::testResolveInternalEntityQueryPathError function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Expects an error when an invalid field is provided for filter and sort.
FieldResolverTest::testResolveInternalIncludePath function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php @covers ::resolveInternalEntityQueryPath
@dataProvider resolveInternalIncludePathProvider
FieldResolverTest::testResolveInternalIncludePathError function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Expects an error when an invalid field is provided for include.
FieldRight class core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/src/Plugin/migrate/field/FieldRight.php Field migration for testing migration states.
FieldRight.php file core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/src/Plugin/migrate/field/FieldRight.php

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