Skip to content
Snippets Groups Projects
Verified Commit 7c8f3070 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3508828 by kristiaanvandeneynde, borisson_:...

Issue #3508828 by kristiaanvandeneynde, borisson_: VariationCacheFactoryInterface documentation isn't fully correct
parent 59623d9d
Branches
Tags
3 merge requests!3478Issue #3337882: Deleted menus are not removed from content type config,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #440593 passed with warnings
Pipeline: drupal

#440599

    Pipeline: drupal

    #440595

      ......@@ -8,13 +8,13 @@
      interface VariationCacheFactoryInterface {
      /**
      * Gets a variation cache backend for a given cache bin.
      * Gets a variation cache for a given cache bin.
      *
      * @param string $bin
      * The cache bin for which a variation cache backend should be returned.
      * The cache bin for which a variation cache should be returned.
      *
      * @return \Drupal\Core\Cache\VariationCacheInterface
      * The variation cache backend associated with the specified bin.
      * The variation cache associated with the specified bin.
      */
      public function get($bin);
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment