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 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.

All search results

Title Object type File name Summary
FieldDefinitionTest::testDefaultFieldSettings function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getSetting[[api-linebreak]]
@covers ::setSetting[[api-linebreak]]
@covers ::getSettings[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests default value callbacks.
FieldDefinitionTest::testDisplayConfigurationSettings function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests the display configuration settings.
FieldDefinitionTest::testFieldDefaultValue function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getDefaultValue[[api-linebreak]]
@covers ::setDefaultValue[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldDescription function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getDescription[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldLabel function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getLabel[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldName function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getName[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldRequired function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests required.
FieldDefinitionTest::testFieldSettings function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getSetting[[api-linebreak]]
@covers ::setSetting[[api-linebreak]]
@covers ::getSettings[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testFieldTranslatable function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests field translatable methods.
FieldDefinitionTest::testFieldType function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getType[[api-linebreak]]
@dataProvider factoryTypeProvider
FieldDefinitionTest::testInvalidDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests invalid default value callbacks.
FieldDefinitionTest::testNullDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Tests NULL default value callbacks.
FieldDialogsTest class core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Tests the fields dialogs.
FieldDialogsTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php
FieldDialogsTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php The theme to install as the default for testing.
FieldDialogsTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Modules to install.
FieldDialogsTest::$testViews property core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Views used by this test.
FieldDialogsTest::openFieldDialog function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Uses the 'And/Or Rearrange' link for fields to open a dialog.
FieldDialogsTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php
FieldDialogsTest::testRemoveFieldHandler function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Tests removing a field through the rearrange dialog.
FieldDiscovery class core/modules/migrate_drupal/src/FieldDiscovery.php Provides field discovery for Drupal 6 & 7 migrations.
FieldDiscovery.php file core/modules/migrate_drupal/src/FieldDiscovery.php
FieldDiscovery::$bundleKeys property core/modules/migrate_drupal/src/FieldDiscovery.php An array of bundle keys, keyed by drupal core version.
FieldDiscovery::$discoveredFieldsCache property core/modules/migrate_drupal/src/FieldDiscovery.php A cache of discovered fields.
FieldDiscovery::$fieldPluginCache property core/modules/migrate_drupal/src/FieldDiscovery.php An array of already discovered field plugin information.
FieldDiscovery::$fieldPluginManager property core/modules/migrate_drupal/src/FieldDiscovery.php The field plugin manager.
FieldDiscovery::$logger property core/modules/migrate_drupal/src/FieldDiscovery.php The logger channel service.
FieldDiscovery::$migrationPluginManager property core/modules/migrate_drupal/src/FieldDiscovery.php The migration plugin manager.
FieldDiscovery::$sourcePluginIds property core/modules/migrate_drupal/src/FieldDiscovery.php An array of source plugin ids, keyed by Drupal core version.
FieldDiscovery::$supportedCoreVersions property core/modules/migrate_drupal/src/FieldDiscovery.php An array of supported Drupal core versions.
FieldDiscovery::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes to a migration.
FieldDiscovery::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for a bundle to a migration.
FieldDiscovery::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for an entity to a migration.
FieldDiscovery::getAllFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information related to this migration.
FieldDiscovery::getBundleFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information for a particular entity type and bundle.
FieldDiscovery::getCoreVersion function core/modules/migrate_drupal/src/FieldDiscovery.php Finds the core version of a Drupal migration.
FieldDiscovery::getEntityFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information for a particular entity type.
FieldDiscovery::getFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/src/FieldDiscovery.php Provides the stub migration definition for a given Drupal core version.
FieldDiscovery::getFieldPlugin function core/modules/migrate_drupal/src/FieldDiscovery.php Returns the appropriate field plugin for a given field type.
FieldDiscovery::getSourcePlugin function core/modules/migrate_drupal/src/FieldDiscovery.php Gets the source plugin to use to gather field information.
FieldDiscovery::__construct function core/modules/migrate_drupal/src/FieldDiscovery.php Constructs a FieldDiscovery object.
FieldDiscoveryInterface interface core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Provides field discovery for Drupal 6 & 7 migrations.
FieldDiscoveryInterface.php file core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
FieldDiscoveryInterface::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes to a migration.
FieldDiscoveryInterface::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for a bundle to a migration.
FieldDiscoveryInterface::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for an entity to a migration.
FieldDiscoveryInterface::DRUPAL_6 constant core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
FieldDiscoveryInterface::DRUPAL_7 constant core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
FieldDiscoveryTest class core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the FieldDiscovery Class.

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