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