abstract protected function FullcalendarLegendBase::buildLegend in FullCalendar 8
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.2 modules/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 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 fullcalendar_legend/
src/ Plugin/ block/ Bundle.php - Term::buildLegend in fullcalendar_legend/
src/ Plugin/ block/ Term.php
File
- 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);