You are here

public function AdminContentNotificationService::getConfigs in Admin Content Notification 8.3

Get settings of admin content notification.

1 call to AdminContentNotificationService::getConfigs()
AdminContentNotificationService::sendMail in src/AdminContentNotificationService.php
Send Eamil.

File

src/AdminContentNotificationService.php, line 74

Class

AdminContentNotificationService
AdminContentNotificationService implement helper service class.

Namespace

Drupal\admin_content_notification

Code

public function getConfigs() {
  return $this->configFactory
    ->get('admin_content_notification.settings');
}