|
Tripal
|


Public Member Functions | |
| __construct (EntityRepositoryInterface $entity_repository, EntityTypeBundleInfoInterface $entity_type_bundle_info, TimeInterface $time, DateFormatterInterface $date_formatter) | |
| buildForm (array $form, FormStateInterface $form_state) | |
| form (array $form, FormStateInterface $form_state) | |
| validateForm (array &$form, FormStateInterface $form_state) | |
| save (array $form, FormStateInterface $form_state) | |
Static Public Member Functions | |
| static | create (ContainerInterface $container) |
Protected Member Functions | |
| actions (array $form, FormStateInterface $form_state) | |
Protected Attributes | |
| $dateFormatter | |
Form controller for Tripal Content edit forms.
| Drupal\tripal\Form\TripalEntityForm::__construct | ( | EntityRepositoryInterface | $entity_repository, |
| EntityTypeBundleInfoInterface | $entity_type_bundle_info, | ||
| TimeInterface | $time, | ||
| DateFormatterInterface | $date_formatter | ||
| ) |
Constructs a ContentEntityForm object.
| \Drupal\Core\Entity\EntityRepositoryInterface | $entity_repository | The entity repository service. |
| \Drupal\Core\Entity\EntityTypeBundleInfoInterface | $entity_type_bundle_info | The entity type bundle service. |
| \Drupal\Component\Datetime\TimeInterface | $time | The time service. |
| \Drupal\Core\Datetime\DateFormatterInterface | $date_formatter | The date formatter service. |
|
protected |
| Drupal\tripal\Form\TripalEntityForm::buildForm | ( | array | $form, |
| FormStateInterface | $form_state | ||
| ) |
{}
|
static |
{}
| Drupal\tripal\Form\TripalEntityForm::form | ( | array | $form, |
| FormStateInterface | $form_state | ||
| ) |
{}
| Drupal\tripal\Form\TripalEntityForm::save | ( | array | $form, |
| FormStateInterface | $form_state | ||
| ) |
{}
| Drupal\tripal\Form\TripalEntityForm::validateForm | ( | array & | $form, |
| FormStateInterface | $form_state | ||
| ) |
{}