You are here

public function node::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/node.php, line 40
Fasttoggle Managed Node

Class

node
Class for managing nodes.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

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