You are here

public function OpignoActivityInterface::getName in Opigno module 3.x

Same name and namespace in other branches
  1. 8 src/Entity/OpignoActivityInterface.php \Drupal\opigno_module\Entity\OpignoActivityInterface::getName()

Gets the Activity name.

Return value

string Name of the Activity.

1 method overrides OpignoActivityInterface::getName()
OpignoActivity::getName in src/Entity/OpignoActivity.php
Gets the Activity name.

File

src/Entity/OpignoActivityInterface.php, line 30

Class

OpignoActivityInterface
Provides an interface for defining Activity entities.

Namespace

Drupal\opigno_module\Entity

Code

public function getName();