You are here

interface CourseObjectInterface in Course 8.3

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

Defines an interface for Course object access plugins.

Hierarchy

Expanded class hierarchy of CourseObjectInterface

All classes that implement CourseObjectInterface

1 file declares its use of CourseObjectInterface
CourseObjectPluginBase.php in src/Plugin/CourseObjectPluginBase.php

File

src/Plugin/CourseObjectInterface.php, line 10

Namespace

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