VuFind API Documentation

ConfigPathTrait

VuFind Action Feature Trait - Configuration file path methods

Tags
category

VuFind

author

Ere Maijala ere.maijala@helsinki.fi

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Main Page

Table of Contents

getBaseConfigFilePath()  : string
Get path to base configuration file
getForcedLocalConfigPath()  : string
Get path to local configuration file (even if it does not yet exist)

Methods

getBaseConfigFilePath()

Get path to base configuration file

protected getBaseConfigFilePath(string $filename) : string
Parameters
$filename : string

Configuration file name

Return values
string

getForcedLocalConfigPath()

Get path to local configuration file (even if it does not yet exist)

protected getForcedLocalConfigPath(string $filename) : string
Parameters
$filename : string

Configuration file name

Return values
string

Search results