FieldStorageConfig::getTypeProvider

public FieldStorageConfig::getTypeProvider()

Returns the name of the module providing the field type.

Return value

string The name of the module that provides the field type.

Overrides FieldStorageConfigInterface::getTypeProvider

File

core/modules/field/src/Entity/FieldStorageConfig.php, line 522

Class

FieldStorageConfig
Defines the Field storage configuration entity.

Namespace

Drupal\field\Entity

Code

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

Please login to continue.