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 |
|---|---|---|---|---|
| external_entity 2.0.x-dev | Module | 14 | 15000 | droath, joelsteidl, rwanth |
| 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 | 635 | 177 | Other problem | Call to deprecated method setAccessible() of class ReflectionMethod. |
| 8 | 147 | 67 | Parse error | Function watchdog_exception not found. |
| 1 | 7 | 7 | Other problem | Call to static method configure() on an unknown class Symplify\EasyCodingStandard\Config\ECSConfig. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Basic\EncodingFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\PhpTag\FullOpeningTagFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\PhpTag\NoClosingTagFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\IndentationTypeFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\LineEndingFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\ArrayIndentationFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\MethodChainingIndentationFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\NoTrailingWhitespaceFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\NoWhitespaceInBlankLineFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\SingleBlankLineAtEofFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\StatementIndentationFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\NoSpacesAroundOffsetFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Casing\LowercaseKeywordsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Casing\LowercaseStaticReferenceFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\CastNotation\LowercaseCastFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\CastNotation\ShortScalarCastFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Casing\MagicConstantCasingFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Casing\MagicMethodCasingFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Casing\NativeFunctionCasingFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ArrayNotation\TrimArraySpacesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ArrayNotation\WhitespaceAfterCommaInArrayFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ArrayNotation\NoWhitespaceBeforeCommaInArrayFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Basic\NoTrailingCommaInSinglelineFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ControlStructure\ControlStructureBracesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ControlStructure\ElseifFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ControlStructure\NoSuperfluousElseifFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ControlStructure\NoUselessElseFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ControlStructure\SwitchCaseSemicolonToColonFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ControlStructure\SwitchCaseSpaceFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\SingleClassElementPerStatementFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\SingleTraitInsertPerStatementFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\SelfAccessorFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\SelfStaticAccessorFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\OrderedInterfacesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\OrderedTraitsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\FunctionNotation\NoSpacesAfterFunctionNameFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Import\NoUnusedImportsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Import\SingleImportPerStatementFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Import\SingleLineAfterImportsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\NamespaceNotation\BlankLineAfterNamespaceFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\PhpTag\BlankLineAfterOpeningTagFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\BlankLineBetweenImportGroupsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Operator\BinaryOperatorSpacesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Operator\StandardizeNotEqualsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Operator\TernaryOperatorSpacesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocIndentFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocTrimFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocSeparationFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocScalarFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocTypesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocSingleLineVarSpacingFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocTrimConsecutiveBlankLineSeparationFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocNoEmptyReturnFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocOrderFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocVarWithoutNameFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\NoEmptyPhpdocFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Semicolon\NoEmptyStatementFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Semicolon\NoSinglelineWhitespaceBeforeSemicolonsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ReturnNotation\NoUselessReturnFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Strict\DeclareStrictTypesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Strict\StrictComparisonFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Basic\BracesPositionFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ControlStructure\ControlStructureContinuationPositionFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ArrayNotation\ArraySyntaxFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ControlStructure\TrailingCommaInMultilineFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\CastNotation\CastSpacesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Operator\ConcatSpaceFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Casing\ConstantCaseFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\VisibilityRequiredFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\ClassDefinitionFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Operator\NewWithParenthesesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\FunctionNotation\FunctionDeclarationFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\FunctionNotation\MethodArgumentSpaceFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\FunctionNotation\ReturnTypeDeclarationFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Import\OrderedImportsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\NamespaceNotation\BlankLinesBeforeNamespaceFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\NoExtraBlankLinesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\SpacesInsideParenthesesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\TypeDeclarationSpacesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Operator\UnaryOperatorSpacesFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Operator\OperatorLinebreakFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Whitespace\BlankLineBeforeStatementFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Semicolon\SpaceAfterSemicolonFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\StringNotation\SingleQuoteFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\LanguageConstruct\DeclareEqualNormalizeFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\AlignMultilineCommentFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocTypesOrderFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\NoSuperfluousPhpdocTagsFixer not found. |
| 1 | 7 | 7 | Parse error | Class PhpCsFixer\Fixer\Phpdoc\PhpdocLineSpanFixer not found. |
| 1 | 2 | 2 | Parse error | Function views_ui_standard_display_dropdown not found. |
| 1 | 1 | 1 | Other problem | Method Drupal\external_entity\Form\ExternalEntityConnectionForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Parse error | Caught class Drupal\external_entity\Plugin\ExternalEntity\AuthenticationType\InvalidPluginDefinitionException not found. |
| 1 | 1 | 1 | Parse error | Caught class Drupal\external_entity\Plugin\ExternalEntity\AuthenticationType\PluginNotFoundException not found. |
| 2 | 2 | 1 | Parse error | Function views_ui_add_ajax_trigger not found. |
| 1 | 1 | 1 | Other problem | Access to constant on deprecated interface Http\Client\HttpClient: since version 2.4, use Psr\Http\Client\ClientInterface instead; see https://www.php-fig.org/psr/psr-18/ |