StopProceduralHookScan.php

Namespace

Drupal\Core\Hook\Attribute

File

core/lib/Drupal/Core/Hook/Attribute/StopProceduralHookScan.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\Hook\Attribute;


/**
 * Defines a StopProceduralHookScan attribute object.
 *
 * This allows contrib and core to mark when a file has no more
 * procedural hooks.
 */
class StopProceduralHookScan {

}

Classes

Title Deprecated Summary
StopProceduralHookScan Defines a StopProceduralHookScan attribute object.

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