You are here

public function SettingInterface::formatter in Fasttoggle 8.2

Get the markup we modify.

Parameters

\Drupal\Core\Field\FieldItemList $items: The items to be displayed.

array $config: The configuration used to generate the original link.

File

src/Plugin/Setting/SettingInterface.php, line 154
Provides Drupal\fasttoggle\SettingInterface.

Class

SettingInterface
Interface for settings. Plugin strings are used for quick filtering without the need to instantiate the class.

Namespace

Drupal\fasttoggle\Plugin\Setting

Code

public function formatter(FieldItemList $items, $config);