You are here

protected property ProviderRepository::$maxAge in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/media/src/OEmbed/ProviderRepository.php \Drupal\media\OEmbed\ProviderRepository::maxAge

How long the provider data should be cached, in seconds.

Type: int

File

core/modules/media/src/OEmbed/ProviderRepository.php, line 25

Class

ProviderRepository
Retrieves and caches information about oEmbed providers.

Namespace

Drupal\media\OEmbed

Code

protected $maxAge;