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

Breadcrumb

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

ExecutableFinder::CMD_BUILTINS

File

vendor/symfony/process/ExecutableFinder.php, line 22

Class

ExecutableFinder
Generic executable finder.

Namespace

Symfony\Component\Process

Code

private const CMD_BUILTINS = [
    'assoc',
    'break',
    'call',
    'cd',
    'chdir',
    'cls',
    'color',
    'copy',
    'date',
    'del',
    'dir',
    'echo',
    'endlocal',
    'erase',
    'exit',
    'for',
    'ftype',
    'goto',
    'help',
    'if',
    'label',
    'md',
    'mkdir',
    'mklink',
    'move',
    'path',
    'pause',
    'popd',
    'prompt',
    'pushd',
    'rd',
    'rem',
    'ren',
    'rename',
    'rmdir',
    'set',
    'setlocal',
    'shift',
    'start',
    'time',
    'title',
    'type',
    'ver',
    'vol',
];

API Navigation

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