Codeception\Module\WPDb::grabSiteTableName PHP Method

grabSiteTableName() public method

Gets the prefixed site table name.
public grabSiteTableName ( ) : string
return string
    public function grabSiteTableName()
    {
        return $this->grabPrefixedTableNameFor('site');
    }
WPDb