eZ\Publish\Core\FieldType\BinaryFile\BinaryFileStorage\Gateway\LegacyStorage::getStorageTable PHP Method

getStorageTable() protected method

Returns the table name to store data in.
protected getStorageTable ( ) : string
return string
    protected function getStorageTable()
    {
        return 'ezbinaryfile';
    }