You are here

public function OgFieldsInterface::getFieldStorageBaseDefinition in Organic groups 8

Get the field storage config base definition.

Parameters

array $values: Values to override the base definitions.

Return value

array Array that will be used as the base values for FieldStorageConfig::create().

1 method overrides OgFieldsInterface::getFieldStorageBaseDefinition()
OgFieldBase::getFieldStorageBaseDefinition in src/OgFieldBase.php
Get the field storage config base definition.

File

src/OgFieldsInterface.php, line 85

Class

OgFieldsInterface
The OG fields related interface.

Namespace

Drupal\og

Code

public function getFieldStorageBaseDefinition(array $values = []);