a12s-1.0.0-beta7/modules/page_context/src/Annotation/A12sPageContextFormDisplay.php
modules/page_context/src/Annotation/A12sPageContextFormDisplay.php
<?php
namespace Drupal\a12s_page_context\Annotation;
use Drupal\Component\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;
/**
* Defines A12sPageContextFormDisplay annotation object.
*
* @Annotation
*/
class A12sPageContextFormDisplay extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public string $id;
/**
* The human-readable name of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public Translation $title;
/**
* The description of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public Translation $description;
}
