Same as registerFluidFlexFormPlugin, but enables registering FlexForms
for any TCA field (type "flex") or field whose TCA you have overridden
to display as a FlexForm.
public static registerFluidFlexFormTable ( mixed $table, mixed $fieldName, mixed $templateFilename, mixed $variables = [], $section = NULL, $paths = NULL ) : void | ||
$table | mixed | The SQL table this FlexForm is bound to |
$fieldName | mixed | The SQL field this FlexForm is bound to |
$templateFilename | mixed | Location of the Fluid template containing field definitions |
$variables | mixed | Optional array of variables to pass to Fluid template |
Résultat | void |