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. Search 11.x for field
  6. 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
FieldKernelTest::testRewriteHtmlWithTokensAndAggregation function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests rewriting of the output with HTML and aggregation.
FieldKernelTest::testTrimText function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the trimText method.
FieldKernelTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Returns the views data definition.
FieldKernelTest::_testEmptyText function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the usage of the empty text.
FieldKernelTest::_testHideIfEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the hide if empty functionality.
FieldKernelTestBase class core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Parent class for Field API unit tests.
FieldKernelTestBase.php file core/modules/field/tests/src/Kernel/FieldKernelTestBase.php
FieldKernelTestBase::$entityId property core/modules/field/tests/src/Kernel/FieldKernelTestBase.php
FieldKernelTestBase::$fieldTestData property core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Bag of created field storages and fields.
FieldKernelTestBase::$modules property core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Modules to install.
FieldKernelTestBase::assertFieldValues function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Assert that a field has the expected values in an entity.
FieldKernelTestBase::createFieldWithStorage function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Create a field and an associated field storage.
FieldKernelTestBase::entitySaveReload function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Saves and reloads an entity.
FieldKernelTestBase::entityValidateAndSave function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Validate and save entity. Fail if violations are found.
FieldKernelTestBase::setUp function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Set the default field storage backend for fields created during tests.
FieldKernelTestBase::_generateTestFieldValues function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Generate random values for a field_test field.
FieldLabelDescriptionTranslation class core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Drupal 6 i18n field label and description source from database.
FieldLabelDescriptionTranslation class core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Drupal 7 i18n field label and description source from database.
FieldLabelDescriptionTranslation.php file core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation.php file core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::fields function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Returns available fields on the source.
FieldLabelDescriptionTranslation::fields function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Returns available fields on the source.
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Prepares query object to retrieve data from the source database.
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Prepares query object to retrieve data from the source database.
FieldLabelOptionsTrait trait core/modules/field/src/FieldLabelOptionsTrait.php Provides a trait for the valid field label options.
FieldLabelOptionsTrait.php file core/modules/field/src/FieldLabelOptionsTrait.php
FieldLabelOptionsTrait::getFieldLabelOptions function core/modules/field/src/FieldLabelOptionsTrait.php Returns an array of visibility options for field labels.
FieldLanguage class core/modules/views/src/Plugin/views/field/FieldLanguage.php Displays the language of an entity.
FieldLanguage.php file core/modules/views/src/Plugin/views/field/FieldLanguage.php
FieldLanguage::access function core/modules/views/src/Plugin/views/field/FieldLanguage.php Check whether given user has access to this handler.
FieldLanguageTest class core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the field language handler.
FieldLanguageTest.php file core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php
FieldLanguageTest::$testViews property core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Views used by this test.
FieldLanguageTest::testField function core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the language field.
FieldLink class core/modules/link/src/Plugin/migrate/process/FieldLink.php Transform a pre-Drupal 8 formatted link for use in Drupal 8.
FieldLink.php file core/modules/link/src/Plugin/migrate/process/FieldLink.php
FieldLink::canonicalizeUri function core/modules/link/src/Plugin/migrate/process/FieldLink.php Turn a Drupal 6/7 URI into a Drupal 8-compatible format.
FieldLink::transform function core/modules/link/src/Plugin/migrate/process/FieldLink.php Performs the associated process.
FieldLink::__construct function core/modules/link/src/Plugin/migrate/process/FieldLink.php Constructs a \Drupal\Component\Plugin\PluginBase object.
FieldLinkTest class core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php Tests the link field migrate process plugin.
FieldLinkTest.php file core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php
FieldLinkTest::canonicalizeUriDataProvider function core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php Data provider for testCanonicalizeUri.
FieldLinkTest::testCanonicalizeUri function core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php Tests the URL transformations in the FieldLink process plugin.
FieldLinkTest::testCanonicalizeUriSerialized function core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php Tests the attributes that are deeply serialized are discarded.
FieldMigration class core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Migration plugin class for migrations dealing with field config and values.
FieldMigration.php file core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php
FieldMigration::$fieldDiscovery property core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php The migration field discovery service.
FieldMigration::$init property core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Flag indicating whether the field data has been filled already.

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