public function LicenseInterface::getTypePlugin in Commerce License 8.2
Get an unconfigured instance of the associated license type plugin.
Return value
\Drupal\commerce_license\Plugin\Commerce\LicenseType\LicenseTypeInterface An unconfigured instance of the associated license type plugin.
1 method overrides LicenseInterface::getTypePlugin()
- License::getTypePlugin in src/
Entity/ License.php - Get an unconfigured instance of the associated license type plugin.
File
- src/
Entity/ LicenseInterface.php, line 98
Class
- LicenseInterface
- Provides an interface for License entities.
Namespace
Drupal\commerce_license\EntityCode
public function getTypePlugin();