IRC logs

20140817

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20140817*

20140817

  • 15:00:10 <JohPie> I am searching for documentation to get the config which is build with flux in a template
  • 17:16:04 <NamelessCoder> JohPie FluidTYPO3\Flux\Service\FluxService::getFormFromTemplateFile(...); optionally call ->build() on resulting Form object to get structure as an array instead of nested objects.
  • 17:16:20 <NamelessCoder> note: the method is not static; service must be injected or manually loaded
  • 19:07:32 <JohPie> NamelessCoder: thx