public function FacConfigInterface::cleanUpFiles in Fast Autocomplete 8
Returns whether or not to clean up the files.
Return value
bool TRUE when the files must be cleaned up, FALSE otherwise.
1 method overrides FacConfigInterface::cleanUpFiles()
- FacConfig::cleanUpFiles in src/
Entity/ FacConfig.php - Returns whether or not to clean up the files.
File
- src/
FacConfigInterface.php, line 130
Class
- FacConfigInterface
- Provides an interface defining a Fast Autocomplete config entity.
Namespace
Drupal\facCode
public function cleanUpFiles();