<?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 {}
