You are here

public function Basic::getEntityId in Payment 8.2

Gets the ID of the payment method this plugin is for.

Return value

string

File

src/Plugin/Payment/Method/Basic.php, line 91

Class

Basic
A basic payment method that does not transfer money.

Namespace

Drupal\payment\Plugin\Payment\Method

Code

public function getEntityId() {
  return $this->pluginDefinition['entity_id'];
}