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 |
|---|---|---|---|---|
| cognito 2.x-dev | Module | 38 | 15000 | benjy, eric115, sam152 |
| 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. |
| 3 | 886 | 241 | Symfony API | Call to deprecated method get() of class Symfony\Component\HttpFoundation\Request: since Symfony 7.4, use properties `->attributes`, `query` or `request` directly instead |
| 5 | 389 | 139 | Other problem | Call to deprecated method setAccessible() of class ReflectionProperty. |
| 1 | 2 | 2 | Drupal API, not rector covered | Call to deprecated method userIsBlocked() of class Drupal\user\Controller\UserAuthenticationController. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. There is no replacement. |
| 1 | 5 | 5 | Drupal API, not rector covered | Call to deprecated function user_is_blocked(). Deprecated in drupal:11.0.0 and is removed from drupal:12.0.0. Use Drupal\user\UserInterface::isBlocked() instead. |
| 1 | 6 | 3 | Other problem | Deprecated in PHP 8.4: Parameter #3 $entity_type_bundle_info (Drupal\Core\Entity\EntityTypeBundleInfoInterface) is implicitly nullable via default value null. |
| 1 | 5 | 2 | Other problem | Deprecated in PHP 8.4: Parameter #4 $time (Drupal\Component\Datetime\TimeInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #2 $exception (Exception) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Method Drupal\cognito\Form\Email\AdminRegisterForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\cognito\Form\Email\RegisterForm::save() should return int but return statement is missing. |
| 2 | 4 | 2 | Other problem | Deprecated in PHP 8.4: Parameter #1 $account (Drupal\user\UserInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\Tests\cognito\Functional\CognitoRegistrationResourceTest::request() is not covariant with return type Psr\Http\Message\ResponseInterface of method Drupal\Tests\rest\Functional\ResourceTestBase::request(). |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\Tests\cognito\Functional\CognitoRegistrationResourceTest::decorateWithXdebugCookie() is not covariant with return type array of method Drupal\Tests\rest\Functional\ResourceTestBase::decorateWithXdebugCookie(). |
| 1 | 1 | 1 | Parse error | Class Drupal\Tests\cognito\Functional\BrowserKitDriver not found. |
| 1 | 1 | 1 | Other problem | Method Drupal\Tests\cognito\Functional\CognitoRegistrationResourceTest::getExpectedUnauthorizedAccessCacheability() should return Drupal\Core\Cache\RefinableCacheableDependencyInterface but return statement is missing. |
| 4 | 4 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #2 $externalAuth (Drupal\externalauth\ExternalAuthInterface) is implicitly nullable via default value null. |
| 4 | 4 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #3 $externalAuth (Drupal\externalauth\ExternalAuthInterface) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Class Drupal\Core\Logger\LoggerChannelFactory constructor invoked with 0 parameters, 2 required. |
| 1 | 1 | 1 | Other problem | Method Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29::addMessage() should return $this(Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29) but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29::addStatus() should return $this(Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29) but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29::addError() should return $this(Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29) but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29::addWarning() should return $this(Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29) but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29::all() should return array<array<Drupal\Component\Render\MarkupInterface|string>> but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29::messagesByType() should return array<Drupal\Component\Render\MarkupInterface|string> but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29::deleteAll() should return array<Drupal\Component\Render\MarkupInterface|string> but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\Core\Messenger\MessengerInterface@anonymous/tests/src/Unit/Email/RegisterFormTest.php:29::deleteByType() should return array<Drupal\Component\Render\MarkupInterface|string> but return statement is missing. |