Codeception\Module\WPDb::grabRegistrationLogTableName PHP Method

grabRegistrationLogTableName() public method

Gets the prefixed registration_log table name.
    public function grabRegistrationLogTableName()
    {
        return $this->grabPrefixedTableNameFor('registration_log');
    }
WPDb