Skip to content
Snippets Groups Projects
Commit 82f3114d authored by Tobias Zimmermann's avatar Tobias Zimmermann
Browse files

Revert "Issue #2557419 by jonhattan: Fix obsoleted cache bin declaration."

This reverts commit 196c8590.
parent 196c8590
No related branches found
No related tags found
No related merge requests found
Libraries 8.x-3.x, xxxx-xx-xx
-----------------------------
#2557419 by jonhattan: Fix obsoleted cache bin declaration.
#2471501 by LKS90: Replace all occurrences of String with the SafeMarkup equivalent.
by tstoeckler: Fix drush libraries-list and drush cache-clear libraries.
#2471501 by LKS90: Replace all occurrences of String with the SafeMarkup equivalent
by tstoeckler: Fix drush libraries-list and drush cache-clear libraries
#2427801 by Anushka-mp, tstoeckler: Replace module_invoke() call.
by tstoeckler: Fix tests.
#2390301 by rjacobs: Fix DrupalUnitTestBase no longer exists so tests can't load.
......
......@@ -3,5 +3,6 @@ services:
class: Drupal\Core\Cache\CacheBackendInterface
tags:
- { name: cache.bin }
factory: cache_factory:get
factory_method: get
factory_service: cache_factory
arguments: [library]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment