getUpdateNotifications() protected method

Get the list of notifications to be updated on metadata form submission.
protected getUpdateNotifications ( ) : array
return array
示例#1
0
 /**
  * Get the list of notifications to be updated on metadata form submission.
  * @return array
  */
 protected function getUpdateNotifications()
 {
     $updateNotifications = parent::getUpdateNotifications();
     $updateNotifications[] = NOTIFICATION_TYPE_PENDING_INTERNAL_REVISIONS;
     return $updateNotifications;
 }