better_exposed_filters-8.x-4.x-dev/src/Annotation/BetterExposedFiltersPagerWidget.php
src/Annotation/BetterExposedFiltersPagerWidget.php
<?php namespace Drupal\better_exposed_filters\Annotation; use Drupal\Component\Annotation\Plugin; use Drupal\Core\Annotation\Translation; /** * Defines a Better exposed filters widget item annotation object. * * @see \Drupal\better_exposed_filters\Plugin\BetterExposedFiltersWidgetManager * @see plugin_api * * @Annotation */ class BetterExposedFiltersPagerWidget extends Plugin { /** * The plugin ID. * * @var string */ public string $id; /** * The label of the plugin. * * @var \Drupal\Core\Annotation\Translation * * @ingroup plugin_translatable */ public Translation $label; }