LearningPathGroupOperationsLinks.php in Opigno Learning path 8
Same filename and directory in other branches
Namespace
Drupal\opigno_learning_pathFile
src/LearningPathGroupOperationsLinks.phpView source
<?php
namespace Drupal\opigno_learning_path;
/**
* Class LearningPathGroupOperationsLinks.
*
* @package Drupal\opigno_learning_path
*/
class LearningPathGroupOperationsLinks {
/**
* Returns context Group operations links.
*/
public function getLink() {
return [];
}
}
Classes
Name | Description |
---|---|
LearningPathGroupOperationsLinks | Class LearningPathGroupOperationsLinks. |