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/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.
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
I18nProfileField class core/modules/config_translation/src/Plugin/migrate/source/d6/I18nProfileField.php i18n strings profile field source from database.
I18nProfileField.php file core/modules/config_translation/src/Plugin/migrate/source/d6/I18nProfileField.php
I18nProfileFieldTest class core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php Tests the i18nProfileField source plugin.
I18nProfileFieldTest.php file core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php
I18nProfileFieldTest::$modules property core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php Modules to enable.
I18nProfileFieldTest::providerSource function core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php The data provider.
IdentifierFieldSchemaTypeUpdateTest class core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php Tests the upgrade path for updating the stored type of identifier fields.
IdentifierFieldSchemaTypeUpdateTest.php file core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php
IdentifierFieldSchemaTypeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php Set database dump files to be used.
IdentifierFieldSchemaTypeUpdateTest::testSystemUpdate8901 function core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php Tests system_update_8901().
image.field.inc file core/modules/image/image.field.inc Implement an image field, based on the file module's file field.
Image::createSourceField function core/modules/media/src/Plugin/media/Source/Image.php Creates the source field definition for a type.
ImageCachePreset::fields function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Returns available fields on the source.
ImageCckTest::testProcessCckFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
ImageField class core/modules/file/src/Plugin/migrate/field/d6/ImageField.php Field plugin for image fields.
ImageField class core/modules/file/src/Plugin/migrate/field/d7/ImageField.php Field plugin for image fields.
ImageField class core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php CCK plugin for image fields.
ImageField class core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php Plugin annotation

@MigrateCckField(
id = "image",
core = {7},
source_module = "image",
destination_module = "file"
)
ImageField class core/modules/image/src/Plugin/migrate/field/d6/ImageField.php Plugin annotation

@MigrateField(
id = "imagefield",
core = {6},
source_module = "imagefield",
destination_module = "image"
)
ImageField class core/modules/image/src/Plugin/migrate/field/d7/ImageField.php Plugin annotation

@MigrateField(
id = "image",
core = {7},
source_module = "image",
destination_module = "image"
)
ImageField.php file core/modules/image/src/Plugin/migrate/field/d6/ImageField.php
ImageField.php file core/modules/image/src/Plugin/migrate/field/d7/ImageField.php
ImageField.php file core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php
ImageField.php file core/modules/file/src/Plugin/migrate/field/d6/ImageField.php
ImageField.php file core/modules/file/src/Plugin/migrate/field/d7/ImageField.php
ImageField.php file core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php
ImageField::defineValueProcessPipeline function core/modules/image/src/Plugin/migrate/field/d7/ImageField.php Apply any custom processing to the field bundle migrations.
ImageField::processCckFieldValues function core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php Apply any custom processing to the field bundle migrations.
ImageFieldAttributesTest class core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php Tests the RDFa markup of imagefields.
ImageFieldAttributesTest.php file core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php
ImageFieldAttributesTest::$baseUri property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php URI of the front page of the Drupal site.
ImageFieldAttributesTest::$defaultTheme property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php The theme to install as the default for testing.
ImageFieldAttributesTest::$fieldName property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php The name of the image field used in the test.
ImageFieldAttributesTest::$file property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php The file object used in the test.
ImageFieldAttributesTest::$modules property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php Modules to enable.
ImageFieldAttributesTest::$node property core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php The node object used in the test.
ImageFieldAttributesTest::setUp function core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php
ImageFieldAttributesTest::testNodeTeaser function core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php Tests that image fields in teasers have correct resources.
ImageFieldCreationTrait trait core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php Provides a helper method for creating Image fields.
ImageFieldCreationTrait.php file core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php
ImageFieldCreationTrait::createImageField function core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php Create a new image field.
ImageFieldDefaultImagesTest class core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php Tests setting up default images both to the field and field storage.
ImageFieldDefaultImagesTest.php file core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php
ImageFieldDefaultImagesTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php The theme to install as the default for testing.
ImageFieldDefaultImagesTest::$modules property core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php Modules to enable.
ImageFieldDefaultImagesTest::testDefaultImages function core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php Tests CRUD for fields and field storages with default images.
ImageFieldDefaultImagesTest::testInvalidDefaultImage function core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php Tests image field and field storage having an invalid default image.
ImageFieldDisplayTest class core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php Tests the display of image fields.
ImageFieldDisplayTest.php file core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
ImageFieldDisplayTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php The theme to install as the default for testing.

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