You are here

constant UPDATE_NOT_FETCHED in Drupal 8

Same name and namespace in other branches
  1. 6 modules/update/update.module \UPDATE_NOT_FETCHED
  2. 7 modules/update/update.module \UPDATE_NOT_FETCHED

There was a failure fetching available update data for this project.

Deprecated

in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\update\UpdateFetcherInterface::NOT_FETCHED instead.

See also

https://www.drupal.org/node/2831620

File

core/modules/update/update.module, line 103
Handles updates of Drupal core and contributed projects.

Code

const UPDATE_NOT_FETCHED = -3;