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
FieldType::$default_formatter property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin ID of the default formatter for this field type.
FieldType::$default_widget property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin ID of the default widget for this field type.
FieldType::$description property core/lib/Drupal/Core/Field/Annotation/FieldType.php A short human readable description for the field type.
FieldType::$fieldPluginManager property core/modules/field/src/Plugin/migrate/process/FieldType.php The field plugin manager.
FieldType::$id property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin ID.
FieldType::$label property core/lib/Drupal/Core/Field/Annotation/FieldType.php The human-readable name of the field type.
FieldType::$list_class property core/lib/Drupal/Core/Field/Annotation/FieldType.php The typed data class used for wrapping multiple data items of the type.
FieldType::$migration property core/modules/field/src/Plugin/migrate/process/FieldType.php The migration object.
FieldType::$module property core/lib/Drupal/Core/Field/Annotation/FieldType.php The name of the module providing the field type plugin.
FieldType::$no_ui property core/lib/Drupal/Core/Field/Annotation/FieldType.php Indicates that fields of this type cannot be created through the UI.
FieldType::$weight property core/lib/Drupal/Core/Field/Annotation/FieldType.php The weight of the field type.
FieldType::create function core/modules/field/src/Plugin/migrate/process/FieldType.php Instantiates a new instance of the implementing class using autowiring.
FieldType::transform function core/modules/field/src/Plugin/migrate/process/FieldType.php Performs the associated process.
FieldType::__construct function core/modules/field/src/Plugin/migrate/process/FieldType.php Constructs a FieldType plugin.
FieldType::__construct function core/lib/Drupal/Core/Field/Attribute/FieldType.php Constructs a FieldType attribute.
FieldTypeCategoriesIntegrationTest class core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php Tests field UI integration with field type categories for loading libraries.
FieldTypeCategoriesIntegrationTest.php file core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php
FieldTypeCategoriesIntegrationTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php The theme to install as the default for testing.
FieldTypeCategoriesIntegrationTest::$modules property core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php Modules to install.
FieldTypeCategoriesIntegrationTest::setUp function core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php
FieldTypeCategoriesIntegrationTest::testLibrariesLoaded function core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php Tests if the libraries are loaded on FieldStorageAddForm.
FieldTypeCategory class core/lib/Drupal/Core/Field/FieldTypeCategory.php Default object used for field_type_categories plugins.
FieldTypeCategory.php file core/lib/Drupal/Core/Field/FieldTypeCategory.php
FieldTypeCategory::getDescription function core/lib/Drupal/Core/Field/FieldTypeCategory.php Returns the field group description.
FieldTypeCategory::getLabel function core/lib/Drupal/Core/Field/FieldTypeCategory.php Returns the field group label.
FieldTypeCategory::getLibraries function core/lib/Drupal/Core/Field/FieldTypeCategory.php Returns asset libraries for the field group.
FieldTypeCategory::getWeight function core/lib/Drupal/Core/Field/FieldTypeCategory.php Returns the field group weight.
FieldTypeCategoryDiscoveryTest class core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Tests discovery of field type categories provided by modules.
FieldTypeCategoryDiscoveryTest.php file core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php
FieldTypeCategoryDiscoveryTest::$modules property core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Modules to install.
FieldTypeCategoryDiscoveryTest::testFieldTypeCategories function core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Tests custom field type categories created by modules.
FieldTypeCategoryInterface interface core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Provides an object that returns the category info about the field type.
FieldTypeCategoryInterface.php file core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php
FieldTypeCategoryInterface::getDescription function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns the field group description.
FieldTypeCategoryInterface::getLabel function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns the field group label.
FieldTypeCategoryInterface::getLibraries function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns asset libraries for the field group.
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

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