n Drupal 8 - change block title programmatically | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
Category:

in this post, I'll show you how to change block title programmatically in Drupal 8.

Example

use Drupal\Core\Block\BlockPluginInterface;

function mymodule_block_view_alter(array &$build, BlockPluginInterface $block)
{
    // This will uppercase the block title.
    $build['#configuration']['label'] = mb_strtoupper($build['#configuration']['label']);

}

in this example I uppercase the block title.

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook