public function PaymentMethodConfiguration::setTypedConfig in Payment 8.2
Sets the typed config.
Parameters
\Drupal\Core\Config\TypedConfigManagerInterface $typed_config_manager:
Return value
$this
File
- src/
Entity/ PaymentMethodConfiguration.php, line 249
Class
- PaymentMethodConfiguration
- Defines a payment method configuration entity.
Namespace
Drupal\payment\EntityCode
public function setTypedConfig(TypedConfigManagerInterface $typed_config_manager) {
$this->typedConfigManager = $typed_config_manager;
return $this;
}