You are here

public function node::save in Fasttoggle 8.2

Save function.

Overrides AbstractSettingObject::save

File

src/Plugin/SettingObject/node.php, line 57
Fasttoggle Managed Node

Class

node
Class for managing nodes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public function save() {
  $this->object
    ->save();
}