You are here

public function AbstractSettingObject::get_object in Fasttoggle 8.2

Get the object instance.

Return value

object The instance of the object, if any.

Overrides SettingObjectInterface::get_object

File

src/Plugin/SettingObject/AbstractSettingObject.php, line 72
Abstract Fasttoggle Object

Class

AbstractSettingObject
Abstract class for an object on which Fasttoggle can modify settings.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

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