You are here

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

Class

user
Class for managing users.

Namespace

Drupal\fasttoggle\Plugin\SettingObject

Code

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