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