You are here

public function PatternSettingTypeInterface::fieldStorageExposableTypes in UI Patterns Settings 8.2

Returns the list to matching field types.

Return value

array The list of exposable field types

1 method overrides PatternSettingTypeInterface::fieldStorageExposableTypes()
PatternSettingTypeBase::fieldStorageExposableTypes in src/Plugin/PatternSettingTypeBase.php
Returns the list to matching field types.

File

src/Plugin/PatternSettingTypeInterface.php, line 101

Class

PatternSettingTypeInterface
Defines an interface for UI Patterns setting type plugins.

Namespace

Drupal\ui_patterns_settings\Plugin

Code

public function fieldStorageExposableTypes();