Back to FormField class

Method getLayoutPaths

protected array
getLayoutPaths
()
Allow to override renderer include paths in child fields
Returns
  • array
Since
  • 3.5
Class: FormField
Project: Joomla

Method getLayoutPaths - Source code

/**
 * Allow to override renderer include paths in child fields
 *
 * @return  array
 *
 * @since   3.5
 */
protected function getLayoutPaths()
{
    $renderer = new FileLayout('default');
    return $renderer->getDefaultIncludePaths();
}