Method | Description | |
---|---|---|
activateLanguageTab ( $locale ) | ||
addAttribute ( $attribute, $value ) | ||
associateProducts ( Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType, array $productsNames ) | ||
attachImage ( $path, $code = null ) | ||
checkChannel ( $channelName ) | ||
choosePricingCalculator ( $name ) | ||
getRouteName ( ) | ||
nameItIn ( $name, $localeCode ) | ||
removeAssociatedProduct ( $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType ) | ||
removeAttribute ( $attribute ) | ||
selectShippingCategory ( $shippingCategoryName ) | ||
specifyPrice ( $channelName, $price ) | ||
specifyPriceForChannelAndCurrency ( $price, Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency ) | ||
specifySlugIn ( $slug, $locale ) |
Method | Description | |
---|---|---|
getDefinedElements ( ) | ||
getElement ( $name, array $parameters = [] ) |
Method | Description | |
---|---|---|
clickTab ( string $tabName ) | ||
clickTabIfItsNotActive ( string $tabName ) | ||
getLastImageElement ( ) : Behat\Mink\Element\NodeElement | ||
selectElementFromAttributesDropdown ( integer $id ) | ||
waitForFormElement ( integer $timeout = 5 ) | ||
waitForSlugGenerationIfNecessary ( string $locale ) |
public associateProducts ( Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType, array $productsNames ) | ||
$productAssociationType | Sylius\Component\Product\Model\ProductAssociationTypeInterface | |
$productsNames | array |
protected getElement ( $name, array $parameters = [] ) | ||
$parameters | array |
public removeAssociatedProduct ( $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType ) | ||
$productAssociationType | Sylius\Component\Product\Model\ProductAssociationTypeInterface |
public specifyPriceForChannelAndCurrency ( $price, Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency ) | ||
$channel | Sylius\Component\Core\Model\ChannelInterface | |
$currency | Sylius\Component\Currency\Model\CurrencyInterface |