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\OEmbedCode
private $deprecatedProperties = [
'cacheBackend' => 'cache.default',
];