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
FieldTypeCategoryInterface::getWeight function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns the field group weight.
FieldTypeCategoryManager class core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Defines a field type category info plugin manager.
FieldTypeCategoryManager.php file core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php
FieldTypeCategoryManager::$defaults property core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php A set of defaults to be referenced by $this->processDefinition().
FieldTypeCategoryManager::alterDefinitions function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Invokes the hook to alter the definitions if the alter hook is set.
FieldTypeCategoryManager::getDiscovery function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Gets the plugin discovery.
FieldTypeCategoryManager::getFallbackPluginId function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Gets a fallback id for a missing plugin.
FieldTypeCategoryManager::__construct function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Constructs a new FieldTypeCategoryManager.
FieldTypeCategoryManagerInterface interface core/lib/Drupal/Core/Field/FieldTypeCategoryManagerInterface.php Defines an interface for field type category managers.
FieldTypeCategoryManagerInterface.php file core/lib/Drupal/Core/Field/FieldTypeCategoryManagerInterface.php
FieldTypeCategoryManagerInterface::FALLBACK_CATEGORY constant core/lib/Drupal/Core/Field/FieldTypeCategoryManagerInterface.php Fallback category for field types.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Gives us a chance to set per field defaults.
FieldTypeDefaults class core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Gives us a chance to set per field defaults.
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php
FieldTypeDefaults.php file core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php Performs the associated process.
FieldTypeDefaults::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Performs the associated process.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests D6 fields defaults.
FieldTypeDefaultsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php Tests D7 field formatter defaults.
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php
FieldTypeDefaultsTest::testDefaults function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests various default cases.
FieldTypeDefaultsTest::testDefaults function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php Tests various default cases.
FieldTypeDefaultsTest::testDefaultsException function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php Tests an exception is thrown when the input is not a date field.
FieldTypePluginManager class core/lib/Drupal/Core/Field/FieldTypePluginManager.php Plugin manager for 'field type' plugins.
FieldTypePluginManager.php file core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManager::createFieldItem function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Creates a new field item as part of a field item list.
FieldTypePluginManager::createFieldItemList function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Creates a new field item list.
FieldTypePluginManager::createInstance function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Creates a field item, which is not part of an entity or field item list.
FieldTypePluginManager::getDefaultFieldSettings function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the default field-level settings for a field type.
FieldTypePluginManager::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the default storage-level settings for a field type.
FieldTypePluginManager::getEntityTypeUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Get the field type definitions that can be added via UI for an entity type.
FieldTypePluginManager::getFieldSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the summary of field-level settings for a field type.
FieldTypePluginManager::getGroupedDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets sorted field type definitions grouped by category.
FieldTypePluginManager::getPluginClass function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the PHP class that implements the field type plugin.
FieldTypePluginManager::getPreconfiguredOptions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns preconfigured field options for a field type.
FieldTypePluginManager::getStorageSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the summary of storage-level settings for a field type.
FieldTypePluginManager::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets the definition of all field types that can be added via UI.
FieldTypePluginManager::processDefinition function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Performs extra processing on plugin definitions.
FieldTypePluginManager::__construct function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Constructs the FieldTypePluginManager object.
FieldTypePluginManagerInterface interface core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Defines an interface for the field type plugin manager.
FieldTypePluginManagerInterface.php file core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php
FieldTypePluginManagerInterface::createFieldItem function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Creates a new field item as part of a field item list.
FieldTypePluginManagerInterface::createFieldItemList function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Creates a new field item list.
FieldTypePluginManagerInterface::getDefaultFieldSettings function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the default field-level settings for a field type.
FieldTypePluginManagerInterface::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the default storage-level settings for a field type.
FieldTypePluginManagerInterface::getEntityTypeUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Get the field type definitions that can be added via UI for an entity type.
FieldTypePluginManagerInterface::getFieldSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the summary of field-level settings for a field type.

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