You are here

public function AuthorizationProfile::getDescription in Authorization 8

Get description.

Return value

string Description.

File

src/Entity/AuthorizationProfile.php, line 180

Class

AuthorizationProfile
Defines the Authorization profile entity.

Namespace

Drupal\authorization\Entity

Code

public function getDescription() : string {
  return $this->description;
}