You are here

constant IEF_ENTITY_UNLINK in Inline Entity Form 7

Flag indicating that the entity should be unlinked.

2 uses of IEF_ENTITY_UNLINK
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 14
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', 1);