access_policy-1.0.x-dev/src/Annotation/AccessRuleWidget.php
src/Annotation/AccessRuleWidget.php
<?php namespace Drupal\access_policy\Annotation; use Drupal\Component\Annotation\Plugin; /** * Defines a AccessRuleWidget annotation object. * * @Annotation */ class AccessRuleWidget extends Plugin { /** * The plugin ID. * * @var string */ public $id; /** * The human-readable name of the plugin. * * @var \Drupal\Core\Annotation\Translation * * @ingroup plugin_translatable */ public $label; /** * A short description of the plugin. * * @var \Drupal\Core\Annotation\Translation * * @ingroup plugin_translatable */ public $description; }