Aimeos\ShopBundle\Composer\ScriptHandler::getOptions PHP Method

getOptions() protected static method

Returns the available options defined in the composer file.
protected static getOptions ( Composer\Script\CommandEvent $event ) : array
$event Composer\Script\CommandEvent Command event object
return array Associative list of option keys and values
    protected static function getOptions(CommandEvent $event)
    {
        return $event->getComposer()->getPackage()->getExtra();
    }