public function CommerceLicenseRemoteBase::synchronize in Commerce License 7
Implements CommerceLicenseSynchronizableInterface::synchronize().
Overrides CommerceLicenseSynchronizableInterface::synchronize
1 method overrides CommerceLicenseRemoteBase::synchronize()
- CommerceLicenseRemoteExample::synchronize in modules/
commerce_license_example/ plugins/ license_type/ CommerceLicenseRemoteExample.class.php - Implements CommerceLicenseSynchronizableInterface::synchronize().
File
- includes/
plugins/ license_type/ base.inc, line 442 - Abstract and interface plugin implementation.
Class
- CommerceLicenseRemoteBase
- Remote license base class.
Code
public function synchronize() {
return TRUE;
}