You are here

public function InlineFormInterface::delete in Inline Entity Form 8

Delete permanently saved entities.

Parameters

int[] $ids: An array of entity IDs.

array $context: Available keys:

  • parent_entity_type: The type of the parent entity.
  • parent_entity: The parent entity.
1 method overrides InlineFormInterface::delete()
EntityInlineForm::delete in src/Form/EntityInlineForm.php
Delete permanently saved entities.

File

src/InlineFormInterface.php, line 145

Class

InlineFormInterface
Defines the interface for inline form handlers.

Namespace

Drupal\inline_entity_form

Code

public function delete($ids, $context);