You are here

interface FullcalendarInterface in FullCalendar 8

Same name and namespace in other branches
  1. 8.5 src/Plugin/FullcalendarInterface.php \Drupal\fullcalendar\Plugin\FullcalendarInterface
  2. 8.2 src/Plugin/FullcalendarInterface.php \Drupal\fullcalendar\Plugin\FullcalendarInterface
  3. 8.3 src/Plugin/FullcalendarInterface.php \Drupal\fullcalendar\Plugin\FullcalendarInterface
  4. 8.4 src/Plugin/FullcalendarInterface.php \Drupal\fullcalendar\Plugin\FullcalendarInterface

@todo.

Hierarchy

Expanded class hierarchy of FullcalendarInterface

All classes that implement FullcalendarInterface

File

src/Plugin/FullcalendarInterface.php, line 12

Namespace

Drupal\fullcalendar\Plugin
View 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

Namesort descending Modifiers Type Description Overrides
FullcalendarInterface::buildOptionsForm public function 2
FullcalendarInterface::defineOptions public function 2
FullcalendarInterface::preView public function 1
FullcalendarInterface::process public function 1
FullcalendarInterface::setStyle public function 1
FullcalendarInterface::submitOptionsForm public function 1
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