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

Breadcrumb

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

function LoaderInterface::exists

Return value

bool

5 methods override LoaderInterface::exists()
ArrayLoader::exists in vendor/twig/twig/src/Loader/ArrayLoader.php
ChainLoader::exists in vendor/twig/twig/src/Loader/ChainLoader.php
ComponentLoader::exists in core/lib/Drupal/Core/Template/Loader/ComponentLoader.php
FilesystemLoader::exists in vendor/twig/twig/src/Loader/FilesystemLoader.php
StringLoader::exists in core/lib/Drupal/Core/Template/Loader/StringLoader.php

File

vendor/twig/twig/src/Loader/LoaderInterface.php, line 48

Class

LoaderInterface
Interface all loaders must implement.

Namespace

Twig\Loader

Code

public function exists(string $name);

API Navigation

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