You are here

public function UserRestrictions::getExpiry in User restrictions 8

Get timestamp of rule expiration.

Return value

int Timestamp of rule expiration.

Overrides UserRestrictionInterface::getExpiry

File

src/Entity/UserRestrictions.php, line 115

Class

UserRestrictions
Defines an image style configuration entity.

Namespace

Drupal\user_restrictions\Entity

Code

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