You are here

abstract protected function FullcalendarLegendBase::buildLegend in FullCalendar 8.4

Same name and namespace in other branches
  1. 8.5 modules/fullcalendar_legend/src/Plugin/block/FullcalendarLegendBase.php \Drupal\fullcalendar_legend\Plugin\Block\FullcalendarLegendBase::buildLegend()
  2. 8 fullcalendar_legend/src/Plugin/block/FullcalendarLegendBase.php \Drupal\fullcalendar_legend\Plugin\Block\FullcalendarLegendBase::buildLegend()
  3. 8.2 modules/fullcalendar_legend/src/Plugin/block/FullcalendarLegendBase.php \Drupal\fullcalendar_legend\Plugin\Block\FullcalendarLegendBase::buildLegend()
  4. 8.3 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\Block

Code

protected abstract function buildLegend(array $fields);