You are here

LearningPathGroupOperationsLinks.php in Opigno Learning path 8

Same filename and directory in other branches
  1. 3.x src/LearningPathGroupOperationsLinks.php

File

src/LearningPathGroupOperationsLinks.php
View 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

Namesort descending Description
LearningPathGroupOperationsLinks Class LearningPathGroupOperationsLinks.