Gets the intitiated YAML discovery.
\Drupal\Core\Discovery\YamlDiscovery The YAML discovery object.
protected function getYamlDiscovery() {
return new YamlDiscovery('paragraphs.grid_layouts', $this->moduleHandler
->getModuleDirectories() + $this->themeHandler
->getThemeDirectories());
}