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 |
|---|---|---|---|---|
| snippet_manager 2.x-dev | Module | 131 | 15000 | kiseleva.t, kvantstudio |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Run Rector to fix some errors | Some of the errors found are covered by drupal-rector automation (thanks to Palantir.net funding), which should be used to speed up resolving them. Check out the Project Update Bot patch in the issue queue. Get the automated fix committed first and resolve the manual problems afterwards. | 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. |
| 1 | 28 | 23 | Drupal API, 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. |
| 1 | 141 | 78 | Drupal API, 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. |
| 1 | 20 | 17 | Drupal API, not rector covered | 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. |
| 1 | 110 | 69 | Drupal API, 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. |
| 1 | 16 | 11 | Parse error | Function file_create_url not found. |
| 2 | 211 | 142 | Drupal API, 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. |
| 1 | 9 | 6 | Other problem | Call to sprintf contains 0 placeholders, 1 value given. |
| 1 | 9 | 9 | Parse error | Function user_role_names not found. |
| 1 | 1 | 1 | Other problem | Method Drupal\snippet_manager\Form\CssForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\snippet_manager\Form\GeneralForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\snippet_manager\Form\JsForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\snippet_manager\Form\TemplateForm::save() should return int but return statement is missing. |
| 1 | 1 | 1 | Other problem | Class Drupal\snippet_manager\Plugin\CKEditorPlugin\Snippet extends unknown class Drupal\ckeditor\CKEditorPluginBase. |
| 1 | 1 | 1 | Other problem | Class Drupal\snippet_manager\Plugin\CKEditorPlugin\Snippet implements unknown interface Drupal\ckeditor\CKEditorPluginConfigurableInterface. |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\snippet_manager\Plugin\CKEditorPlugin\Snippet::t(). |
| 1 | 1 | 1 | Other problem | Method Drupal\snippet_manager\Plugin\SnippetVariable\File::getFile() should return Drupal\file\FileInterface but return statement is missing. |
| 1 | 1 | 1 | Other problem | Method Drupal\snippet_manager\Plugin\SnippetVariable\Url::build() should return array but return statement is missing. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.4: Parameter #2 $original_snippet (Drupal\snippet_manager\SnippetInterface) is implicitly nullable via default value null. |
| 1 | 3 | 2 | Other problem | Deprecated in PHP 8.4: Parameter #1 $entities (array) is implicitly nullable via default value null. |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\BlockVariableTest::$modules property must be protected. |
| 4 | 4 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\BlockVariableTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\ConditionVariableTest::$modules property must be protected. |
| 4 | 4 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\ConditionVariableTest::drupalPostForm(). |
| 6 | 6 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\DisplayVariantTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\EntityFormVariableTest::$modules property must be protected. |
| 4 | 4 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\EntityFormVariableTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\EntityVariableTest::$modules property must be protected. |
| 10 | 10 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\EntityVariableTest::drupalPostForm(). |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\FormVariableTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\LayoutTest::$modules property must be protected. |
| 7 | 7 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\LayoutTest::drupalPostForm(). |
| 5 | 5 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\MenuVariableTest::drupalPostForm(). |
| 3 | 3 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\MiniSnippetVariableTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\MissingVariablePluginTest::$modules property must be protected. |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\MissingVariablePluginTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\SnippetBlockTest::$modules property must be protected. |
| 6 | 6 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\SnippetBlockTest::drupalPostForm(). |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\SnippetCssTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\SnippetCssTest::assertRegExp(). |
| 5 | 5 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\SnippetFormTest::drupalPostForm(). |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\SnippetJsTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\SnippetJsTest::assertRegExp(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\SnippetPageTest::$modules property must be protected. |
| 11 | 11 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\SnippetPageTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\SnippetTemplateTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\SnippetUiTest::$modules property must be protected. |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\SnippetUiTest::drupalPostForm(). |
| 2 | 2 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\TemplateLoaderTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\TestBase::$modules property must be protected. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\Tests\snippet_manager\Functional\TestBase::setUp() is not covariant with return type void of method Drupal\Tests\BrowserTestBase::setUp(). |
| 4 | 4 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\TextVariableTest::drupalPostForm(). |
| 5 | 5 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\UrlVariableTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Functional\ViewVariableTest::$modules property must be protected. |
| 4 | 4 | 1 | Other problem | Call to an undefined method Drupal\Tests\snippet_manager\Functional\ViewVariableTest::drupalPostForm(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\FunctionalJavascript\EditorTest::$modules property must be protected. |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\FunctionalJavascript\OverviewFilterTest::$modules property must be protected. |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Kernel\SnippetAccessTest::$modules property must be protected. |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Kernel\SnippetFilterTest::$modules property must be protected. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\Tests\snippet_manager\Kernel\SnippetFilterTest::setUp() is not covariant with return type void of method Drupal\KernelTests\KernelTestBase::setUp(). |
| 1 | 1 | 1 | Parse error | Instantiated class Symfony\Component\Debug\BufferingLogger not found. |
| 1 | 1 | 1 | Twig API | Property Drupal\Tests\snippet_manager\Kernel\TwigExtensionTest::$modules property must be protected. |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\snippet_manager\Unit\LocalTasksTest::$root overriding property Drupal\Tests\UnitTestCase::$root (string) should also have native type string. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\Tests\snippet_manager\Unit\LocalTasksTest::setUp() is not covariant with return type void of method Drupal\Tests\Core\Menu\LocalTaskIntegrationTestBase::setUp(). |