You are here

public function PatternSettingTypeBase::alterFieldStorage in UI Patterns Settings 8.2

Alter the storage of a connected field storage.

Parameters

\Drupal\field\Entity\FieldStorageConfig $storage_config: The storage type.

Overrides PatternSettingTypeInterface::alterFieldStorage

1 method overrides PatternSettingTypeBase::alterFieldStorage()
EnumerationSettingTypeBase::alterFieldStorage in src/Plugin/EnumerationSettingTypeBase.php
Alter the storage of a connected field storage.

File

src/Plugin/PatternSettingTypeBase.php, line 137

Class

PatternSettingTypeBase
Base class for UI Patterns Setting plugins.

Namespace

Drupal\ui_patterns_settings\Plugin

Code

public function alterFieldStorage(FieldStorageConfig $storage_config) {
}