You are here

protected property ProviderRepositoryDecorator::$maxAge in oEmbed Providers 1.1.x

Same name and namespace in other branches
  1. 2.x src/OEmbed/ProviderRepositoryDecorator.php \Drupal\oembed_providers\OEmbed\ProviderRepositoryDecorator::maxAge
  2. 1.0.x src/OEmbed/ProviderRepositoryDecorator.php \Drupal\oembed_providers\OEmbed\ProviderRepositoryDecorator::maxAge

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

Type: int

File

src/OEmbed/ProviderRepositoryDecorator.php, line 45

Class

ProviderRepositoryDecorator
Decorates the oEmbed ProviderRepository provided by core Media module.

Namespace

Drupal\oembed_providers\OEmbed

Code

protected $maxAge;