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

Breadcrumb

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

function SchemaStorageInterface::getSchema

Returns schema for given identifier, or null if it does not exist

Parameters

string $id:

Return value

object

1 method overrides SchemaStorageInterface::getSchema()
SchemaStorage::getSchema in vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php
Returns schema for given identifier, or null if it does not exist

File

vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php, line 22

Class

SchemaStorageInterface

Namespace

JsonSchema

Code

public function getSchema($id);

API Navigation

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