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
FieldPluginBase::query function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Called to add the field to a query.
FieldPluginBase::render function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Renders the field.
FieldPluginBase::renderAltered function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Render this field as user-defined altered text.
FieldPluginBase::renderAsLink function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Render this field as a link, with the info from a fieldset set by the user.
FieldPluginBase::renderText function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Performs an advanced text render for the item.
FieldPluginBase::renderTrimText function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Trims the field down to the specified length.
FieldPluginBase::RENDER_TEXT_PHASE_COMPLETELY constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering the whole element.
FieldPluginBase::RENDER_TEXT_PHASE_EMPTY constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering the empty text.
FieldPluginBase::RENDER_TEXT_PHASE_SINGLE_ITEM constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering a single item.
FieldPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Performs some cleanup tasks on the options array before saving it.
FieldPluginBase::theme function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Renders row values using $this->themeFunctions() as #theme.
FieldPluginBase::themeFunctions function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Provide a full list of possible theme templates used by this style.
FieldPluginBase::tokenizeValue function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Replaces a value with tokens from the last field.
FieldPluginBase::trimText function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Trims the field down to the specified length.
FieldPluginBase::useStringGroupBy function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Determines if this field can be grouped in the results.
FieldPluginBaseTest class core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\field\FieldPluginBase
@group views
FieldPluginBaseTest.php file core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FieldPluginBaseTest::$configuration property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The configuration of the plugin under test.
FieldPluginBaseTest::$display property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked display plugin instance.
FieldPluginBaseTest::$executable property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked view executable.
FieldPluginBaseTest::$linkGenerator property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked link generator.
FieldPluginBaseTest::$pathProcessor property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked path processor.
FieldPluginBaseTest::$pathValidator property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked path validator.
FieldPluginBaseTest::$pluginDefinition property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The definition of the plugin under test.
FieldPluginBaseTest::$pluginId property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The ID plugin of the plugin under test.
FieldPluginBaseTest::$renderer property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked path renderer.
FieldPluginBaseTest::$requestStack property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The request stack.
FieldPluginBaseTest::$unroutedUrlAssembler property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The unrouted URL assembler service.
FieldPluginBaseTest::$urlGenerator property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked URL generator.
FieldPluginBaseTest::DEFAULT_URL_OPTIONS constant core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Default configuration for URL output.
FieldPluginBaseTest::providerTestGetRenderTokensWithQuery function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testGetRenderTokensWithQuery().
FieldPluginBaseTest::providerTestRenderAsExternalLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsExternalLinkWithPathAndTokens().
FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsLinkWithPathAndOptions().
FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsLinkWithPathAndTokens().
FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderAsLinkWithUrlAndOptions().
FieldPluginBaseTest::providerTestRenderTrimmedWithMoreLinkAndPath function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testRenderTrimmedWithMoreLinkAndPath().
FieldPluginBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FieldPluginBaseTest::setupDisplayWithEmptyArgumentsAndFields function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Sets up a display with empty arguments and fields.
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
FieldPluginBaseTest::testGetRenderTokensWithoutArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FieldPluginBaseTest::testGetRenderTokensWithoutFieldsAndArguments function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens
FieldPluginBaseTest::testGetRenderTokensWithQuery function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @dataProvider providerTestGetRenderTokensWithQuery
@covers ::getRenderTokens
@covers ::getTokenValuesRecursive
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.

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