Closed (fixed)
Project:
Smart Date
Version:
4.2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2025 at 12:20 UTC
Updated:
23 Oct 2025 at 08:49 UTC
Jump to comment: Most recent
\Drupal\smart_date\Plugin\Field\FieldFormatter\SmartDateFormatterBase is used as basis class for the field formatter and can not be used as standalone formatter. Same with
\Drupal\smart_date\Plugin\Field\FieldWidget\SmartDateWidgetBase
and \Drupal\Tests\smart_date\Functional\SmartDateTestBase.
-
Declare classes as abstract.
-
-
-
-
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
tobiasbComment #4
tobiasbComment #5
tobiasbComment #8
tyapchyc commentedThanks for pointing this out and providing the fix. Merged — much appreciated!