Sylius\Behat\Page\Admin\PaymentMethod\UpdatePageInterface::isCodeDisabled PHP Method

isCodeDisabled() public method

public isCodeDisabled ( ) : boolean
return boolean
    public function isCodeDisabled();

Usage Example

 /**
  * @Then the code field should be disabled
  */
 public function theCodeFieldShouldBeDisabled()
 {
     Assert::true($this->updatePage->isCodeDisabled(), 'Code field should be disabled');
 }