public function OpignoActivityInterface::getName in Opigno module 8
Same name and namespace in other branches
- 3.x 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\EntityCode
public function getName();