You are here

public function FacConfig::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.

Overrides FacConfigInterface::cleanUpFiles

File

src/Entity/FacConfig.php, line 303

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

public function cleanUpFiles() {
  return $this->cleanUpFiles;
}