You are here

public function LicenseInterface::getState in Commerce License 8.2

Gets the license state.

Return value

\Drupal\state_machine\Plugin\Field\FieldType\StateItemInterface The shipment state.

1 method overrides LicenseInterface::getState()
License::getState in src/Entity/License.php
Gets the license state.

File

src/Entity/LicenseInterface.php, line 122

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function getState();