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
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. |
Field | class | core/ |
A stub class to provide backward compatibility for EntityField. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FieldFileTest::testLegacyTransformAltTitle | function | core/ |
Tests that alt and title attributes are included in transformed values. |
FieldFileTest::testTransformAltTitle | function | core/ |
Tests that alt and title attributes are included in transformed values. |
FieldFilteredMarkup | class | core/ |
Defines an object that passes safe strings through the Field system. |
FieldFilteredMarkup.php | file | core/ |
|
FieldFilteredMarkup::allowedTags | function | core/ |
Returns the allowed tag list. |
FieldFilteredMarkup::create | function | core/ |
Overrides \Drupal\Component\Render\MarkupTrait::create(). |
FieldFilteredMarkup::displayAllowedTags | function | core/ |
Returns a human-readable list of allowed tags for display in help texts. |
FieldFilteredMarkupTest | class | core/ |
@coversDefaultClass \Drupal\Core\Field\FieldFilteredMarkup @group Field |
FieldFilteredMarkupTest.php | file | core/ |
|
FieldFilteredMarkupTest::providerTestCreate | function | core/ |
Provides data for testCreate(). |
FieldFilteredMarkupTest::testCreate | function | core/ |
@covers ::create @dataProvider providerTestCreate |
FieldFilteredMarkupTest::testdisplayAllowedTags | function | core/ |
@covers: ::displayAllowedTags |
FieldFormatter | class | core/ |
Defines a FieldFormatter annotation object. |
FieldFormatter.php | file | core/ |
|
FieldFormatter::$class | property | core/ |
The name of the field formatter class. |
FieldFormatter::$description | property | core/ |
A short description of the formatter type. |
FieldFormatter::$field_types | property | core/ |
An array of field types the formatter supports. |
FieldFormatter::$id | property | core/ |
The plugin ID. |
FieldFormatter::$label | property | core/ |
The human-readable name of the formatter type. |
FieldFormatter::$weight | property | core/ |
An integer to determine the weight of this formatter relative to other formatter in the Field UI when selecting a formatter for a given field instance. |
FieldFormatterSettingsDefaults | class | core/ |
Set the default field settings. |
FieldFormatterSettingsDefaults.php | file | core/ |
|
FieldFormatterSettingsDefaults::numberSettings | function | core/ |
|
FieldFormatterSettingsDefaults::transform | function | core/ |
Set field formatter settings when the map didn't map: for date formatters, the fallback format, for everything else, empty array. |
FieldFormatterTest | class | core/ |
Tests for field formatters. |
FieldFormatterTest.php | file | core/ |
|
FieldFormatterTest::$display | property | core/ |
The default display. |
FieldFormatterTest::$fieldName | property | core/ |
The field's name. |
FieldFormatterTest::$modules | property | core/ |
Modules to enable. |
FieldFormatterTest::setUp | function | core/ |
|
FieldFormatterTest::testThirdPartySettings | function | core/ |
Tests availability of third party settings in field render arrays. |
FieldFormButtonTest | class | core/ |
A handler to provide a field that is completely custom by the administrator. |
FieldFormButtonTest.php | file | core/ |
|
FieldFormButtonTest::getValue | function | core/ |
Gets the value that's supposed to be rendered. |
FieldFormButtonTest::query | function | core/ |
Called to add the field to a query. |
FieldFormButtonTest::viewsForm | function | core/ |
Form constructor for the views form. |
FieldFormButtonTest::viewsFormSubmit | function | core/ |
Submit handler for the views form. |
FieldFormCommand | class | core/ |
AJAX command for passing a rendered field form to Quick Edit's JavaScript app. |
FieldFormCommand.php | file | core/ |
|
FieldFormCommand::__construct | function | core/ |
Constructs a FieldFormCommand object. |
FieldFormSavedCommand | class | core/ |
AJAX command to indicate a field was saved into PrivateTempStore without validation errors and pass the rerendered field to Quick Edit's JavaScript app. |
FieldFormSavedCommand.php | file | core/ |
|
FieldFormSavedCommand::$other_view_modes | property | core/ |
The same re-rendered edited field, but in different view modes. |
FieldFormSavedCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
FieldFormSavedCommand::__construct | function | core/ |
Constructs a FieldFormSavedCommand object. |
FieldFormValidationErrorsCommand | class | core/ |
AJAX command to indicate a field form was attempted to be saved but failed validation and pass the validation errors. |
FieldFormValidationErrorsCommand.php | file | core/ |
|
FieldFormValidationErrorsCommand::__construct | function | core/ |
Constructs a FieldFormValidationErrorsCommand object. |
Fieldgroup | class | core/ |
Provides a render element for a group of form elements. |
fieldgroup.module.css | file | core/ |
Fieldgroup border reset. |
Pagination
- Previous page
- Page 58
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.