abstract protected function FullcalendarLegendBase::buildLegend in FullCalendar 8.2
Same name and namespace in other branches
- 8.5 modules/fullcalendar_legend/src/Plugin/block/FullcalendarLegendBase.php \Drupal\fullcalendar_legend\Plugin\Block\FullcalendarLegendBase::buildLegend()
- 8 fullcalendar_legend/src/Plugin/block/FullcalendarLegendBase.php \Drupal\fullcalendar_legend\Plugin\Block\FullcalendarLegendBase::buildLegend()
- 8.3 fullcalendar_legend/src/Plugin/block/FullcalendarLegendBase.php \Drupal\fullcalendar_legend\Plugin\Block\FullcalendarLegendBase::buildLegend()
- 8.4 modules/fullcalendar_legend/src/Plugin/block/FullcalendarLegendBase.php \Drupal\fullcalendar_legend\Plugin\Block\FullcalendarLegendBase::buildLegend()
Parameters
\Drupal\Core\Field\FieldDefinitionInterface[] $fields:
Return value
array
1 call to FullcalendarLegendBase::buildLegend()
- FullcalendarLegendBase::build in modules/
fullcalendar_legend/ src/ Plugin/ block/ FullcalendarLegendBase.php - Builds and returns the renderable array for this block plugin.
2 methods override FullcalendarLegendBase::buildLegend()
- Bundle::buildLegend in modules/
fullcalendar_legend/ src/ Plugin/ block/ Bundle.php - Term::buildLegend in modules/
fullcalendar_legend/ src/ Plugin/ block/ Term.php
File
- modules/
fullcalendar_legend/ src/ Plugin/ block/ FullcalendarLegendBase.php, line 59 - Contains \Drupal\fullcalendar_legend\Plugin\Block\FullcalendarLegendBase.
Class
- FullcalendarLegendBase
- Provides a generic FullCalendar Legend block.
Namespace
Drupal\fullcalendar_legend\Plugin\BlockCode
protected abstract function buildLegend(array $fields);