function FieldStorageConfigInterface::getType
Same name in other branches
- 9 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getType()
- 8.9.x core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getType()
- 11.x core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getType()
Returns the field type.
Return value
string The field type, i.e. the id of a field type plugin. For example 'text'.
Overrides FieldStorageDefinitionInterface::getType
1 method overrides FieldStorageConfigInterface::getType()
- FieldStorageConfig::getType in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Returns the field type.
File
-
core/
modules/ field/ src/ FieldStorageConfigInterface.php, line 19
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\fieldCode
public function getType();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.