You are here

public function PaymentStatus::setTypedConfig in Payment 8.2

Sets the typed config.

Parameters

\Drupal\Core\Config\TypedConfigManagerInterface $typed_config_manager:

Return value

$this

File

src/Entity/PaymentStatus.php, line 178

Class

PaymentStatus
Defines a payment status entity.

Namespace

Drupal\payment\Entity

Code

public function setTypedConfig(TypedConfigManagerInterface $typed_config_manager) {
  $this->typedConfigManager = $typed_config_manager;
  return $this;
}