interface CourseObjectAccessInterface in Course 3.x
Same name and namespace in other branches
- 8.3 src/Plugin/CourseObjectAccessInterface.php \Drupal\course\Plugin\CourseObjectAccessInterface
- 8.2 src/Plugin/CourseObjectAccessInterface.php \Drupal\course\Plugin\CourseObjectAccessInterface
Defines an interface for Course object access plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\course\Plugin\CourseObjectAccessInterface
Expanded class hierarchy of CourseObjectAccessInterface
All classes that implement CourseObjectAccessInterface
File
- src/
Plugin/ CourseObjectAccessInterface.php, line 10
Namespace
Drupal\course\PluginView source
interface CourseObjectAccessInterface 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 |