-
- Downloads
Issue #2058371 by gordon: Re-port to Drupal 8 (.info.yml, controllers, cache service, ...)
In detail, this commit: - Changes module info files to YAML (This allows to enable the module again) - Changes the cache schema into a proper cache service - Changes CSS_DEFAULT into CSS_AGGREGATE_DEFAULT because the constant was renamed - Introduces a libraries_parse_dependency() function for the removed drupal_parse_dependency() (See https://drupal.org/node/2068797) - Turns the libraries_test page callbacks into controllers - Moves the libraries_test module - Changes library info files to YAML
Showing
- CHANGELOG.txt 1 addition, 0 deletionsCHANGELOG.txt
- lib/Drupal/libraries/Tests/LibrariesWebTest.php 10 additions, 8 deletionslib/Drupal/libraries/Tests/LibrariesWebTest.php
- libraries.info 0 additions, 3 deletionslibraries.info
- libraries.info.yml 4 additions, 0 deletionslibraries.info.yml
- libraries.install 0 additions, 15 deletionslibraries.install
- libraries.module 61 additions, 4 deletionslibraries.module
- libraries.services.yml 8 additions, 0 deletionslibraries.services.yml
- tests/example/example_info_file.libraries.info 0 additions, 4 deletionstests/example/example_info_file.libraries.info
- tests/example/example_info_file.libraries.info.yml 4 additions, 0 deletionstests/example/example_info_file.libraries.info.yml
- tests/libraries_test.info 0 additions, 5 deletionstests/libraries_test.info
- tests/modules/libraries_test/lib/Drupal/libraries_test/Controller/ExampleController.php 97 additions, 0 deletions...ib/Drupal/libraries_test/Controller/ExampleController.php
- tests/modules/libraries_test/libraries_test.css 0 additions, 0 deletionstests/modules/libraries_test/libraries_test.css
- tests/modules/libraries_test/libraries_test.inc 0 additions, 0 deletionstests/modules/libraries_test/libraries_test.inc
- tests/modules/libraries_test/libraries_test.info.yml 7 additions, 0 deletionstests/modules/libraries_test/libraries_test.info.yml
- tests/modules/libraries_test/libraries_test.js 0 additions, 0 deletionstests/modules/libraries_test/libraries_test.js
- tests/modules/libraries_test/libraries_test.module 13 additions, 70 deletionstests/modules/libraries_test/libraries_test.module
- tests/modules/libraries_test/libraries_test.routing.yml 36 additions, 0 deletionstests/modules/libraries_test/libraries_test.routing.yml
Loading
Please register or sign in to comment