function FieldTypePluginManagerInterface::getDefaultStorageSettings

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getDefaultStorageSettings()
  2. 8.9.x core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getDefaultStorageSettings()
  3. 11.x core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getDefaultStorageSettings()

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.

File

core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php, line 77

Class

FieldTypePluginManagerInterface
Defines an interface for the field type plugin manager.

Namespace

Drupal\Core\Field

Code

public function getDefaultStorageSettings($type);

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