We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197fc07 commit eaf48f4Copy full SHA for eaf48f4
stubs/Drupal/Core/Field/FormatterBase.stub
@@ -0,0 +1,15 @@
1
+<?php
2
+
3
+namespace Drupal\Core\Field;
4
5
+use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
6
+use Drupal\Core\Field\FormatterInterface;
7
+use Drupal\Core\Field\PluginSettingsBase;
8
9
+/**
10
+ * @template TFieldItemList of \Drupal\Core\Field\FieldItemListInterface
11
+ * @implements FormatterInterface<TFieldItemList>
12
+ */
13
+abstract class FormatterBase extends PluginSettingsBase implements FormatterInterface, ContainerFactoryPluginInterface {
14
15
+}
0 commit comments