function PluginSettingsInterface::getSettings
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Field/PluginSettingsInterface.php \Drupal\Core\Field\PluginSettingsInterface::getSettings()
- 10 core/lib/Drupal/Core/Field/PluginSettingsInterface.php \Drupal\Core\Field\PluginSettingsInterface::getSettings()
- 11.x core/lib/Drupal/Core/Field/PluginSettingsInterface.php \Drupal\Core\Field\PluginSettingsInterface::getSettings()
Returns the array of settings, including defaults for missing settings.
Return value
array The array of settings.
1 method overrides PluginSettingsInterface::getSettings()
- PluginSettingsBase::getSettings in core/
lib/ Drupal/ Core/ Field/ PluginSettingsBase.php - Returns the array of settings, including defaults for missing settings.
File
-
core/
lib/ Drupal/ Core/ Field/ PluginSettingsInterface.php, line 30
Class
- PluginSettingsInterface
- Interface definition for plugin with settings.
Namespace
Drupal\Core\FieldCode
public function getSettings();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.