translate('Notifications'); } public function getSummary() { return $this->translate( 'Apply notifications with specific properties according to given rules.' ) . ' ' . $this->getApplySummaryText('notification'); } public function shouldBeShown() { return $this->getStats('notification', 'template') > 0; } public function listRequiredPermissions() { return [Permission::NOTIFICATIONS]; } public function getUrl() { return 'director/notifications/applyrules'; } }