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
1 2 3 | public function getTypeProvider() { return $this ->module; } |
Please login to continue.