public function InlineFormInterface::isTableDragEnabled in Inline Entity Form 8
Checks whether tabledrag should be enabled for the given table.
Parameters
array $element: The form element representing the IEF table.
Return value
bool TRUE if tabledrag should be enabled, FALSE otherwise.
1 method overrides InlineFormInterface::isTableDragEnabled()
- EntityInlineForm::isTableDragEnabled in src/
Form/ EntityInlineForm.php - Checks whether tabledrag should be enabled for the given table.
File
- src/
InlineFormInterface.php, line 86
Class
- InlineFormInterface
- Defines the interface for inline form handlers.
Namespace
Drupal\inline_entity_formCode
public function isTableDragEnabled($element);