Data was last updated on Feb 21, 2026, 03:17 AM UTC from dataset #749129.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| youtube_playlists 1.0.x-dev | Module | 3 | 15000 | sudarshan giri |
| 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 | 9794 | 7047 | 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. |
| 5 | 105 | 62 | Other problem | Call to deprecated function curl_close(). |
| 1 | 5 | 4 | Other problem | Call to deprecated function utf8_encode(). |
| 4 | 6 | 2 | Guzzle API | Call to deprecated method getConfig() of interface GuzzleHttp\ClientInterface: ClientInterface::getConfig will be removed in guzzlehttp/guzzle:8.0. |
| 2 | 2 | 1 | Other problem | Fetching deprecated class constant NOTICE of class Monolog\Logger: Use \Monolog\Level::Notice |
| 1 | 1 | 1 | Guzzle API | Call to method onAppEngine() of deprecated class Google\Auth\Credentials\AppIdentityCredentials: AppIdentityCredentials supports authorization on Google App Engine. It can be used to authorize requests using the AuthTokenMiddleware or AuthTokenSubscriber, but will only succeed if being run on App Engine: Example: ``` use Google\Auth\Credentials\AppIdentityCredentials; use Google\Auth\Middleware\AuthTokenMiddleware; use GuzzleHttp\Client; use GuzzleHttp\HandlerStack; $gae = new AppIdentityCredentials('https://www.googleapis.com/auth/books'); $middleware = new AuthTokenMiddleware($gae); $stack = HandlerStack::create(); $stack->push($middleware); $client = new Client([ 'handler' => $stack, 'base_uri' => 'https://www.googleapis.com/books/v1', 'auth' => 'google_auth' ]); $res = $client->get('volumes?q=Henry+David+Thoreau&country=US'); ``` |
| 3 | 3 | 1 | Other problem | Call to deprecated method get_interactive_channel() of class phpseclib3\Net\SSH2: for lack of transparency in intended channel target, to be potentially replaced with method which guarantees open-ness of all yielded channels and throws error for multiple open channels |