interface CourseObjectInterface in Course 8.2
Same name and namespace in other branches
- 8.3 src/Plugin/CourseObjectInterface.php \Drupal\course\Plugin\CourseObjectInterface
- 3.x src/Plugin/CourseObjectInterface.php \Drupal\course\Plugin\CourseObjectInterface
Defines an interface for Course object access plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\course\Plugin\CourseObjectInterface
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\PluginView source
interface CourseObjectInterface extends PluginInspectionInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |