PHP Class tl_settings

Provide miscellaneous methods that are used by the data configuration array.
Inheritance: extends Backend
Show file Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
checkStaticUrl ( mixed $varValue ) : mixed Check a static URL
checkTemplateFiles ( mixed $varValue ) : mixed Make sure that "html5" is in the list of valid template files, so the back end works correctly (see #3398)
clearSearchIndex ( mixed $varValue ) : mixed Remove protected search results if the feature is being disabled

Method Details

checkStaticUrl() public method

Check a static URL
public checkStaticUrl ( mixed $varValue ) : mixed
$varValue mixed
return mixed

checkTemplateFiles() public method

Make sure that "html5" is in the list of valid template files, so the back end works correctly (see #3398)
public checkTemplateFiles ( mixed $varValue ) : mixed
$varValue mixed
return mixed

clearSearchIndex() public method

Remove protected search results if the feature is being disabled
public clearSearchIndex ( mixed $varValue ) : mixed
$varValue mixed
return mixed