You are here

public function TransactionInterface::getProperty in Transaction 8

Returns a property value.

Parameters

string $key: Property key to get.

Return value

string The value of the given key, NULL if not set.

1 method overrides TransactionInterface::getProperty()
Transaction::getProperty in src/Entity/Transaction.php
Returns a property value.

File

src/TransactionInterface.php, line 199

Class

TransactionInterface
The interface for transaction entities.

Namespace

Drupal\transaction

Code

public function getProperty($key);