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

Breadcrumb

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

function RestResourceConfigInterface::getFormats

Retrieves a list of supported response formats.

Parameters

string $method: The request method e.g GET or POST.

Return value

string[] A list of supported format IDs.

1 method overrides RestResourceConfigInterface::getFormats()
RestResourceConfig::getFormats in core/modules/rest/src/Entity/RestResourceConfig.php
Retrieves a list of supported response formats.

File

core/modules/rest/src/RestResourceConfigInterface.php, line 59

Class

RestResourceConfigInterface
Defines a configuration entity to store enabled REST resources.

Namespace

Drupal\rest

Code

public function getFormats($method);
RSS feed
Powered by Drupal