You are here

CourseObjectInterface.php in Course 8.2

File

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

namespace Drupal\course\Plugin;

use Drupal\Component\Plugin\PluginInspectionInterface;

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

}

Interfaces

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