| FieldPluginBaseTestField::setLinkGenerator |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Set the link generator. |
| FieldPreprocess |
class |
core/lib/Drupal/Core/Field/FieldPreprocess.php |
Field theme preprocess. |
| FieldPreprocess.php |
file |
core/lib/Drupal/Core/Field/FieldPreprocess.php |
|
| FieldPreprocess::preprocessField |
function |
core/lib/Drupal/Core/Field/FieldPreprocess.php |
Prepares variables for field templates. |
| FieldPreprocess::preprocessFieldMultipleValueForm |
function |
core/lib/Drupal/Core/Field/FieldPreprocess.php |
Prepares variables for individual form element templates. |
| FieldRenderedEntityTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Tests the core Drupal\views\Plugin\views\field\RenderedEntity handler. |
| FieldRenderedEntityTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
|
| FieldRenderedEntityTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Modules to install. |
| FieldRenderedEntityTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Views used by this test. |
| FieldRenderedEntityTest::$user |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
The logged in user. |
| FieldRenderedEntityTest::assertCacheabilityMetadata |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Ensures that the expected cacheability metadata is applied. |
| FieldRenderedEntityTest::assertConfigDependencies |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Ensures that the config dependencies are calculated the right way. |
| FieldRenderedEntityTest::setUpFixtures |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Sets up the configuration and schema of views and views_test_data modules. |
| FieldRenderedEntityTest::testRenderedEntityWithoutAndWithField |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Tests the default rendered entity output. |
| FieldRenderedEntityTranslationTest |
class |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
Tests the rendering of the 'rendered_entity' field and translations. |
| 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 install. |
| 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 |
Sets up the test. |
| 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::$currentUser |
property |
core/modules/jsonapi/src/Context/FieldResolver.php |
The current user account. |
| 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 |
Tests Drupal\jsonapi\Context\FieldResolver. |
| FieldResolverTest.php |
file |
core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php |
|