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

Breadcrumb

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

function CommandLoaderInterface::has

Checks if a command exists.

2 methods override CommandLoaderInterface::has()
ContainerCommandLoader::has in vendor/symfony/console/CommandLoader/ContainerCommandLoader.php
Checks if a command exists.
FactoryCommandLoader::has in vendor/symfony/console/CommandLoader/FactoryCommandLoader.php
Checks if a command exists.

File

vendor/symfony/console/CommandLoader/CommandLoaderInterface.php, line 32

Class

CommandLoaderInterface
@author Robin Chalas <robin.chalas@gmail.com>

Namespace

Symfony\Component\Console\CommandLoader

Code

public function has(string $name) : bool;
RSS feed
Powered by Drupal