Codeception\Module\WPDb::grabCommentsTableName PHP Method

grabCommentsTableName() public method

Gets the comments table name.
public grabCommentsTableName ( ) : string
return string The prefixed table name, e.g. `wp_comments`.
    public function grabCommentsTableName()
    {
        return $this->grabPrefixedTableNameFor('comments');
    }
WPDb