AttachmentConfigurationServiceInterface
in
Table of Contents
- getConfiguration() : AttachmentConfigurationInterface|null
- Returns the attachment configuration object value or null if no config was found
- saveConfiguration() : void
- Saves the attachment configuration value to the database
Methods
getConfiguration()
Returns the attachment configuration object value or null if no config was found
public
getConfiguration(string $key, string $languageCode) : AttachmentConfigurationInterface|null
Parameters
- $key : string
- $languageCode : string
Return values
AttachmentConfigurationInterface|null —saveConfiguration()
Saves the attachment configuration value to the database
public
saveConfiguration(AttachmentConfigurationInterface $attachmentConfiguration) : void
Parameters
- $attachmentConfiguration : AttachmentConfigurationInterface