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

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.
Field class core/modules/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.

All search results

Title Object type File name Summary
FieldFileTest::testLegacyTransformAltTitle function core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php Tests that alt and title attributes are included in transformed values.
FieldFileTest::testTransformAltTitle function core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php Tests that alt and title attributes are included in transformed values.
FieldFilteredMarkup class core/lib/Drupal/Core/Field/FieldFilteredMarkup.php Defines an object that passes safe strings through the Field system.
FieldFilteredMarkup.php file core/lib/Drupal/Core/Field/FieldFilteredMarkup.php
FieldFilteredMarkup::allowedTags function core/lib/Drupal/Core/Field/FieldFilteredMarkup.php Returns the allowed tag list.
FieldFilteredMarkup::create function core/lib/Drupal/Core/Field/FieldFilteredMarkup.php Overrides \Drupal\Component\Render\MarkupTrait::create().
FieldFilteredMarkup::displayAllowedTags function core/lib/Drupal/Core/Field/FieldFilteredMarkup.php Returns a human-readable list of allowed tags for display in help texts.
FieldFilteredMarkupTest class core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @coversDefaultClass \Drupal\Core\Field\FieldFilteredMarkup
@group Field
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
@dataProvider providerTestCreate
FieldFilteredMarkupTest::testdisplayAllowedTags function core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @covers: ::displayAllowedTags
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/modules/system/css/components/fieldgroup.module.css Fieldgroup border reset.

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