HookAttributeInterface.php
Namespace
Drupal\Core\Hook\AttributeFile
-
core/
lib/ Drupal/ Core/ Hook/ Attribute/ HookAttributeInterface.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Core\Hook\Attribute;
/**
* Common interface for attributes used for hook discovery.
*
* This does not imply any shared behavior, it is only used to collect all
* hook-related attributes in the same call.
*
* @internal
*/
interface HookAttributeInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
HookAttributeInterface | Common interface for attributes used for hook discovery. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.