class TestHookOrderExtraTypes

This class contains hook implementations.

By default, these will be called in module order, which is predictable due to the alphabetical module names. Some of the implementations are reordered using order attributes.

Hierarchy

Expanded class hierarchy of TestHookOrderExtraTypes

File

core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookOrderExtraTypes.php, line 16

Namespace

Drupal\bbb_hook_collector_test\Hook
View source
class TestHookOrderExtraTypes {
    
    /**
     * This pair tests OrderAfter with ExtraTypes.
     */
    public function customHookExtraTypes(array &$calls) : void {
        $calls[] = __METHOD__;
    }

}

Members

Title Sort descending Modifiers Object type Summary
TestHookOrderExtraTypes::customHookExtraTypes public function This pair tests OrderAfter with ExtraTypes.

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