ExtractedText __construct() tries to use variables before they are defined.
Error: Call to a member function get() on null in /var/www/html/web/modules/contrib/search_api_attachments/src/Plugin/Field/FieldFormatter/ExtractedText.php on line 101 #0 /var/www/html/web/modules/contrib/search_api_attachments/src/Plugin/Field/FieldFormatter/ExtractedText.php(118): Drupal\search_api_attachments\Plugin\Field\FieldFormatter\ExtractedText->__construct()
Configure any field display to use the ExtractedText formatter.
Move __contruct() operations to create()
Active
10.0
Code