You are here

public function FullCalendar::getPlugins in FullCalendar 8.4

Same name and namespace in other branches
  1. 8.5 src/Plugin/views/style/FullCalendar.php \Drupal\fullcalendar\Plugin\views\style\FullCalendar::getPlugins()
  2. 8 src/Plugin/views/style/FullCalendar.php \Drupal\fullcalendar\Plugin\views\style\FullCalendar::getPlugins()
  3. 8.2 src/Plugin/views/style/FullCalendar.php \Drupal\fullcalendar\Plugin\views\style\FullCalendar::getPlugins()
  4. 8.3 src/Plugin/views/style/FullCalendar.php \Drupal\fullcalendar\Plugin\views\style\FullCalendar::getPlugins()

Get all available FullCalendar plugins.

Return value

\Drupal\fullcalendar\Plugin\FullcalendarPluginCollection|\Drupal\fullcalendar\Plugin\FullcalendarInterface[]

4 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::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 86

Class

FullCalendar
Plugin annotation @ViewsStyle( id = "fullcalendar", title = @Translation("FullCalendar"), help = @Translation("Displays items on a calendar."), theme = "views_view--fullcalendar", display_types = {"normal"} )

Namespace

Drupal\fullcalendar\Plugin\views\style

Code

public function getPlugins() {
  return $this->pluginBag;
}