You are here

private property ProviderRepository::$deprecatedProperties in Drupal 9

The service properties that should raise a deprecation error.

Type: string[]

File

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

Class

ProviderRepository
Retrieves and caches information about oEmbed providers.

Namespace

Drupal\media\OEmbed

Code

private $deprecatedProperties = [
  'cacheBackend' => 'cache.default',
];