public function OpignoActivityType::getDescription in Opigno module 3.x
Same name and namespace in other branches
- 8 src/Entity/OpignoActivityType.php \Drupal\opigno_module\Entity\OpignoActivityType::getDescription()
Gets the Activity type description.
Return value
string Activity type description.
Overrides OpignoActivityTypeInterface::getDescription
File
- src/
Entity/ OpignoActivityType.php, line 89
Class
- OpignoActivityType
- Defines the Activity type entity.
Namespace
Drupal\opigno_module\EntityCode
public function getDescription() {
return $this->description;
}