You are here

public function CommerceLicenseFile::isConfigurable in Commerce File 7.2

Implements CommerceLicenseInterface::isConfigurable().

Overrides CommerceLicenseBase::isConfigurable

File

plugins/license_type/CommerceLicenseFile.class.php, line 11

Class

CommerceLicenseFile
File license type.

Code

public function isConfigurable() {
  return FALSE;
}