public function DgetComments() {
return $this->comments;
}
/**
* Gets the database connection to be used for the query.
*
* @return \Drupal\Core\Database\Connection
* The database connection to be used for the query.
*/
public function getConnection() {
return $this->connection;
}