Data was last updated on Jun 1, 2026, 05:44 AM UTC from dataset #833286.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| symfony_mailer_microsoft_graph 1.0.x-dev | Module | 236 | 15000 | benferch, freezernick, johannes.heinzerling, zuernbernhard |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Manually review and fix errors | Based on our detection methods, none of the errors found are covered by automated fixes. However the errors found should individually have documentation links to help understand the changes. Review and fix the issues manually. In case an issue fix is possible to automate, please submit an issue at drupal-rector. | Drupal 12 compatibility issues |
| Occurrence in project | All occurrences | Affected projects | Category | Error |
|---|---|---|---|---|
| 1 | 11582 | 8307 | Info.yml or composer.json | Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. |
| 1 | 1 | 1 | Other problem | Class Drupal\symfony_mailer_microsoft_graph\Plugin\MailerTransport\MicrosoftGraphTransport extends unknown class Drupal\symfony_mailer\Plugin\MailerTransport\TransportBase. |
| 7 | 7 | 1 | Other problem | Call to an undefined method Drupal\symfony_mailer_microsoft_graph\Plugin\MailerTransport\MicrosoftGraphTransport::t(). |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\symfony_mailer_microsoft_graph\Plugin\MailerTransport\MicrosoftGraphTransport::$configuration. |
| 1 | 1 | 1 | Other problem | Drupal\symfony_mailer_microsoft_graph\Plugin\MailerTransport\MicrosoftGraphTransport::validateConfigurationForm() calls parent::validateConfigurationForm() but Drupal\symfony_mailer_microsoft_graph\Plugin\MailerTransport\MicrosoftGraphTransport does not extend any class. |
| 1 | 1 | 1 | Symfony API | Class Drupal\symfony_mailer_microsoft_graph\Response\MicrosoftGraphResponse implements unknown interface Symfony\Contracts\HttpClient\ResponseInterface. |
| 1 | 2 | 2 | Other problem | Deprecated in PHP 8.4: Parameter #1 $type (string) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Symfony API | Deprecated in PHP 8.4: Parameter #5 $client (Symfony\Contracts\HttpClient\HttpClientInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Symfony API | Parameter $client of method Drupal\symfony_mailer_microsoft_graph\Transport\Api\MicrosoftGraphApiTransport::__construct() has invalid type Symfony\Contracts\HttpClient\HttpClientInterface. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #6 $dispatcher (Psr\EventDispatcher\EventDispatcherInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #7 $logger (Psr\Log\LoggerInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Symfony API | Method Drupal\symfony_mailer_microsoft_graph\Transport\Api\MicrosoftGraphApiTransport::doSendApi() has invalid return type Symfony\Contracts\HttpClient\ResponseInterface. |