You are here

public static function CommerceLicenseBroken::isValid in Commerce License 7

Implements EntityBundlePluginValidableInterface::isValid().

Overrides CommerceLicenseBase::isValid

File

includes/plugins/license_type/base.inc, line 580
Abstract and interface plugin implementation.

Class

CommerceLicenseBroken
Broken implementation of a type plugin. Used as a fallback when the actual type plugin can't be loaded.

Code

public static function isValid() {
  return FALSE;
}