Method |
Description |
|
__construct ( ) |
Import the back end user object |
|
checkPermission ( ) |
Check permissions to edit table tl_form |
|
copyForm ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the copy form button |
|
deleteForm ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the delete form button |
|
editHeader ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the edit header button |
|
generateAlias ( mixed $varValue, DataContainer $dc ) : mixed |
Auto-generate a form alias if it has not been set yet |
|
getAllTables ( ) : array |
Get all tables and return them as array |
|
getFormWrapperTemplates ( ) : array |
Return all form wrapper templates as array |
|