You are here

protected property SplashifyInjection::$timeLine in Splashify 8.2

Default time line.

File

src/Service/SplashifyInjection.php, line 21

Class

SplashifyInjection
Class SplashifyInjection.

Namespace

Drupal\splashify\Service

Code

protected $timeLine = [
  // Set to expire in one year.
  'once' => 31536000,
  // Set to expire in 24 hours.
  'daily' => 86400,
  // Set to expire in 7 days.
  'weekly' => 604800,
  // Always when load page.
  'always' => 0,
];