isCodeDisabled() public method

public isCodeDisabled ( ) : boolean
return boolean
 /**
  * @Then the code field should be disabled
  */
 public function theCodeFieldShouldBeDisabled()
 {
     Assert::true($this->updatePage->isCodeDisabled(), 'Code should be immutable, but it does not.');
 }