You are here

interface CourseObjectAccessInterface in Course 8.2

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

Defines an interface for Course object access plugins.

Hierarchy

Expanded class hierarchy of CourseObjectAccessInterface

All classes that implement CourseObjectAccessInterface

File

src/Plugin/CourseObjectAccessInterface.php, line 10

Namespace

Drupal\course\Plugin
View source
interface CourseObjectAccessInterface 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