Skip to main content
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