Skip to content
Snippets Groups Projects
Unverified Commit dfcf19da authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3098922 by AkashkumarOSL, benjifisher, reinchek, shubham.prakash: Code...

Issue #3098922 by AkashkumarOSL, benjifisher, reinchek, shubham.prakash: Code comment says "reusable" instead of "not reusable"
parent acb56802
No related branches found
No related tags found
No related merge requests found
......@@ -122,9 +122,9 @@ function block_content_add_body_field($block_type_id, $label = 'Body') {
* These queries should only return reusable blocks unless a condition on
* 'reusable' is explicitly set.
*
* Block_content entities that are reusable should by default not be selectable
* as entity reference values. A module can still create an instance of
* \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface
* Block_content entities that are not reusable should by default not be
* selectable as entity reference values. A module can still create an instance
* of \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface
* that will allow selection of non-reusable blocks by explicitly setting
* a condition on the 'reusable' field.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment