Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
FieldFilteredMarkupTest.php file core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php
FieldFilteredMarkupTest::providerTestCreate function core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php Provides data for testCreate().
FieldFilteredMarkupTest::testCreate function core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @covers ::create[[api-linebreak]]
@dataProvider providerTestCreate
FieldFilteredMarkupTest::testdisplayAllowedTags function core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @covers: ::displayAllowedTags[[api-linebreak]]
FieldFormatter class core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php Defines a FieldFormatter annotation object.
FieldFormatter.php file core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php
FieldFormatter::$class property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php The name of the field formatter class.
FieldFormatter::$description property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php A short description of the formatter type.
FieldFormatter::$field_types property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php An array of field types the formatter supports.
FieldFormatter::$id property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php The plugin ID.
FieldFormatter::$label property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php The human-readable name of the formatter type.
FieldFormatter::$weight property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php 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/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php Set the default field settings.
FieldFormatterSettingsDefaults.php file core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php
FieldFormatterSettingsDefaults::numberSettings function core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php
FieldFormatterSettingsDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php Set field formatter settings when the map didn't map: for date
formatters, the fallback format, for everything else, empty array.
FieldFormatterTest class core/modules/field/tests/src/Kernel/FieldFormatterTest.php Tests for field formatters.
FieldFormatterTest.php file core/modules/field/tests/src/Kernel/FieldFormatterTest.php
FieldFormatterTest::$display property core/modules/field/tests/src/Kernel/FieldFormatterTest.php The default display.
FieldFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/FieldFormatterTest.php The field's name.
FieldFormatterTest::$modules property core/modules/field/tests/src/Kernel/FieldFormatterTest.php Modules to enable.
FieldFormatterTest::setUp function core/modules/field/tests/src/Kernel/FieldFormatterTest.php
FieldFormatterTest::testThirdPartySettings function core/modules/field/tests/src/Kernel/FieldFormatterTest.php Tests availability of third party settings in field render arrays.
FieldFormButtonTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php A handler to provide a field that is completely custom by the administrator.
FieldFormButtonTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php
FieldFormButtonTest::getValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php Gets the value that's supposed to be rendered.
FieldFormButtonTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php Called to add the field to a query.
FieldFormButtonTest::viewsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php Form constructor for the views form.
FieldFormButtonTest::viewsFormSubmit function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php Submit handler for the views form.
FieldFormCommand class core/modules/quickedit/src/Ajax/FieldFormCommand.php AJAX command for passing a rendered field form to Quick Edit's JavaScript
app.
FieldFormCommand.php file core/modules/quickedit/src/Ajax/FieldFormCommand.php
FieldFormCommand::__construct function core/modules/quickedit/src/Ajax/FieldFormCommand.php Constructs a FieldFormCommand object.
FieldFormSavedCommand class core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php 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/modules/quickedit/src/Ajax/FieldFormSavedCommand.php
FieldFormSavedCommand::$other_view_modes property core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php The same re-rendered edited field, but in different view modes.
FieldFormSavedCommand::render function core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php Return an array to be run through json_encode and sent to the client.
FieldFormSavedCommand::__construct function core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php Constructs a FieldFormSavedCommand object.
FieldFormValidationErrorsCommand class core/modules/quickedit/src/Ajax/FieldFormValidationErrorsCommand.php AJAX command to indicate a field form was attempted to be saved but failed
validation and pass the validation errors.
FieldFormValidationErrorsCommand.php file core/modules/quickedit/src/Ajax/FieldFormValidationErrorsCommand.php
FieldFormValidationErrorsCommand::__construct function core/modules/quickedit/src/Ajax/FieldFormValidationErrorsCommand.php Constructs a FieldFormValidationErrorsCommand object.
Fieldgroup class core/lib/Drupal/Core/Render/Element/Fieldgroup.php Provides a render element for a group of form elements.
fieldgroup.module.css file core/themes/stable/css/system/components/fieldgroup.module.css Fieldgroup border reset.
fieldgroup.module.css file core/modules/system/css/components/fieldgroup.module.css Fieldgroup border reset.
Fieldgroup.php file core/lib/Drupal/Core/Render/Element/Fieldgroup.php
Fieldgroup::getInfo function core/lib/Drupal/Core/Render/Element/Fieldgroup.php Returns the element properties for this element.
FieldGroupRowsTest class core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php Tests the "Display all values in the same row" setting.
FieldGroupRowsTest.php file core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php
FieldGroupRowsTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php Modules to enable.
FieldGroupRowsTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php Views to be enabled.
FieldGroupRowsTest::testGroupRows function core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php Testing the "Grouped rows" functionality.

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