Example: Draggable Table Forms

Same name and namespace in other branches
  1. 8.x-1.x tabledrag_example/tabledrag_example.module \tabledrag_example
  2. 7.x-1.x tabledrag_example/tabledrag_example.module \tabledrag_example
  3. 4.0.x modules/tabledrag_example/tabledrag_example.module \tabledrag_example

Parent topics

File

modules/tabledrag_example/tabledrag_example.module, line 8

Functions

Title Sort descending File name Summary
tabledrag_example_help modules/tabledrag_example/tabledrag_example.module Implements hook_help().
tabledrag_example_install modules/tabledrag_example/tabledrag_example.install Implements hook_install().
tabledrag_example_schema modules/tabledrag_example/tabledrag_example.install Implements hook_schema().

Classes

Title Sort descending File name Summary
TableDragExampleNestedForm modules/tabledrag_example/src/Form/TableDragExampleNestedForm.php Table drag example nested form.
TableDragExampleRootLeafForm modules/tabledrag_example/src/Form/TableDragExampleRootLeafForm.php Table drag example root leaf form.
TableDragExampleSimpleForm modules/tabledrag_example/src/Form/TableDragExampleSimpleForm.php Table drag example simple form.
TabledragMenuTest modules/tabledrag_example/tests/src/Functional/TabledragMenuTest.php Verify functionalities of tabledrag_example.