Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow block rendering using Block core Wrapper - Issue 3110310 #39

Closed
wants to merge 1 commit into from

Conversation

WengerK
Copy link
Member

@WengerK WengerK commented Mar 27, 2020

🗃️ Issues

This pull request is related to :

*
* @return null|array
* A render array for the block or NULL if the block does not exist.
*/
public function renderBlock($block_id, array $params = []) {
public function renderBlock($block_id, array $params = [], $wrapper = FALSE) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the question about the default value is still open.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to change the current working process, and so set it to false :)

@gido gido removed their assignment Apr 2, 2020
@WengerK WengerK closed this Nov 18, 2022
@WengerK WengerK deleted the 3110310-block-rendering branch November 18, 2022 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow block rendering using Block core Wrapper - Issue 3110310
3 participants