Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Anonymous (not verified)
Created:
27 Dec 2012 at 01:44 UTC
Updated:
28 Jun 2018 at 19:33 UTC
Comments
Comment #1
xjmComment #2
xjmComment #3
xjmComment #4
xjmComment #5
jhodgdonSee also #1892472-8: Document hook_block_access -- apparently some of the parameters in these functions are using the wrong class names?
Comment #6
jibranTagging
Comment #7
pieterjd commentedAfter reviewing the
block.api.phpfile, it turned out thathook_block_view_ID_alter()andhook_block_view_NAME_alter()functions were removed andhook_block_view_BASE_BLOCK_ID_alterwas added.The documentation of
hook_block_view_BASE_BLOCK_ID_alterincludes two examples and clearly states that BASE_BLOCK_ID refers to the block implementation's plugin id and not the block name.This is my first contribution ever during Drupalcon Prague's "get involved in core" workshop.
Comment #7.0
pieterjd commentedRemoving myself from the author field so that I can unfollow the issue. --xjm