interface FieldConfigInterface
Same name in this branch
- 9 core/lib/Drupal/Core/Field/FieldConfigInterface.php \Drupal\Core\Field\FieldConfigInterface
Same name and namespace in other branches
- 11.x core/modules/field/src/FieldConfigInterface.php \Drupal\field\FieldConfigInterface
- 11.x core/lib/Drupal/Core/Field/FieldConfigInterface.php \Drupal\Core\Field\FieldConfigInterface
- 10 core/modules/field/src/FieldConfigInterface.php \Drupal\field\FieldConfigInterface
- 10 core/lib/Drupal/Core/Field/FieldConfigInterface.php \Drupal\Core\Field\FieldConfigInterface
- 8.9.x core/modules/field/src/FieldConfigInterface.php \Drupal\field\FieldConfigInterface
- 8.9.x core/lib/Drupal/Core/Field/FieldConfigInterface.php \Drupal\Core\Field\FieldConfigInterface
Provides an interface defining a field entity.
Hierarchy
- interface \Drupal\Core\Config\Entity\ConfigEntityInterface extends \Drupal\Core\Entity\EntityInterface, \Drupal\Core\Config\Entity\ThirdPartySettingsInterface, \Drupal\Core\Entity\SynchronizableInterface; interface \Drupal\Core\Field\FieldDefinitionInterface extends \Drupal\Core\TypedData\ListDataDefinitionInterface, \Drupal\Core\Cache\CacheableDependencyInterface
- interface \Drupal\field\FieldConfigInterface extends \Drupal\Core\Config\Entity\ConfigEntityInterface, \Drupal\Core\Field\FieldDefinitionInterface
Expanded class hierarchy of FieldConfigInterface
All classes that implement FieldConfigInterface
16 files declare their use of FieldConfigInterface
- comment.module in core/
modules/ comment/ comment.module - Enables users to comment on published content.
- config_translation.module in core/
modules/ config_translation/ config_translation.module - Configuration Translation module.
- field.module in core/
modules/ field/ field.module - Attach custom data fields to Drupal entities.
- FieldConfig.php in core/
modules/ field/ src/ Entity/ FieldConfig.php - FieldConfigEditForm.php in core/
modules/ field_ui/ src/ Form/ FieldConfigEditForm.php
File
-
core/
modules/ field/ src/ FieldConfigInterface.php, line 11
Namespace
Drupal\fieldView source
interface FieldConfigInterface extends ConfigEntityInterface, FieldDefinitionInterface {
/**
* Gets the deleted flag of the field.
*
* @return bool
* Returns TRUE if the field is deleted.
*/
public function isDeleted();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.