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

Breadcrumb

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

function FilesLoader::getFileLoaderInstance

Creates a loader for the given file path.

1 call to FilesLoader::getFileLoaderInstance()
FilesLoader::getFileLoaders in vendor/symfony/validator/Mapping/Loader/FilesLoader.php
Returns an array of file loaders for the given file paths.
2 methods override FilesLoader::getFileLoaderInstance()
XmlFilesLoader::getFileLoaderInstance in vendor/symfony/validator/Mapping/Loader/XmlFilesLoader.php
Creates a loader for the given file path.
YamlFilesLoader::getFileLoaderInstance in vendor/symfony/validator/Mapping/Loader/YamlFilesLoader.php
Creates a loader for the given file path.

File

vendor/symfony/validator/Mapping/Loader/FilesLoader.php, line 54

Class

FilesLoader
Base loader for loading validation metadata from a list of files.

Namespace

Symfony\Component\Validator\Mapping\Loader

Code

protected abstract function getFileLoaderInstance(string $path) : LoaderInterface;

API Navigation

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