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\EntityCode
public function getDescription() : string {
return $this->description;
}