Unverified Commit d1d3f3b5 authored by Alex Pott's avatar Alex Pott
Browse files

docs: #3589771 BlockRepository::getVisibleBlocksPerRegion() should document...

docs: #3589771 BlockRepository::getVisibleBlocksPerRegion() should document that it's for the current theme

By: joachim
By: avinash.jha
(cherry picked from commit 895a4394)
parent 390140a3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ interface BlockRepositoryInterface {
  const REGIONS_ALL = 'all';

  /**
   * Returns an array of regions and their block entities.
   * Returns an array of regions and their block entities for the active theme.
   *
   * @param \Drupal\Core\Cache\CacheableMetadata[] $cacheable_metadata
   *   (optional) List of CacheableMetadata objects, keyed by region. This is