- Issue created by @Wongjn
- Status changed to Fixed
11 months ago 1:17pm 9 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Drupal 10.2.0 introduced a new API for defining field type categories →
. Passing @Translation()
to category
is now deprecated. Let's update this.
11x: Using a translatable string as a category for field type is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. See https://www.drupal.org/node/3364271 6x in ExIconsSelectWidgetTest::testIconTitle from Drupal\Tests\ex_icons\Functional 2x in ExIconsSelectionTest::testExIconSelection from Drupal\Tests\ex_icons\Functional 1x in ExIconDefaultFormatterTest::testExIconDefaultFormatter from Drupal\Tests\ex_icons\Kernel 1x in ExIconItemTest::testExIconItem from Drupal\Tests\ex_icons\Kernel 1x in ExIconLinkFormatterTest::testExIconLinkFormatter from Drupal\Tests\ex_icons\Kernel
Use the new API for defining field type categories.
None.
None.
None.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.