You are here

public function SettingObjectInterface::save in Fasttoggle 8.2

Save function. Update the entity in the database.

Return value

bool Whether the object was successfully saved.

1 method overrides SettingObjectInterface::save()
AbstractSettingObject::save in src/Plugin/SettingObject/AbstractSettingObject.php
Save function. Update the entity in the database.

File

src/Plugin/SettingObject/SettingObjectInterface.php, line 62
Provides Drupal\fasttoggle\ObjectInterface.

Class

SettingObjectInterface
An interface for objects that have toggleable attributes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public function save();