-
- Downloads
[#3521212] Fix CS/SA/eslint/cspell issues.
Showing
- .cspell-project-words.txt 7 additions, 0 deletions.cspell-project-words.txt
- README.md 1 addition, 1 deletionREADME.md
- composer.json 12 additions, 5 deletionscomposer.json
- phpcs.xml 12 additions, 0 deletionsphpcs.xml
- src/Plugin/views/cache/AdvancedViewsCache.php 66 additions, 16 deletionssrc/Plugin/views/cache/AdvancedViewsCache.php
- tests/modules/views_advanced_cache_test/views_advanced_cache_test.info.yml 7 additions, 8 deletions...ws_advanced_cache_test/views_advanced_cache_test.info.yml
- tests/modules/views_advanced_cache_test/views_advanced_cache_test.module 2 additions, 1 deletion...iews_advanced_cache_test/views_advanced_cache_test.module
- tests/src/Functional/PageCacheTest.php 40 additions, 14 deletionstests/src/Functional/PageCacheTest.php
- tests/src/Functional/ViewsCacheMetadataTest.php 21 additions, 9 deletionstests/src/Functional/ViewsCacheMetadataTest.php
- tests/src/Kernel/ViewsRowCacheTest.php 3 additions, 2 deletionstests/src/Kernel/ViewsRowCacheTest.php
.cspell-project-words.txt
0 → 100644
... | ... | @@ -2,10 +2,17 @@ |
"name": "drupal/views_advanced_cache", | ||
"type": "drupal-module", | ||
"description": "Take more control of views caching with the ability to specify cache tags and contexts.", | ||
"license": "GPL-2.0+", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-8.x-1.x": "1.x-dev" | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "http://drupal.org/project/views_advanced_cache", | ||
"support": { | ||
"issues": "http://drupal.org/project/issues/views_advanced_cache", | ||
"source": "https://git.drupalcode.org/project/views_advanced_cache" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Malcolm Poindexter", | ||
"homepage": "https://www.drupal.org/u/malcolm_p", | ||
"role": "contributor" | ||
} | ||
} | ||
] | ||
} |
phpcs.xml
0 → 100644
Please register or sign in to comment