You are here

public function SettingObjectInterface::setObject in Fasttoggle 8.2

Set an instance of the object.

1 method overrides SettingObjectInterface::setObject()
AbstractSettingObject::setObject in src/Plugin/SettingObject/AbstractSettingObject.php
Set an instance of the object.

File

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

Class

SettingObjectInterface
An interface for objects that have toggleable attributes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public function setObject($object);