Unverified Commit 895a4394 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
parent 50ebb80e
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