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 |
|---|---|---|---|---|
| basicshib 3.0.x-dev | Module | 785 | 15000 | athrylith, iaha, Screenack |
| 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 | 1788 | 1788 | Info.yml or composer.json | The drupal/core requirement is not compatible with the next major version of Drupal. Either remove it or update it to be compatible. See https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-file#core-compatibility. |
| 3 | 4 | 2 | Other problem | Deprecated in PHP 8.4: Parameter #2 $account (Drupal\user\UserInterface) is implicitly nullable via default value null. |
| 45 | 61 | 6 | PHPUnit API | Call to deprecated method getMockForAbstractClass() of class PHPUnit\Framework\TestCase: https://github.com/sebastianbergmann/phpunit/issues/5241 |
| 2 | 7 | 4 | Other problem | Undefined variable: $config |
| 1 | 1 | 1 | Other problem | Parameter $config_factory of method Drupal\mymodule\PathProcessor\BasicShibPathProcessor::__construct() has invalid type Drupal\mymodule\PathProcessor\ConfigFactoryInterface. |
| 1 | 1 | 1 | Other problem | Parameter $container of method Drupal\mymodule\PathProcessor\BasicShibPathProcessor::create() has invalid type Drupal\mymodule\PathProcessor\ContainerInterface. |
| 1 | 1 | 1 | Other problem | Method Drupal\mymodule\PathProcessor\BasicShibPathProcessor::processInbound() should return string but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\basicshib\Form\AuthorizationTestForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\basicshib\Form\AuthorizationTestForm::$configuration. |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\basicshib\Form\AuthorizationTestForm::$map. |
| 5 | 5 | 1 | Other problem | Access to an undefined property Drupal\basicshib\Form\GrouperSettingsForm::$config. |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\basicshib\Form\GrouperSettingsForm::$basicShibAuthFilter. |
| 1 | 1 | 1 | Other problem | Method Drupal\basicshib\Plugin\basicshib\auth_filter\AuthFilterPluginDefault::getError() should return string but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\basicshib\basicshiblogListBuilder::getEntityIds() should return array but return statement is missing. |
| 1 | 1 | 1 | Other problem | Parameter #1 $code (int) of method Drupal\basicshib_test\Plugin\basicshib\auth_filter\BasicShibTestAuthFilter::getError() is not contravariant with parameter #1 $code (mixed) of method Drupal\basicshib\Plugin\AuthFilterPluginInterface::getError(). |
| 1 | 1 | 1 | Other problem | Non-abstract class Drupal\basicshib_test\Plugin\basicshib\grouper\BasicShibTestGrouper contains abstract method getUserRoles() from interface Drupal\basicshib\Plugin\GrouperPluginInterface. |
| 1 | 1 | 1 | Other problem | Method Drupal\basicshib_test\Plugin\basicshib\grouper\BasicShibTestGrouper::create() has invalid return type Drupal\basicshib_test\Plugin\basicshib\grouper\GrouperPluginDefault. |
| 1 | 1 | 1 | Other problem | Method Drupal\basicshib_test\Plugin\basicshib\grouper\BasicShibTestGrouper::getMap() overrides method Drupal\basicshib\Plugin\GrouperPluginInterface::getMap() but misses parameter #1 $userRoles. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\basicshib_test\Plugin\basicshib\grouper\BasicShibTestGrouper::$container. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\basicshib_test\Plugin\basicshib\grouper\BasicShibTestGrouper::$map. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\Tests\basicshib\Kernel\GrouperPluginImplementationTest::$userStorage. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\Tests\basicshib\Kernel\LoginControllerTest::$_messages. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\Unit\basicshib\AttributeMapperTest::isAuthenticated(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\basicshib\Kernel\AuthFilterPluginImplementationTest::isAuthenticated(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\basicshib\Kernel\AuthenticationHandlerTest::isAuthenticated(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\basicshib\Kernel\AuthorizationHandlerTest::isAuthenticated(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\basicshib\Kernel\GrouperPluginImplementationTest::isAuthenticated(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\basicshib\Kernel\LoginControllerTest::isAuthenticated(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\basicshib\Unit\Plugin\AuthFilterPluginDefaultTest::isAuthenticated(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\basicshib\Unit\Plugin\UserProviderPluginDefaultTest::isAuthenticated(). |