ExportTaxonomiesForm
extends FormBase
in package
Uses
StringTranslationTrait
Export taxonomies form.
Table of Contents
Properties
- $entityTypeManager : EntityTypeManagerInterface
- The entity type manager.
Methods
- __construct() : mixed
- ExportTaxonomiesForm constructor.
- buildForm() : mixed
- {@inheritdoc}
- create() : mixed
- {@inheritdoc}
- getFormId() : string
- {@inheritdoc}
- submitForm() : mixed
- {@inheritdoc}
Properties
$entityTypeManager
The entity type manager.
protected
EntityTypeManagerInterface
$entityTypeManager
Methods
__construct()
ExportTaxonomiesForm constructor.
public
__construct(EntityTypeManagerInterface $entity_type_manager) : mixed
Parameters
- $entity_type_manager : EntityTypeManagerInterface
-
The entity type manager.
buildForm()
{@inheritdoc}
public
buildForm(array<string|int, mixed> $form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface
create()
{@inheritdoc}
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
getFormId()
{@inheritdoc}
public
getFormId() : string
Return values
stringsubmitForm()
{@inheritdoc}
public
submitForm(array<string|int, mixed> &$form, FormStateInterface $form_state) : mixed
Parameters
- $form : array<string|int, mixed>
- $form_state : FormStateInterface