function PostSaveProcess::getDiscoveriesToClear
Gets all plugin managers queued to have their caches cleared.
Return value
\Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface[] The queued discoveries, keyed by class name.
File
-
core/
modules/ views/ src/ PostSaveProcess.php, line 54
Class
- PostSaveProcess
- Defines the post save process value object.
Namespace
Drupal\viewsCode
public function getDiscoveriesToClear() : array {
return $this->discoveriesToClear;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.