Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
474 views
in Technique[技术] by (71.8m points)

drupal - How to iterate through blocks in a theme region and change markup

I want to iterate through all blocks that are placed in a specific region to achieve the following (only within this specific region):

  1. Extract their title to output them like that:
<ul>
 <li>Title of Block 1</li>
 <li>Title of Block 2</li>
 <li>Title of Block 3</li>
</ul>
  1. Display their content like that:
<div>
 <div>Content of Block 1</div>
 <div>Content of Block 2</div>
 <div>Content of Block 3</div>
</div>

Any ideas how I can achieve that?

question from:https://stackoverflow.com/questions/65952382/how-to-iterate-through-blocks-in-a-theme-region-and-change-markup

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...