You are here

interface CourseOutlineInterface in Course 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/CourseOutlineInterface.php \Drupal\course\Plugin\CourseOutlineInterface
  2. 3.x src/Plugin/CourseOutlineInterface.php \Drupal\course\Plugin\CourseOutlineInterface

Defines an interface for Course object access plugins.

Hierarchy

Expanded class hierarchy of CourseOutlineInterface

All classes that implement CourseOutlineInterface

File

src/Plugin/CourseOutlineInterface.php, line 10

Namespace

Drupal\course\Plugin
View source
interface CourseOutlineInterface extends PluginInspectionInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2