Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SchemaStorage.php

function SchemaStorage::__construct

File

vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php, line 19

Class

SchemaStorage

Namespace

JsonSchema

Code

public function __construct(?UriRetrieverInterface $uriRetriever = null, ?UriResolverInterface $uriResolver = null) {
    $this->uriRetriever = $uriRetriever ?: new UriRetriever();
    $this->uriResolver = $uriResolver ?: new UriResolver();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal