public function AdminContentNotification::__construct in Admin Content Notification 8.3
Constructs a \Drupal\system\ConfigFormBase object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.
Overrides ConfigFormBase::__construct
File
- src/
Form/ AdminContentNotification.php, line 25
Class
- AdminContentNotification
- Class AdminContentNotification implements settings for admin notification.
Namespace
Drupal\admin_content_notification\FormCode
public function __construct(AdminContentNotificationService $adminContentNotificationService) {
$this->adminContentNotificationService = $adminContentNotificationService;
}