Commit 16059bcb authored by catch's avatar catch
Browse files

Issue #3346372 by mstrelan, acbramley: Documentation of...

Issue #3346372 by mstrelan, acbramley: Documentation of CacheTagsChecksumTrait::invalidateTags refers to a non-existant method

(cherry picked from commit 7d7d8b29)
parent 4e89e7e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public function rootTransactionEndCallback($success) {
  }

  /**
   * Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::invalidateTags()
   * Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags()
   */
  public function invalidateTags(array $tags) {
    // Only invalidate tags once per request unless they are written again.