You are here

public function LatestActivityInterface::getModule in Opigno Learning path 3.x

Same name and namespace in other branches
  1. 8 src/LatestActivityInterface.php \Drupal\opigno_learning_path\LatestActivityInterface::getModule()

Gets the module entity.

Return value

\Drupal\opigno_module\Entity\OpignoModuleInterface The module entity.

1 method overrides LatestActivityInterface::getModule()
LatestActivity::getModule in src/Entity/LatestActivity.php
Gets the module entity.

File

src/LatestActivityInterface.php, line 78

Class

LatestActivityInterface
Provides an interface defining a LatestActivity entity.

Namespace

Drupal\opigno_learning_path

Code

public function getModule();