
| Current Path : /var/www/html_old/12park.003/web/modules/linkit/src/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/12park.003/web/modules/linkit/src/ConfigurableAttributeInterface.php |
<?php
/**
* @file
* Contains \Drupal\linkit\ConfigurableAttributeInterface.
*/
namespace Drupal\linkit;
use Drupal\Core\Plugin\PluginFormInterface;
/**
* Defines the interface for configurable attributes.
*
* @see \Drupal\linkit\Annotation\Attribute
* @see \Drupal\linkit\ConfigurableAttributeBase
* @see \Drupal\linkit\AttributeInterface
* @see \Drupal\linkit\AttributeBase
* @see \Drupal\linkit\AttributeManager
* @see plugin_api
*/
interface ConfigurableAttributeInterface extends AttributeInterface, PluginFormInterface {
}