You are here

public function FacConfig::getFilesExpiryTime in Fast Autocomplete 8

Gets the files expiry time.

Return value

int The files expiry time.

Overrides FacConfigInterface::getFilesExpiryTime

File

src/Entity/FacConfig.php, line 310

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

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