Reset the cached definitions.
Overrides StyleDiscoveryInterface::reset
public function reset() {
$this->stylesCollection = NULL;
$this->cache
->deleteMultiple([
'paragraphs_collection_style',
'paragraphs_collection_style_group',
]);
}