You are here

public function CacheDecoratedResource::getCacheController in RESTful 7.2

Getter for $cacheController.

Return value

\DrupalCacheInterface The cache object.

Overrides CacheDecoratedResourceInterface::getCacheController

1 call to CacheDecoratedResource::getCacheController()
CacheDecoratedResource::dataProviderFactory in src/Plugin/resource/Decorators/CacheDecoratedResource.php
Data provider factory.

File

src/Plugin/resource/Decorators/CacheDecoratedResource.php, line 58
Contains \Drupal\restful\Plugin\resource\Decorators\CacheDecoratedResource

Class

CacheDecoratedResource

Namespace

Drupal\restful\Plugin\resource\Decorators

Code

public function getCacheController() {
  return $this->cacheController;
}