Search for field
- Search 7.x for field
- Search 8.9.x for field
- Search 10.3.x for field
- Search 11.x for field
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Field | class | core/ |
Drupal 6 field source from database. |
| Field | class | core/ |
Drupal 7 field source from database. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldTranslationSynchronizer::__construct | function | core/ |
Constructs a FieldTranslationSynchronizer object. |
| FieldTranslationSynchronizerInterface | interface | core/ |
Provides field translation synchronization capabilities. |
| FieldTranslationSynchronizerInterface.php | file | core/ |
|
| FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties | function | core/ |
Returns the synchronized properties for the specified field definition. |
| FieldTranslationSynchronizerInterface::synchronizeFields | function | core/ |
Performs field column synchronization on the given entity. |
| FieldTranslationSynchronizerInterface::synchronizeItems | function | core/ |
Synchronize the items of a single field. |
| FieldType | class | core/ |
Defines a FieldType annotation object. |
| FieldType | class | core/ |
Plugin annotation @MigrateProcessPlugin( id = "field_type" ) |
| FieldType.php | file | core/ |
|
| FieldType.php | file | core/ |
|
| FieldType::$cardinality | property | core/ |
An integer defining a fixed cardinality for this field type. |
| FieldType::$category | property | core/ |
The category under which the field type should be listed in the UI. |
| FieldType::$default_formatter | property | core/ |
The plugin_id of the default formatter for this field type. |
| FieldType::$default_widget | property | core/ |
The plugin_id of the default widget for this field type. |
| FieldType::$description | property | core/ |
A short human readable description for the field type. |
| FieldType::$fieldPluginManager | property | core/ |
The field plugin manager. |
| FieldType::$id | property | core/ |
The plugin ID. |
| FieldType::$label | property | core/ |
The human-readable name of the field type. |
| FieldType::$list_class | property | core/ |
The typed data class used for wrapping multiple data items of the type. |
| FieldType::$migration | property | core/ |
The migration object. |
| FieldType::$module | property | core/ |
The name of the module providing the field type plugin. |
| FieldType::$no_ui | property | core/ |
A boolean stating that fields of this type cannot be created through the UI. |
| FieldType::create | function | core/ |
Creates an instance of the plugin. |
| FieldType::transform | function | core/ |
Performs the associated process. |
| FieldType::__construct | function | core/ |
Constructs a FieldType plugin. |
| FieldTypeDefaults | class | core/ |
Gives us a chance to set per field defaults. |
| FieldTypeDefaults | class | core/ |
Gives us a chance to set per field defaults. |
| FieldTypeDefaults.php | file | core/ |
|
| FieldTypeDefaults.php | file | core/ |
|
| FieldTypeDefaults::transform | function | core/ |
Performs the associated process. |
| FieldTypeDefaults::transform | function | core/ |
Performs the associated process. |
| FieldTypeDefaultsTest | class | core/ |
Tests D6 fields defaults. |
| FieldTypeDefaultsTest | class | core/ |
Tests D7 field formatter defaults. |
| FieldTypeDefaultsTest.php | file | core/ |
|
| FieldTypeDefaultsTest.php | file | core/ |
|
| FieldTypeDefaultsTest::setUp | function | core/ |
|
| FieldTypeDefaultsTest::setUp | function | core/ |
|
| FieldTypeDefaultsTest::testDefaults | function | core/ |
Tests various default cases. |
| FieldTypeDefaultsTest::testDefaults | function | core/ |
Tests various default cases. |
| FieldTypeDefaultsTest::testDefaultsException | function | core/ |
Tests an exception is thrown when the input is not a date field. |
| FieldTypePluginManager | class | core/ |
Plugin manager for 'field type' plugins. |
| FieldTypePluginManager.php | file | core/ |
|
| FieldTypePluginManager::$typedDataManager | property | core/ |
The typed data manager. |
| FieldTypePluginManager::createFieldItem | function | core/ |
Creates a new field item as part of a field item list. |
| FieldTypePluginManager::createFieldItemList | function | core/ |
Creates a new field item list. |
| FieldTypePluginManager::createInstance | function | core/ |
Creates a field item, which is not part of an entity or field item list. |
| FieldTypePluginManager::getDefaultFieldSettings | function | core/ |
Returns the default field-level settings for a field type. |
| FieldTypePluginManager::getDefaultStorageSettings | function | core/ |
Returns the default storage-level settings for a field type. |
| FieldTypePluginManager::getPluginClass | function | core/ |
Returns the PHP class that implements the field type plugin. |
| FieldTypePluginManager::getPreconfiguredOptions | function | core/ |
Returns preconfigured field options for a field type. |
Pagination
- Previous page
- Page 84
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.