isImageCodeDisabled() public method

public isImageCodeDisabled ( ) : boolean
return boolean
 /**
  * @Then the image code field should be disabled
  */
 public function theImageCodeFieldShouldBeDisabled()
 {
     Assert::true($this->updatePage->isImageCodeDisabled(), 'Image code field should be disabled but it is not.');
 }