FieldStorageConfig::getType

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

public function getType() {
  return $this->type;
}
doc_Drupal
2016-10-29 09:12:20
Comments
Leave a Comment

Please login to continue.