Back to WritableContainerLoader class

Method getNames

public string[]
getNames
()
Get the names of the registered commands.
Returns
  • string[]
Since
  • 4.0.0

Method getNames - Source code

/**
 * Get the names of the registered commands.
 *
 * @return  string[]
 *
 * @since   4.0.0
 */
public function getNames() : array
{
    return array_keys($this->commandMap);
}