You are here

public function PatternSettingTypeBase::fieldStorageExposableTypes in UI Patterns Settings 8.2

Returns the list to matching field types.

Return value

array The list of exposable field types

Overrides PatternSettingTypeInterface::fieldStorageExposableTypes

2 methods override PatternSettingTypeBase::fieldStorageExposableTypes()
EnumerationSettingTypeBase::fieldStorageExposableTypes in src/Plugin/EnumerationSettingTypeBase.php
Returns the list to matching field types.
UrlSettingType::fieldStorageExposableTypes in src/Plugin/UiPatterns/SettingType/UrlSettingType.php
Returns the list to matching field types.

File

src/Plugin/PatternSettingTypeBase.php, line 400

Class

PatternSettingTypeBase
Base class for UI Patterns Setting plugins.

Namespace

Drupal\ui_patterns_settings\Plugin

Code

public function fieldStorageExposableTypes() {
  return [];
}