queryPluginNames example

public function completeOptionValues($optionName, CompletionContext $context)
    {
        return [];
    }

    /** * {@inheritdoc} */
    public function completeArgumentValues($argumentName, CompletionContext $context)
    {
        if ($argumentName === 'plugin') {
            return $this->queryPluginNames($context->getCurrentWord());
        }

        return [];
    }

    /** * {@inheritdoc} */
    protected function configure()
    {
        parent::configure();

        
public function completeOptionValues($optionName, CompletionContext $context)
    {
        return [];
    }

    /** * {@inheritdoc} */
    public function completeArgumentValues($argumentName, CompletionContext $context)
    {
        if ($argumentName === 'plugin') {
            return $this->queryPluginNames($context->getCurrentWord());
        }

        return [];
    }

    /** * {@inheritdoc} */
    protected function configure()
    {
        parent::configure();

        


        return [];
    }

    /** * {@inheritdoc} */
    public function completeArgumentValues($argumentName, CompletionContext $context)
    {
        if ($argumentName === 'plugin') {
            return $this->queryPluginNames($context->getCurrentWord());
        }

        return [];
    }

    /** * {@inheritdoc} */
    protected function configure()
    {
        $this
            
Home | Imprint | This part of the site doesn't use cookies.