You are here

public function SettingInterface::nextValue in Fasttoggle 8.2

Move to the next setting value.

Return value

\Drupal\fasttoggle\Plugin\SettingObject\SettingObjectInterface The related object, so you can chain a call to its the save method.

File

src/Plugin/Setting/SettingInterface.php, line 74
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 nextValue($instance);