function ProviderRepository::cacheGet

Overrides UseCacheBackendTrait::cacheGet

File

core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php, line 19

Class

ProviderRepository
Overrides the oEmbed provider repository service for testing purposes.

Namespace

Drupal\media_test_oembed

Code

protected function cacheGet($cid) {
    return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.