You are here

public function FieldTypePluginManagerDummy::getDefaultStorageSettings in Entity Construction Kit (ECK) 8

Returns the default storage-level settings for a field type.

Parameters

string $type: A field type name.

Return value

array The type's default settings, as provided by the plugin definition, or an empty array if type or settings are undefined.

Overrides FieldTypePluginManagerInterface::getDefaultStorageSettings

1 method overrides FieldTypePluginManagerDummy::getDefaultStorageSettings()
FieldTypePluginManagerMock::getDefaultStorageSettings in tests/src/Unit/TestDoubles/FieldTypePluginManagerMock.php
Returns the default storage-level settings for a field type.

File

tests/src/Unit/TestDoubles/FieldTypePluginManagerDummy.php, line 87

Class

FieldTypePluginManagerDummy
Dummy implementation of FieldTypePluginManagerInterface.

Namespace

Drupal\Tests\eck\Unit\TestDoubles

Code

public function getDefaultStorageSettings($type) {

  // Stub.
}