Method | Description | |
---|---|---|
__construct ( ) | Constructor | |
fetchChoices ( $args, $request ) | Retrieves a JSON list of available choices for a tagit metadata input field. | |
getStepCount ( ) : integer | Get the number of submission steps. | |
getStepsNumberAndLocaleKeys ( ) : array | Get the step numbers and their corresponding title locale keys. | |
setupTemplate ( $request ) | Setup common template variables. |
public fetchChoices ( $args, $request ) | ||
$args | array | |
$request | Request |
public getStepCount ( ) : integer | ||
return | integer |
public getStepsNumberAndLocaleKeys ( ) : array | ||
return | array |
public setupTemplate ( $request ) | ||
$request | Request |