You are here

CourseOutlineInterface.php in Course 8.3

File

src/Plugin/CourseOutlineInterface.php
View source
<?php

namespace Drupal\course\Plugin;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * Defines an interface for Course object access plugins.
 */
interface CourseOutlineInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
CourseOutlineInterface Defines an interface for Course object access plugins.