function BreakpointManager::clearCachedDefinitions
Overrides DefaultPluginManager::clearCachedDefinitions
File
- 
              core/modules/ breakpoint/ src/ BreakpointManager.php, line 229 
Class
- BreakpointManager
- Defines a breakpoint plugin manager to deal with breakpoints.
Namespace
Drupal\breakpointCode
public function clearCachedDefinitions() {
  parent::clearCachedDefinitions();
  $this->breakpointsByGroup = NULL;
  $this->instances = [];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
