You are here

public function LicenseInterface::getExpirationPluginType in Commerce License 8.2

Gets the type of expiration this license uses.

Return value

string The ID of the recurring_period plugin.

1 method overrides LicenseInterface::getExpirationPluginType()
License::getExpirationPluginType in src/Entity/License.php
Gets the type of expiration this license uses.

File

src/Entity/LicenseInterface.php, line 106

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function getExpirationPluginType();