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

Breadcrumb

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

function UriRetriever::setUriRetriever

Set the URI Retriever

Parameters

UriRetrieverInterface $uriRetriever:

Return value

$this for chaining

1 call to UriRetriever::setUriRetriever()
UriRetriever::getUriRetriever in vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php
Get a URI Retriever

File

vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php, line 228

Class

UriRetriever
Retrieves JSON Schema URIs

Namespace

JsonSchema\Uri

Code

public function setUriRetriever(UriRetrieverInterface $uriRetriever) {
    $this->uriRetriever = $uriRetriever;
    return $this;
}

API Navigation

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