FieldStorageConfigInterface::getType

public 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

File

core/modules/field/src/FieldStorageConfigInterface.php, line 19

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function getType();
doc_Drupal
2016-10-29 09:12:31
Comments
Leave a Comment

Please login to continue.