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
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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);