function FieldTypePluginManagerInterface::getDefaultStorageSettings
Same name in other branches
- 9 core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getDefaultStorageSettings()
- 10 core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php \Drupal\Core\Field\FieldTypePluginManagerInterface::getDefaultStorageSettings()
- 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.
1 method overrides FieldTypePluginManagerInterface::getDefaultStorageSettings()
- FieldTypePluginManager::getDefaultStorageSettings in core/
lib/ Drupal/ Core/ Field/ FieldTypePluginManager.php
File
-
core/
lib/ Drupal/ Core/ Field/ FieldTypePluginManagerInterface.php, line 77
Class
- FieldTypePluginManagerInterface
- Defines an interface for the field type plugin manager.
Namespace
Drupal\Core\FieldCode
public function getDefaultStorageSettings($type);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.