You are here

protected property ConfigDependencies::$formatProviders in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/src/Entity/ConfigDependencies.php \Drupal\rest\Entity\ConfigDependencies::formatProviders
  2. 9 core/modules/rest/src/Entity/ConfigDependencies.php \Drupal\rest\Entity\ConfigDependencies::formatProviders

The serialization format providers, keyed by format.

Type: string[]

File

core/modules/rest/src/Entity/ConfigDependencies.php, line 21

Class

ConfigDependencies
Calculates rest resource config dependencies.

Namespace

Drupal\rest\Entity

Code

protected $formatProviders;