interface FullcalendarInterface in FullCalendar 8.3
Same name and namespace in other branches
- 8.5 src/Plugin/FullcalendarInterface.php \Drupal\fullcalendar\Plugin\FullcalendarInterface
- 8 src/Plugin/FullcalendarInterface.php \Drupal\fullcalendar\Plugin\FullcalendarInterface
- 8.2 src/Plugin/FullcalendarInterface.php \Drupal\fullcalendar\Plugin\FullcalendarInterface
- 8.4 src/Plugin/FullcalendarInterface.php \Drupal\fullcalendar\Plugin\FullcalendarInterface
@todo.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\fullcalendar\Plugin\FullcalendarInterface
Expanded class hierarchy of FullcalendarInterface
All classes that implement FullcalendarInterface
File
- src/
Plugin/ FullcalendarInterface.php, line 12
Namespace
Drupal\fullcalendar\PluginView source
interface FullcalendarInterface extends PluginInspectionInterface {
public function setStyle(StylePluginBase $style);
public function defineOptions();
public function buildOptionsForm(&$form, FormStateInterface $form_state);
public function submitOptionsForm(&$form, FormStateInterface $form_state);
public function process(&$settings);
public function preView(&$settings);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FullcalendarInterface:: |
public | function | 2 | |
FullcalendarInterface:: |
public | function | 2 | |
FullcalendarInterface:: |
public | function | 1 | |
FullcalendarInterface:: |
public | function | 1 | |
FullcalendarInterface:: |
public | function | 1 | |
FullcalendarInterface:: |
public | function | 1 | |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |