Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 10.3.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.

All search results

Title Object type File name Summary
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/Attribute/FieldFormatter.php Defines a FieldFormatter attribute for plugin discovery.
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.php file core/lib/Drupal/Core/Field/Attribute/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.
FieldFormatter::__construct function core/lib/Drupal/Core/Field/Attribute/FieldFormatter.php Constructs a FieldFormatter attribute.
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 install.
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.
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/stable9/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 install.
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.
FieldGroupRowsWebTest class core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php Tests the "Display all values in the same row" setting.
FieldGroupRowsWebTest.php file core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php
FieldGroupRowsWebTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The theme to install as the default for testing.
FieldGroupRowsWebTest::$field property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The field config.

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