protected WidgetBase::getFieldSettings()
Returns the array of field settings.
Return value
array The array of settings.
File
- core/lib/Drupal/Core/Field/WidgetBase.php, line 515
Class
- WidgetBase
- Base class for 'Field widget' plugin implementations.
Namespace
Drupal\Core\Field
Code
1 2 3 | protected function getFieldSettings() { return $this ->fieldDefinition->getSettings(); } |
Please login to continue.