Verified Commit cf7dac18 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3278314 by acbramley: InlineBlockUsageInterface::getUsage can return...

Issue #3278314 by acbramley: InlineBlockUsageInterface::getUsage can return FALSE but isn't documented
parent e16ec179
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -52,8 +52,9 @@ public function deleteUsage(array $block_content_ids);
   * @param int $block_content_id
   *   The block content entity ID.
   *
   * @return object
   *   The usage record with properties layout_entity_id and layout_entity_type.
   * @return object|false
   *   The usage record with properties layout_entity_id and layout_entity_type
   *   or FALSE if there is no usage.
   */
  public function getUsage($block_content_id);