Filename Message
EntityResource.php:33 Call to deprecated function watchdog_exception(): in drupal:10.1.0 and is removed from drupal:11.0.0. Use Use \Drupal\Core\Utility\Error::logException() instead.
EntityResource.php:113 Call to deprecated function watchdog_exception(): in drupal:10.1.0 and is removed from drupal:11.0.0. Use Use \Drupal\Core\Utility\Error::logException() instead.
JsonapiResourceConfigForm.php:173 Call to deprecated function watchdog_exception(): in drupal:10.1.0 and is removed from drupal:11.0.0. Use Use \Drupal\Core\Utility\Error::logException() instead.
JsonapiResourceConfigForm.php:343 Call to deprecated function watchdog_exception(): in drupal:10.1.0 and is removed from drupal:11.0.0. Use Use \Drupal\Core\Utility\Error::logException() instead.
SchemaFieldDefinitionNormalizer.php:14 Class Drupal\jsonapi_extras\Normalizer\SchemaFieldDefinitionNormalizer extends unknown class Drupal\schemata_json_schema\Normalizer\jsonapi\FieldDefinitionNormalizer.
SchemaFieldDefinitionNormalizer.php:38 Drupal\jsonapi_extras\Normalizer\SchemaFieldDefinitionNormalizer::normalize() calls parent::normalize() but Drupal\jsonapi_extras\Normalizer\SchemaFieldDefinitionNormalizer does not extend any class.
SchemataSchemaNormalizer.php:13 Class Drupal\jsonapi_extras\Normalizer\SchemataSchemaNormalizer extends unknown class Drupal\schemata_json_schema\Normalizer\jsonapi\SchemataSchemaNormalizer.
SchemataSchemaNormalizer.php:36 Drupal\jsonapi_extras\Normalizer\SchemataSchemaNormalizer::normalize() calls parent::normalize() but Drupal\jsonapi_extras\Normalizer\SchemataSchemaNormalizer does not extend any class.
SerializerDecorator.php:87 Return type mixed of method Drupal\jsonapi_extras\SerializerDecorator::deserialize() is not covariant with return type mixed of method Symfony\Component\Serializer\SerializerInterface::deserialize().
SerializerDecorator.php:94 Return type mixed of method Drupal\jsonapi_extras\SerializerDecorator::encode() is not covariant with return type string of method Symfony\Component\Serializer\Encoder\EncoderInterface::encode().
SerializerDecorator.php:115 Return type mixed of method Drupal\jsonapi_extras\SerializerDecorator::serialize() is not covariant with return type string of method Symfony\Component\Serializer\SerializerInterface::serialize().
SerializerDecorator.php:129 Return type mixed of method Drupal\jsonapi_extras\SerializerDecorator::supportsEncoding() is not covariant with return type bool of method Symfony\Component\Serializer\Encoder\EncoderInterface::supportsEncoding().
JsonApiExtrasFunctionalTest.php:307 You should use assertNull() instead of assertSame(null, $actual).