function FieldStorageConfigInterface::getTypeProvider

Same name and namespace in other branches
  1. 9 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getTypeProvider()
  2. 8.9.x core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getTypeProvider()
  3. 10 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getTypeProvider()

Returns the name of the module providing the field type.

Return value

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

1 method overrides FieldStorageConfigInterface::getTypeProvider()
FieldStorageConfig::getTypeProvider in core/modules/field/src/Entity/FieldStorageConfig.php
Returns the name of the module providing the field type.

File

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

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function getTypeProvider();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.