- 🇮🇳India shivam_tiwari
Libraries API is already available for drupal 9 and drupal 10 versions. Please check project page https://www.drupal.org/project/libraries →
- Status changed to Closed: outdated
almost 2 years ago 11:21pm 15 May 2023
Trying to upgrade a BLT Drupal project from version 8.9.13 to Drupal 9, and following recommendations from a Acquia Lightning Article, after reviewing Libraries API 8.x-3.0-beta1, I get the following warnings:
Class Drupal\libraries\Tests\LibrariesUnitTest extends deprecated class Drupal\simpletest\KernelTestBase. Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\KernelTests\KernelTestBase instead.
Class Drupal\libraries\Tests\LibrariesWebTest extends deprecated class Drupal\simpletest\WebTestBase. Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Instead, use Drupal\Tests\BrowserTestBase. See https://www.drupal.org/node/3030340 → . Replacement available from drupal:8.6.0.
Call to method setUp() of deprecated class Drupal\simpletest\WebTestBase. Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Instead, use Drupal\Tests\BrowserTestBase. See https://www.drupal.org/node/3030340 → . Replacement available from drupal:8.6.0.
Add core_version_requirement: ^8 || ^9 to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687.
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Libraries API is already available for drupal 9 and drupal 10 versions. Please check project page https://www.drupal.org/project/libraries →