You are here

public function CommerceLicenseSynchronizableInterface::synchronize in Commerce License 7

Perform synchronization.

Return value

TRUE if the synchronization was successful, FALSE otherwise.

1 method overrides CommerceLicenseSynchronizableInterface::synchronize()
CommerceLicenseRemoteBase::synchronize in includes/plugins/license_type/base.inc
Implements CommerceLicenseSynchronizableInterface::synchronize().

File

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

Class

CommerceLicenseSynchronizableInterface
Marks a license as synchronizable with a remote service.

Code

public function synchronize();