You are here

public function CommerceLicenseBase::formValidate in Commerce License 7

Implements CommerceLicenseInterface::formValidate().

Overrides CommerceLicenseInterface::formValidate

1 call to CommerceLicenseBase::formValidate()
CommerceLicenseExample::formValidate in modules/commerce_license_example/plugins/license_type/CommerceLicenseExample.class.php
Overrides CommerceLicenseBase::formValidate().
1 method overrides CommerceLicenseBase::formValidate()
CommerceLicenseExample::formValidate in modules/commerce_license_example/plugins/license_type/CommerceLicenseExample.class.php
Overrides CommerceLicenseBase::formValidate().

File

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

Class

CommerceLicenseBase
License base class.

Code

public function formValidate($form, &$form_state) {
  field_attach_form_validate('commerce_license', $this, $form, $form_state);
}