moduleExists($module_name); }, FALSE); if ($should_warn) { \Drupal::messenger()->addWarning(t('Some multilingual features currently do not work well with JSON:API. See the JSON:API multilingual support documentation for more information on the current status of multilingual support.', [ ':jsonapi-docs' => 'https://www.drupal.org/docs/8/modules/jsonapi/translations', ])); } } /** * Implements hook_update_last_removed(). */ function jsonapi_update_last_removed(): int { return 9401; }