You are here

public function SettingObjectInterface::get_object in Fasttoggle 8.2

Get the node / user / ...

Return value

object The object being modified.

1 method overrides SettingObjectInterface::get_object()
AbstractSettingObject::get_object in src/Plugin/SettingObject/AbstractSettingObject.php
Get the object instance.

File

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

Class

SettingObjectInterface
An interface for objects that have toggleable attributes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public function get_object();