ModuleHandlerTestAll1Hooks.php

Namespace

Drupal\module_handler_test_all1\Hook

File

core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/src/Hook/ModuleHandlerTestAll1Hooks.php

View source
<?php

declare (strict_types=1);
namespace Drupal\module_handler_test_all1\Hook;

use Drupal\Core\Hook\Attribute\Hook;

/**
 * Hook implementations for module_handler_test_all1.
 */
class ModuleHandlerTestAll1Hooks {
    public static function order() : void {
    }

}

Classes

Title Deprecated Summary
ModuleHandlerTestAll1Hooks Hook implementations for module_handler_test_all1.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.