Constructs a ConfigSchemaDiscovery object.
$schema_storage: The storage object to use for reading schema data.
public function __construct(StorageInterface $schema_storage) { $this->schemaStorage = $schema_storage; }