You are here

public function ResourceManagerInterface::clearPluginCache in RESTful 7.2

Clears the static cache version of the plugin.

Parameters

string $instance_id: Instance ID of the plugin.

1 method overrides ResourceManagerInterface::clearPluginCache()
ResourceManager::clearPluginCache in src/Resource/ResourceManager.php
Clears the static cache version of the plugin.

File

src/Resource/ResourceManagerInterface.php, line 51
Contains \Drupal\restful\Resource\ResourceManagerInterface.

Class

ResourceManagerInterface

Namespace

Drupal\restful\Resource

Code

public function clearPluginCache($instance_id);