You are here

public function comment::get_id in Fasttoggle 8.2

Object ID.

Return value

integer The unique ID of this instance of the object.

Overrides AbstractSettingObject::get_id

File

src/Plugin/SettingObject/comment.php, line 33
Fasttoggle Managed Comment

Class

comment
Class for managing comments.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

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