Verified Commit 4dcbb647 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3436435 by bmahesh03121, joachim, jacobupal:...

Issue #3436435 by bmahesh03121, joachim, jacobupal: BlockCreationTrait::placeBlock() should explain visibility
parent e7a6df2a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@ trait BlockCreationTrait {
   *   The following defaults are provided:
   *   - label: Random string.
   *   - id: Random string.
   *   - region: 'sidebar_first'.
   *   - region: 'content'.
   *   - theme: The default theme.
   *   - visibility: Empty array.
   *   - visibility: Empty array (block will be visible on all pages).
   *
   * @return \Drupal\block\Entity\Block
   *   The block entity.