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

Breadcrumb

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

function LoaderChain::getLoaders

Same name in this branch
  1. 11.1.x vendor/symfony/validator/Mapping/Loader/LoaderChain.php \Symfony\Component\Validator\Mapping\Loader\LoaderChain::getLoaders()

Return value

LoaderInterface[]

File

vendor/symfony/serializer/Mapping/Loader/LoaderChain.php, line 60

Class

LoaderChain
Calls multiple {@link LoaderInterface} instances in a chain.

Namespace

Symfony\Component\Serializer\Mapping\Loader

Code

public function getLoaders() : array {
    return $this->loaders;
}

API Navigation

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