public function FullCalendar::getPlugins in FullCalendar 8.3
Same name and namespace in other branches
- 8.5 src/Plugin/views/style/FullCalendar.php \Drupal\fullcalendar\Plugin\views\style\FullCalendar::getPlugins()
- 8 src/Plugin/views/style/FullCalendar.php \Drupal\fullcalendar\Plugin\views\style\FullCalendar::getPlugins()
- 8.2 src/Plugin/views/style/FullCalendar.php \Drupal\fullcalendar\Plugin\views\style\FullCalendar::getPlugins()
- 8.4 src/Plugin/views/style/FullCalendar.php \Drupal\fullcalendar\Plugin\views\style\FullCalendar::getPlugins()
TODO
Return value
\Drupal\fullcalendar\Plugin\FullcalendarPluginCollection|\Drupal\fullcalendar\Plugin\FullcalendarInterface[]
5 calls to FullCalendar::getPlugins()
- FullCalendar::buildOptionsForm in src/
Plugin/ views/ style/ FullCalendar.php - Provide a form to edit options for this plugin.
- FullCalendar::defineOptions in src/
Plugin/ views/ style/ FullCalendar.php - Information about options for all kinds of purposes will be held here.
- FullCalendar::prepareAttached in src/
Plugin/ views/ style/ FullCalendar.php - Load libraries.
- FullCalendar::prepareSettings in src/
Plugin/ views/ style/ FullCalendar.php - Prepare JavaScript settings.
- FullCalendar::submitOptionsForm in src/
Plugin/ views/ style/ FullCalendar.php - Handle any special handling on the validate form.
File
- src/
Plugin/ views/ style/ FullCalendar.php, line 87
Class
- FullCalendar
- Plugin annotation @ViewsStyle( id = "fullcalendar", title = @Translation("FullCalendar"), help = @Translation("Displays items on a calendar."), theme = "fullcalendar", theme_file = "fullcalendar.theme.inc", display_types = {"normal"} )
Namespace
Drupal\fullcalendar\Plugin\views\styleCode
public function getPlugins() {
return $this->pluginBag;
}