public function LatestActivityInterface::getModuleId in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/LatestActivityInterface.php \Drupal\opigno_learning_path\LatestActivityInterface::getModuleId()
Gets the module ID.
Return value
int The module ID.
1 method overrides LatestActivityInterface::getModuleId()
- LatestActivity::getModuleId in src/
Entity/ LatestActivity.php - Gets the module ID.
File
- src/
LatestActivityInterface.php, line 59
Class
- LatestActivityInterface
- Provides an interface defining a LatestActivity entity.
Namespace
Drupal\opigno_learning_pathCode
public function getModuleId();