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. 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.

All search results

Title Object type File name Summary
FieldPluginBaseTest::setupTestField function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Sets up a test field.
FieldPluginBaseTest::setUpUrlIntegrationServices function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Sets up the unrouted URL assembler and the link generator.
FieldPluginBaseTest::testElementClassesWithTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Ensures proper token replacement when generating CSS classes.
FieldPluginBaseTest::testGetRenderTokensWithArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens[[api-linebreak]]
FieldPluginBaseTest::testGetRenderTokensWithoutArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens[[api-linebreak]]
FieldPluginBaseTest::testGetRenderTokensWithoutFieldsAndArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens[[api-linebreak]]
FieldPluginBaseTest::testGetRenderTokensWithQuery function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens[[api-linebreak]]
@covers ::getTokenValuesRecursive[[api-linebreak]]
@dataProvider providerTestGetRenderTokensWithQuery
FieldPluginBaseTest::testRenderAsExternalLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithoutPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering as a link without a path.
FieldPluginBaseTest::testRenderAsLinkWithPathAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering of a link with a path and options.
FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests link rendering with a URL and options.
FieldPluginBaseTest::testRenderNoResult function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests the "No results text" rendering.
FieldPluginBaseTest::testRenderTrimmedWithMoreLinkAndPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering with a more link.
FieldPluginBaseTestField class core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Test class for testing field plugins.
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.

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