public static function BlazyTestEntityReferenceFormatterTest::defaultSettings in Blazy 8
Same name and namespace in other branches
- 8.2 tests/modules/blazy_test/src/Plugin/Field/FieldFormatter/BlazyTestEntityReferenceFormatterTest.php \Drupal\blazy_test\Plugin\Field\FieldFormatter\BlazyTestEntityReferenceFormatterTest::defaultSettings()
Defines the default settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
Overrides BlazyEntityReferenceBase::defaultSettings
File
- tests/
modules/ blazy_test/ src/ Plugin/ Field/ FieldFormatter/ BlazyTestEntityReferenceFormatterTest.php, line 90
Class
- BlazyTestEntityReferenceFormatterTest
- Plugin implementation of the 'Blazy Entity Reference' formatter.
Namespace
Drupal\blazy_test\Plugin\Field\FieldFormatterCode
public static function defaultSettings() {
return BlazyDefault::extendedSettings() + BlazyDefault::gridSettings();
}