You are here

abstract public function AbstractSettingObject::get_id in Fasttoggle 8.2

Object ID.

Return value

integer The unique ID of this instance of the object.

Overrides SettingObjectInterface::get_id

3 methods override AbstractSettingObject::get_id()
comment::get_id in src/Plugin/SettingObject/comment.php
Object ID.
node::get_id in src/Plugin/SettingObject/node.php
Object ID.
user::get_id in src/Plugin/SettingObject/user.php
Object ID.

File

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

Class

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

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public abstract function get_id();