public function OpignoActivityInterface::getType in Opigno module 3.x
Same name and namespace in other branches
- 8 src/Entity/OpignoActivityInterface.php \Drupal\opigno_module\Entity\OpignoActivityInterface::getType()
Gets the Activity type.
Return value
string The Activity type.
1 method overrides OpignoActivityInterface::getType()
- OpignoActivity::getType in src/
Entity/ OpignoActivity.php - Gets the Activity type.
File
- src/
Entity/ OpignoActivityInterface.php, line 22
Class
- OpignoActivityInterface
- Provides an interface for defining Activity entities.
Namespace
Drupal\opigno_module\EntityCode
public function getType();