You are here

public function OpignoActivityType::getSummary in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Entity/OpignoActivityType.php \Drupal\opigno_module\Entity\OpignoActivityType::getSummary()

Gets the Activity type summary.

Return value

string Activity type summary.

Overrides OpignoActivityTypeInterface::getSummary

File

src/Entity/OpignoActivityType.php, line 104

Class

OpignoActivityType
Defines the Activity type entity.

Namespace

Drupal\opigno_module\Entity

Code

public function getSummary() {
  return $this->summary;
}