Search for Field
- Search 7.x for Field
- Search 8.9.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Field | class | core/ |
Drupal 6 field source from database. |
| Field | class | core/ |
Drupal 7 field source from database. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldPluginBase::getElements | function | core/ |
Provides a list of elements valid for field HTML. |
| FieldPluginBase::getEntity | function | core/ |
Gets the entity matching the current row and relationship. |
| FieldPluginBase::getFieldFormatterMap | function | core/ |
Get a map between D6 formatters and D8 formatters for this field type. |
| FieldPluginBase::getFieldFormatterType | function | core/ |
Get the field formatter type from the source. |
| FieldPluginBase::getFieldTokenPlaceholder | function | core/ |
Returns a token placeholder for the current field. |
| FieldPluginBase::getFieldType | function | core/ |
Computes the destination type of a migrated field. |
| FieldPluginBase::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
| FieldPluginBase::getFieldWidgetType | function | core/ |
Get the field widget type from the source. |
| FieldPluginBase::getPreviousFieldLabels | function | core/ |
Returns all field labels of fields before this field. |
| FieldPluginBase::getRenderer | function | core/ |
Returns the render API renderer. |
| FieldPluginBase::getRenderTokens | function | core/ |
Gets the 'render' tokens to use for advanced rendering. |
| FieldPluginBase::getTokenValuesRecursive | function | core/ |
Recursive function to add replacements for nested query string parameters. |
| FieldPluginBase::getValue | function | core/ |
Gets the value that's supposed to be rendered. |
| FieldPluginBase::init | function | core/ |
Initialize the plugin. |
| FieldPluginBase::isValueEmpty | function | core/ |
Checks if a field value is empty. |
| FieldPluginBase::label | function | core/ |
Gets this field's label. |
| 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::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. |
| 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. |
| FieldPluginBase::submitOptionsForm | function | core/ |
Performs some cleanup tasks on the options array before saving it. |
| FieldPluginBase::theme | function | core/ |
Renders row values 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 can be grouped in the results. |
| 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(). |
Pagination
- Previous page
- Page 71
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.