You are here

public function PasswordPolicy::id in Password Policy 8.3

Gets the identifier.

Return value

string|int|null The entity identifier, or NULL if the object does not yet have an identifier.

Overrides EntityBase::id

File

src/Entity/PasswordPolicy.php, line 90

Class

PasswordPolicy
Defines a Password Policy configuration entity class.

Namespace

Drupal\password_policy\Entity

Code

public function id() {
  return $this->id;
}