interface FullcalendarViewProcessorInterface in Fullcalendar View 5.x
Same name and namespace in other branches
- 8.3 src/Plugin/FullcalendarViewProcessorInterface.php \Drupal\fullcalendar_view\Plugin\FullcalendarViewProcessorInterface
- 6.x src/Plugin/FullcalendarViewProcessorInterface.php \Drupal\fullcalendar_view\Plugin\FullcalendarViewProcessorInterface
Defines an interface for Fullcalendar view processor plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\fullcalendar_view\Plugin\FullcalendarViewProcessorInterface
Expanded class hierarchy of FullcalendarViewProcessorInterface
All classes that implement FullcalendarViewProcessorInterface
File
- src/
Plugin/ FullcalendarViewProcessorInterface.php, line 10
Namespace
Drupal\fullcalendar_view\PluginView source
interface FullcalendarViewProcessorInterface 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 |