public function LatestActivityInterface::setModule in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/LatestActivityInterface.php \Drupal\opigno_learning_path\LatestActivityInterface::setModule()
Sets the module entity.
Parameters
\Drupal\opigno_module\Entity\OpignoModuleInterface $module: The module entity.
Return value
\Drupal\opigno_learning_path\LatestActivityInterface The called entity.
1 method overrides LatestActivityInterface::setModule()
- LatestActivity::setModule in src/
Entity/ LatestActivity.php - Sets the module entity.
File
- src/
LatestActivityInterface.php, line 89
Class
- LatestActivityInterface
- Provides an interface defining a LatestActivity entity.
Namespace
Drupal\opigno_learning_pathCode
public function setModule($module);