protected function FacConfig::getFilesPath in Fast Autocomplete 8
Gets the Fast Autocomplete configuration JSON files filepath.
@returns string The JSON files filepath.
1 call to FacConfig::getFilesPath()
- FacConfig::deleteFiles in src/
Entity/ FacConfig.php - Deletes Fast Autocomplete configuration JSON files.
File
- src/
Entity/ FacConfig.php, line 349
Class
- FacConfig
- Defines the FacConfig entity.
Namespace
Drupal\fac\EntityCode
protected function getFilesPath() {
return PublicStream::basePath() . '/fac-json/' . $this
->id();
}