public function OpignoActivityTypeInterface::getDescription in Opigno module 8
Same name and namespace in other branches
- 3.x src/Entity/OpignoActivityTypeInterface.php \Drupal\opigno_module\Entity\OpignoActivityTypeInterface::getDescription()
Gets the Activity type description.
Return value
string Activity type description.
1 method overrides OpignoActivityTypeInterface::getDescription()
- OpignoActivityType::getDescription in src/
Entity/ OpignoActivityType.php - Gets the Activity type description.
File
- src/
Entity/ OpignoActivityTypeInterface.php, line 18
Class
- OpignoActivityTypeInterface
- Provides an interface for defining Activity type entities.
Namespace
Drupal\opigno_module\EntityCode
public function getDescription();