Sylius\Behat\Context\Ui\Admin\ManagingTaxonsContext::iSetItsSlugToIn PHP Method

iSetItsSlugToIn() public method

public iSetItsSlugToIn ( $slug = null, $language = 'en_US' )
    public function iSetItsSlugToIn($slug = null, $language = 'en_US')
    {
        /** @var CreatePageInterface|UpdatePageInterface $currentPage */
        $currentPage = $this->currentPageResolver->getCurrentPageWithForm([$this->createPage, $this->createForParentPage, $this->updatePage]);
        $currentPage->specifySlug($slug, $language);
    }