FormBuilderMain::themesPath()

Return the path where themes are stored

If the dir /site/templates/FormBuilder/themes/ exists, it will use that. Otherwise it uses /site/modules/FormBuilder/themes/

Usage

// basic usage
$string = $formBuilderMain->themesPath();

// usage with all arguments
$string = $formBuilderMain->themesPath(string $theme = '');

Arguments

NameType(s)Description
$theme (optional)string

Optionally specify the theme and it will be included in the path

Return value

string


FormBuilderMain methods and properties

API reference based on ProcessWire core version 3.0.253