You are here

interface FullcalendarViewProcessorInterface in Fullcalendar View 8.3

Same name and namespace in other branches
  1. 6.x src/Plugin/FullcalendarViewProcessorInterface.php \Drupal\fullcalendar_view\Plugin\FullcalendarViewProcessorInterface
  2. 5.x src/Plugin/FullcalendarViewProcessorInterface.php \Drupal\fullcalendar_view\Plugin\FullcalendarViewProcessorInterface

Defines an interface for Fullcalendar view processor plugins.

Hierarchy

Expanded class hierarchy of FullcalendarViewProcessorInterface

All classes that implement FullcalendarViewProcessorInterface

File

src/Plugin/FullcalendarViewProcessorInterface.php, line 10

Namespace

Drupal\fullcalendar_view\Plugin
View source
interface FullcalendarViewProcessorInterface 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