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\CommandLoaderCode
public function has(string $name) : bool;