Trait providing utility methods for file based config engines.
stringThe path this engine finds files on.
Get file path
_getFilePath(string $key, bool $checkExists = false): string
Get file path
string $key The identifier to write to. If the key has a . it will be treated as a plugin prefix.
bool $checkExists optional Whether to check if file exists. Defaults to false.
stringCake\Core\Exception\CakeExceptionThe path this engine finds files on.
string
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/trait-Cake.Core.Configure.FileConfigTrait.html