public FieldStorageConfig::getType()
Returns the field type.
Return value
string The field type, i.e. the id of a field type plugin. For example 'text'.
Overrides FieldStorageConfigInterface::getType
File
- core/modules/field/src/Entity/FieldStorageConfig.php, line 529
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\Entity
Code
1 2 3 | public function getType () { return $this ->type; } |
Please login to continue.