Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldPluginBase::linkGenerator | function | core/ |
Gets the link generator. |
| FieldPluginBase::postRender | function | core/ |
Runs after every field has been rendered. |
| FieldPluginBase::preRender | function | core/ |
Runs before any fields are rendered. |
| FieldPluginBase::processField | function | core/ |
Alters the migration for field definitions. |
| FieldPluginBase::processFieldFormatter | function | core/ |
Alter field formatter migration. |
| FieldPluginBase::processFieldInstance | function | core/ |
Alert field instance migration. |
| FieldPluginBase::processFieldValues | function | core/ |
Defines the process pipeline for field values. |
| FieldPluginBase::processFieldWidget | function | core/ |
Alter field widget migration. |
| FieldPluginBase::query | function | core/ |
Called to add the field to a query. |
| FieldPluginBase::render | function | core/ |
Renders the field. |
| FieldPluginBase::renderAltered | function | core/ |
Render this field as user-defined altered text. |
| FieldPluginBase::renderAsLink | function | core/ |
Render this field as a link, with the info from a fieldset set by the user. |
| FieldPluginBase::renderText | function | core/ |
Performs an advanced text render for the item. |
| FieldPluginBase::renderTrimText | function | core/ |
Trims the field down to the specified length. |
| FieldPluginBase::RENDER_TEXT_PHASE_COMPLETELY | constant | core/ |
Indicator of the renderText() method for rendering the whole element. (if no render_item() method is available). |
| FieldPluginBase::RENDER_TEXT_PHASE_EMPTY | constant | core/ |
Indicator of the renderText() method for rendering the empty text. |
| FieldPluginBase::RENDER_TEXT_PHASE_SINGLE_ITEM | constant | core/ |
Indicator of the renderText() method for rendering a single item. (If no render_item() is present). |
| FieldPluginBase::submitOptionsForm | function | core/ |
Performs some cleanup tasks on the options array before saving it. |
| FieldPluginBase::theme | function | core/ |
Passes values to drupal_render() using $this->themeFunctions() as #theme. |
| FieldPluginBase::themeFunctions | function | core/ |
Provide a full list of possible theme templates used by this style. |
| FieldPluginBase::tokenizeValue | function | core/ |
Replaces a value with tokens from the last field. |
| FieldPluginBase::trimText | function | core/ |
Trims the field down to the specified length. |
| FieldPluginBase::useStringGroupBy | function | core/ |
Determines if this field will be available as an option to group the result by in the style settings. |
| FieldPluginBaseTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\field\FieldPluginBase[[api-linebreak]] @group views |
| FieldPluginBaseTest.php | file | core/ |
Contains \Drupal\Tests\views\Unit\Plugin\field\FieldPluginBaseTest. |
| FieldPluginBaseTest::$configuration | property | core/ |
The configuration of the plugin under test. |
| FieldPluginBaseTest::$defaultUrlOptions | property | core/ |
Default configuration for URL output. |
| FieldPluginBaseTest::$display | property | core/ |
The mocked display plugin instance. |
| FieldPluginBaseTest::$executable | property | core/ |
The mocked view executable. |
| FieldPluginBaseTest::$linkGenerator | property | core/ |
The mocked link generator. |
| FieldPluginBaseTest::$pathProcessor | property | core/ |
The mocked path processor. |
| FieldPluginBaseTest::$pathValidator | property | core/ |
The mocked path validator. |
| FieldPluginBaseTest::$pluginDefinition | property | core/ |
The definition of the plugin under test. |
| FieldPluginBaseTest::$pluginId | property | core/ |
The ID plugin of the plugin under test. |
| FieldPluginBaseTest::$renderer | property | core/ |
The mocked path renderer. |
| FieldPluginBaseTest::$requestStack | property | core/ |
The request stack. |
| FieldPluginBaseTest::$unroutedUrlAssembler | property | core/ |
The unrouted url assembler service. |
| FieldPluginBaseTest::$urlGenerator | property | core/ |
The mocked url generator. |
| FieldPluginBaseTest::providerTestRenderAsExternalLinkWithPathAndTokens | function | core/ |
Data provider for ::testRenderAsExternalLinkWithPathAndTokens(). |
| FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndOptions | function | core/ |
Data provider for ::testRenderAsLinkWithPathAndOptions(). |
| FieldPluginBaseTest::providerTestRenderAsLinkWithPathAndTokens | function | core/ |
Data provider for ::testRenderAsLinkWithPathAndTokens(). |
| FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions | function | core/ |
Data provider for ::testRenderAsLinkWithUrlAndOptions(). |
| FieldPluginBaseTest::providerTestRenderTrimmedWithMoreLinkAndPath | function | core/ |
Data provider for ::testRenderTrimmedWithMoreLinkAndPath(). |
| FieldPluginBaseTest::setUp | function | core/ |
|
| FieldPluginBaseTest::setupDisplayWithEmptyArgumentsAndFields | function | core/ |
Sets up a display with empty arguments and fields. |
| FieldPluginBaseTest::setupTestField | function | core/ |
Sets up a test field. |
| FieldPluginBaseTest::setUpUrlIntegrationServices | function | core/ |
Sets up the unrouted url assembler and the link generator. |
| FieldPluginBaseTest::testElementClassesWithTokens | function | core/ |
Ensures proper token replacement when generating CSS classes. |
| FieldPluginBaseTest::testGetRenderTokensWithArguments | function | core/ |
@covers ::getRenderTokens[[api-linebreak]] |
| FieldPluginBaseTest::testGetRenderTokensWithoutArguments | function | core/ |
@covers ::getRenderTokens[[api-linebreak]] |
Pagination
- Previous page
- Page 70
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.