You are here

class LearningPathGroupOperationsLinks in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/LearningPathGroupOperationsLinks.php \Drupal\opigno_learning_path\LearningPathGroupOperationsLinks

Class LearningPathGroupOperationsLinks.

@package Drupal\opigno_learning_path

Hierarchy

Expanded class hierarchy of LearningPathGroupOperationsLinks

1 string reference to 'LearningPathGroupOperationsLinks'
opigno_learning_path.services.yml in ./opigno_learning_path.services.yml
opigno_learning_path.services.yml
1 service uses LearningPathGroupOperationsLinks
opigno_learning_path.group_operations in ./opigno_learning_path.services.yml
Drupal\opigno_learning_path\LearningPathGroupOperationsLinks

File

src/LearningPathGroupOperationsLinks.php, line 10

Namespace

Drupal\opigno_learning_path
View source
class LearningPathGroupOperationsLinks {

  /**
   * Returns context Group operations links.
   */
  public function getLink() {
    return [];
  }

}

Members

Namesort descending Modifiers Type Description Overrides
LearningPathGroupOperationsLinks::getLink public function Returns context Group operations links.