You are here

public function OpignoActivityInterface::getType in Opigno module 8

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

Code

public function getType();