You are here

public function AddToCalTypeInterface::downloadSubmit in Add to Cal 8

Parameters

\Drupal\Core\Entity\EntityInterface $entity:

array $settings:

int $delta:

\Drupal\Core\Form\FormStateInterface $form_state:

Return value

mixed

3 methods override AddToCalTypeInterface::downloadSubmit()
Generic::downloadSubmit in src/Plugin/AddToCal/Type/Generic.php
Google::downloadSubmit in src/Plugin/AddToCal/Type/Google.php
@inheritdoc
Yahoo::downloadSubmit in src/Plugin/AddToCal/Type/Yahoo.php
@inheritdoc

File

src/AddToCalTypeInterface.php, line 32

Class

AddToCalTypeInterface

Namespace

Drupal\addtocal

Code

public function downloadSubmit(EntityInterface $entity, array $settings, $delta, FormStateInterface $form_state);