|
Tripal
|


Public Member Functions | |
| __construct (public readonly string $id, public readonly ?TranslatableMarkup $label=NULL, public readonly ?TranslatableMarkup $description=NULL,) | |
Defines a TripalBackendPublish attribute object.
@Annotation
| Drupal\tripal\TripalBackendPublish\Attribute\TripalBackendPublish::__construct | ( | public readonly string | $id, |
| public readonly ?TranslatableMarkup | $label = NULL, |
||
| public readonly ?TranslatableMarkup | $description = NULL |
||
| ) |
Constructs a TripalBackendPublish attribute.
| string | $id | The plugin ID. |
| \Drupal\Core\StringTranslation\TranslatableMarkup | null | $label | The label of the plugin. |
| \Drupal\Core\StringTranslation\TranslatableMarkup | null | $description | A brief description for this plugin. This description will be presented to the site user. |