TestSubsubthemeHooks.php
Same filename and directory in other branches
Namespace
Drupal\test_subsubtheme\HookFile
-
core/
modules/ system/ tests/ themes/ test_subsubtheme/ src/ Hook/ TestSubsubthemeHooks.php
View source
<?php
declare (strict_types=1);
namespace Drupal\test_subsubtheme\Hook;
use Drupal\Core\Hook\Attribute\Hook;
/**
* Hook implementations for test_subsubtheme.
*/
class TestSubsubthemeHooks {
/**
* Implements hook_preprocess_HOOK() for theme_test_template_test templates.
*/
public function preprocessThemeTestTemplateTest(&$variables) : void {
}
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| TestSubsubthemeHooks | Hook implementations for test_subsubtheme. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.