Open
Description
#342 #344 added stubs for field types which are always available with Drupal.
It'd be great if field types in Drupal in optional [non-test] modules were also hinted
eg
text.module:
\Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem
\Drupal\text\Plugin\Field\FieldType\TextItem
\Drupal\text\Plugin\Field\FieldType\TextLongItem
options.module:
\Drupal\options\Plugin\Field\FieldType\ListStringItem
\Drupal\options\Plugin\Field\FieldType\ListIntegerItem
\Drupal\options\Plugin\Field\FieldType\ListFloatItem
etc, etc
For writing field type stubs, see the examples:
- https://github.com/mglaman/phpstan-drupal/tree/main/stubs/Drupal/Core/Field/Plugin/Field/FieldType
- https://github.com/mglaman/phpstan-drupal/tree/main/stubs/Drupal/file/Plugin/Field/FieldType
- https://github.com/mglaman/phpstan-drupal/tree/main/stubs/Drupal/link
Official docs: https://phpstan.org/user-guide/stub-files