Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Namespaces | Data Structures | Functions
Magento\Downloadable\Helper Namespace Reference

Namespaces

 Catalog
 

Data Structures

class  Data
 
class  Download
 
class  File
 

Functions

 function_exists ()
 
 mime_content_type ()
 

Detailed Description

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Function Documentation

◆ function_exists()

Magento\Downloadable\Helper\function_exists ( )
Returns
bool

Definition at line 13 of file download_mock.php.

14 {
15  return DownloadTest::$functionExists;
16 }

◆ mime_content_type()

Magento\Downloadable\Helper\mime_content_type ( )
Returns
string

Definition at line 21 of file download_mock.php.

22 {
23  return DownloadTest::$mimeContentType;
24 }