You are here

public function OpignoActivityTypeInterface::setSummary in Opigno module 8

Same name and namespace in other branches
  1. 3.x 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\Entity

Code

public function setSummary($summary);