block_style_plugins_test.module in Block Style Plugins 8
Same filename and directory in other branches
The Block Style Plugins Test module.
File
tests/modules/block_style_plugins_test/block_style_plugins_test.moduleView source
<?php
/**
* @file
* The Block Style Plugins Test module.
*/
/**
* Implements hook_theme().
*/
function block_style_plugins_test_theme() {
return [
'block__test_custom' => [
'variables' => [
'test_var' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
block_style_plugins_test_theme | Implements hook_theme(). |