Verified Commit c3c197dc authored by Dave Long's avatar Dave Long
Browse files

task: #3560397 Deprecate node.admin.inc

By: nicxvan
By: berdir
By: longwave
(cherry picked from commit b8f7910b)
parent e91e6e48
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2,10 +2,17 @@

/**
 * @file
 *
 * @deprecated in drupal:11.3.0 and is removed from drupal:12.0.0.
 *   Functions have been deprecated.
 *
 * @see https://www.drupal.org/node/3533315
 */

use Drupal\node\NodeBulkUpdate;

@trigger_error(__FILE__ . ' is deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. Functions have been deprecated. See https://www.drupal.org/project/drupal/issues/3533315', E_USER_DEPRECATED);

/**
 * Updates all nodes in the passed-in array with the passed-in field values.
 *