You are here

public function SettingObjectInterface::get_id in Fasttoggle 8.2

Object ID.

Return value

integer The unique ID of this instance of the object.

1 method overrides SettingObjectInterface::get_id()
AbstractSettingObject::get_id in src/Plugin/SettingObject/AbstractSettingObject.php
Object ID.

File

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

Class

SettingObjectInterface
An interface for objects that have toggleable attributes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

public function get_id();