If this content did not answer your questions, try searching or contacting our support team for further assistance.
| 8,072 | 5,807 | 50 | 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,062 | 1,062 | 50 | 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. |
| 430 | 125 | 50 | Twig API | Since twig/twig 3.12: Twig Filter "spaceless" is deprecated. See https://drupal.org/node/3071078. |
| 158 | 19 | 50 | PHPUnit API | Call to deprecated method returnValue() of class PHPUnit\Framework\TestCase: Use <code>$double->willReturn()</code> instead of <code>$double->will($this->returnValue())</code> |
| 150 | 101 | 100 | Drupal API, not rector covered | Fetching deprecated class constant EXISTS_REPLACE of interface Drupal\Core\File\FileSystemInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\File\FileExists::Replace instead. |
| 126 | 71 | 50 | Drupal API, not rector covered | Call to deprecated method renderPlain() of interface Drupal\Core\Render\RendererInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\RendererInterface::renderInIsolation() instead. |
| 124 | 55 | 500 | Drupal API, not rector covered | Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked. |
| 121 | 60 | 50 | Drupal API, not rector covered | Call to deprecated method renderPlain() of class Drupal\Core\Render\Renderer. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\RendererInterface::renderInIsolation() instead. |
| 83 | 49 | 500 | Other problem | Support from all Views contextual filter settings for the default_argument_skip_url setting is removed from drupal:11.0.0. No replacement is provided. See https://www.drupal.org/node/3382316. |
| 66 | 7 | 200 | PHPUnit API | Call to deprecated method getMockForAbstractClass() of class PHPUnit\Framework\TestCase: https://github.com/sebastianbergmann/phpunit/issues/5241 |
| 57 | 47 | 50 | Drupal API, not rector covered | Class [redacted] extends deprecated class Drupal\Core\Render\Element\FormElement. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. use Drupal\Core\Render\Element\FormElementBase instead. |
| 48 | 28 | 200 | Drupal API, not rector covered | Fetching deprecated class constant EXISTS_RENAME of interface Drupal\Core\File\FileSystemInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\File\FileExists::Rename instead. |
| 43 | 10 | 200 | Other problem | Call to deprecated method clearCachedDefinitions() of class Drupal\Core\Asset\LibraryDiscoveryCollector. Deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Use LibraryDiscoveryCollector::clear() instead. |
| 37 | 23 | 50 | Drupal API, not rector covered | Class [redacted] extends deprecated class Drupal\Core\Render\Element\RenderElement. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\Element\RenderElementBase instead. |
| 28 | 13 | 50 | Frontend API | The #drupal-off-canvas selector is deprecated in drupal:9.5.0 and is removed from drupal:10.0.0. See https://www.drupal.org/node/3305664. |
| 27 | 1 | 200 | Other problem | Fetching deprecated class constant WORDS of class Drupal\tamper\Plugin\Tamper\KeywordFilter. Deprecated in tamper:8.x-1.0-alpha6 and is removed from tamper:2.0.0. Use the 'words_list' setting instead. |
| 24 | 3 | 10000 | Other problem | Instantiation of deprecated class Drupal\eca\Attributes\Token. Deprecated in eca:2.0.0 and is removed from eca:3.0.0. These attributes moved into the correct namespace Drupal\eca\Attribute. |
| 23 | 18 | 50 | Drupal API, not rector covered | Call to deprecated method getName() of interface Drupal\Core\Extension\ModuleHandlerInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal::service('extension.list.module')->getName($module) instead. |
| 22 | 17 | 200 | Drupal API, not rector covered | Fetching deprecated class constant EXISTS_ERROR of interface Drupal\Core\File\FileSystemInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\File\FileExists::Error instead. |
| 21 | 17 | 100 | Other problem | Call to deprecated method clearCachedDefinitions() of interface Drupal\Core\Asset\LibraryDiscoveryInterface. Deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Use LibraryDiscoveryCollector::clear() instead. |
| 18 | 9 | 500 | Other problem | Calls to function fnmatch should not exist. |
| 18 | 3 | 10000 | Other problem | Add core_version_requirement to designate which Drupal versions is the extension compatible with. See https://drupal.org/node/3070687. |
| 17 | 6 | 50 | PHPUnit API | Call to deprecated method getMockForAbstractClass() of class PHPUnit\Framework\MockObject\MockBuilder: https://github.com/sebastianbergmann/phpunit/issues/5305 |
| 17 | 4 | 10000 | Guzzle API | Call to deprecated function GuzzleHttp\json_decode(): json_decode will be removed in guzzlehttp/guzzle:8.0. Use Utils::jsonDecode instead. |
| 16 | 9 | 200 | PHPUnit API | Call to deprecated method returnCallback() of class PHPUnit\Framework\TestCase: Use <code>$double->willReturnCallback()</code> instead of <code>$double->will($this->returnCallback())</code> |
| 15 | 8 | 10000 | Other problem | Calls to function dsm should not exist. |
| 12 | 5 | 100 | PHPUnit API | Call to deprecated method returnArgument() of class PHPUnit\Framework\TestCase: Use <code>$double->willReturnArgument()</code> instead of <code>$double->will($this->returnArgument())</code> |
| 12 | 12 | 10000 | Drupal API, rector covered | Drupal\Tests\BrowserTestBase::$defaultTheme is required in drupal:9.0.0 when using an install profile that does not set a default theme. See https://www.drupal.org/node/3083055, which includes recommendations on which theme to use. |
| 11 | 7 | 50 | Other problem | Class [redacted] implements deprecated interface Drush\Drupal\Commands\sql\SanitizePluginInterface: use \Drush\Commands\sql\sanitize\SanitizePluginInterface instead. |
| 11 | 3 | 200 | PHPUnit API | Call to deprecated method getMockForTrait() of class PHPUnit\Framework\TestCase: https://github.com/sebastianbergmann/phpunit/issues/5243 |