You are here

constant IEF_ENTITY_UNLINK_DELETE in Inline Entity Form 7

Flag indicating that the entity should be unlinked and deleted.

2 uses of IEF_ENTITY_UNLINK_DELETE
EntityInlineEntityFormController::removeFormSubmit in includes/entity.inline_entity_form.inc
Handles the submission of a remove form. Decides what should happen to the entity after the removal confirmation.
inline_entity_form_remove_confirm in ./inline_entity_form.module
Remove form submit callback.

File

./inline_entity_form.module, line 19
Provides a widget for inline management (creation, modification, removal) of referenced entities. The primary use case is the parent -> children one (for example, order -> line items), where the child entities are never managed outside the…

Code

define('IEF_ENTITY_UNLINK_DELETE', 2);