You are here

public function ExistingRightsResult::hasExistingRights in Commerce License 8.2

Gets the status of the result.

Return value

bool Boolean indicating whether the checked user has existing rights.

File

src/ExistingRights/ExistingRightsResult.php, line 119

Class

ExistingRightsResult
Represents the result of a check for a user's existing rights.

Namespace

Drupal\commerce_license\ExistingRights

Code

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