interface CommerceLicenseSynchronizableInterface in Commerce License 7
Marks a license as synchronizable with a remote service.
All synchronizable licenses are queued when the order has been paid, and then processed by Advanced queue.
Hierarchy
- interface \CommerceLicenseSynchronizableInterface
Expanded class hierarchy of CommerceLicenseSynchronizableInterface
All classes that implement CommerceLicenseSynchronizableInterface
File
- includes/
plugins/ license_type/ base.inc, line 138 - Abstract and interface plugin implementation.
View source
interface CommerceLicenseSynchronizableInterface {
/**
* Perform synchronization.
*
* @return
* TRUE if the synchronization was successful, FALSE otherwise.
*/
public function synchronize();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CommerceLicenseSynchronizableInterface:: |
public | function | Perform synchronization. | 1 |