public function TableComparison::isTableCommentDifferent in Schema 8
File
- src/
Comparison/ Result/ TableComparison.php, line 41 - Contains Drupal\schema\Comparison\Result\TableComparison.
Class
Namespace
Drupal\schema\Comparison\ResultCode
public function isTableCommentDifferent() {
return $this
->getActualTableComment() != $this
->getDeclaredTableComment();
}