Extending FullcalendarViewProcessorBase not working

Created on 9 September 2020, almost 4 years ago
Updated 3 April 2023, about 1 year ago

Problem/Motivation

Added a file called eventCalendarProcessor.php to my modules /src/Plugin/FullcalendarViewProcessor directory but nothing happens, it never gets called.

uninstalled and reinstalled module, cleared caches etc.

Can't seem to pinpoint what i'm doing wrong.

<?php 

namespace Drupal\my_module\Plugin\FullcalendarViewProcessor;

use Drupal\fullcalendar_view\Plugin\FullcalendarViewProcessorBase;
use Drupal\Core\Datetime\DrupalDateTime;

/**
 * Example Calendar Event Processor
 *
 * @FullcalendarViewProcessor(
 *   id = "fullcalendar_event_processor",
 *   label = @Translation("Full Calendar event date processor")
 * )
 */
class eventCalendarProcessor extends FullcalendarViewProcessorBase {

Steps to reproduce

Create custom module and try to extend FullcalendarViewProcessorBase

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Closed: outdated

Version

5.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States thronedigital

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024