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
FieldFieldTest::$testUsers property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Stores a couple of test users.
FieldFieldTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Views to be enabled.
FieldFieldTest::setUp function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
FieldFieldTest::testAttachedRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests that formatter's #attached assets are correctly preserved.
FieldFieldTest::testComplexExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with complex field configuration.
FieldFieldTest::testComplexRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a view with complex field configuration.
FieldFieldTest::testFieldAlias function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with complex field configuration.
FieldFieldTest::testFieldAliasRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with complex field configuration.
FieldFieldTest::testFieldApiClassesRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view field with field_api_classes enabled.
FieldFieldTest::testGetValueMethod function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests \Drupal\views\Plugin\views\field\EntityField::getValue.
FieldFieldTest::testMissingBundleFieldRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests that a field not available for every bundle is rendered as empty.
FieldFieldTest::testRevisionComplexExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result set of a complex revision view.
FieldFieldTest::testRevisionComplexRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a revision view with base fields and configurable fields.
FieldFieldTest::testRevisionExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the revision result.
FieldFieldTest::testRevisionRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a revision view with base and configurable fields.
FieldFieldTest::testRevisionTokenRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the token replacement for revision fields.
FieldFieldTest::testSimpleExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with base fields and configurable fields.
FieldFieldTest::testSimpleRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the output of a view with base fields and configurable fields.
FieldFile class core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Determines the settings for a Drupal 6 file field.
FieldFile.php file core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php
FieldFile::$migrateLookup property core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php The migrate lookup service.
FieldFile::$migration property core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php The current migration.
FieldFile::create function core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Creates an instance of the plugin.
FieldFile::transform function core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Performs the associated process.
FieldFile::__construct function core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Constructs a FieldFile plugin instance.
FieldFileSizeTest class core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php Tests the core Drupal\views\Plugin\views\field\FileSize handler.
FieldFileSizeTest.php file core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php
FieldFileSizeTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php Views used by this test.
FieldFileSizeTest::dataSet function core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php Provides a dataset with various 'age' values representing file sizes.
FieldFileSizeTest::testFieldFileSize function core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php Tests the FileSize field handler for correct formatting in Views.
FieldFileSizeTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php Maps the 'age' field to the 'file_size' handler for Views.
FieldFileTest class core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php Tests the file field process plugin.
FieldFileTest.php file core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php
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[[api-linebreak]]
@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[[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 class core/lib/Drupal/Core/Field/Attribute/FieldFormatter.php Defines a FieldFormatter attribute for plugin discovery.
FieldFormatter.php file core/lib/Drupal/Core/Field/Attribute/FieldFormatter.php
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.

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