Codeception\Module\WPDb::grabPostsTableName PHP Method

grabPostsTableName() public method

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