You are here

public function PatternSettingTypeInterface::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.

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

File

src/Plugin/PatternSettingTypeInterface.php, line 93

Class

PatternSettingTypeInterface
Defines an interface for UI Patterns setting type plugins.

Namespace

Drupal\ui_patterns_settings\Plugin

Code

public function alterFieldStorage(FieldStorageConfig $storage_config);