TaxonomyVocabularyTestCase assumes auto-increment increment of 1
This test explicitly requires knowledge of an ID to be assigned in the future by auto-increment. The test tries to load a non-existent vocabulary by vid (ensuring ti fails), then creates the...
View ArticleRemove widget config schema from text module and options module
#1875992: Add EntityFormDisplay objects for entity forms went in moving widget settings from instances to a new object, so this should be removed from the configuration schema.
View ArticleUnable to create languages with empty prefix
https://api.drupal.org/api/drupal/includes!locale.inc/function/locale_add_language/7See also: https://drupal.org/node/1679096locale_add_language('en-CA', 'English (Canada)', 'English (Canada)',...
View ArticleReplace drupal_container() with Drupal::service() in the serialization module
drupal_container() is deprecated, and all calls in the serialization module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be...
View ArticleReplace drupal_container() with Drupal::service() in the shortcut module
drupal_container() is deprecated, and all calls in the shortcut module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced...
View ArticleReplace drupal_container() with Drupal::service() in the statistics module
drupal_container() is deprecated, and all calls in the statistics module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced...
View ArticleReplace drupal_container() with Drupal::service() in the simpletest module
drupal_container() is deprecated, and all calls in the simpletest module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced...
View ArticleReplace drupal_container() with Drupal::service() in the system module
drupal_container() is deprecated, and all calls in the system module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced...
View ArticleReplace drupal_container() with Drupal::service() in the taxonomy module
drupal_container() is deprecated, and all calls in the taxonomy module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced...
View ArticleReplace drupal_container() with Drupal::service() in the tour module
drupal_container() is deprecated, and all calls in the tour module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced with...
View ArticleReplace drupal_container() with Drupal::service() in the translation_entity...
drupal_container() is deprecated, and all calls in the translation_entity module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be...
View ArticleReplace drupal_container() with Drupal::service() in the update module
drupal_container() is deprecated, and all calls in the update module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced...
View ArticleReplace drupal_container() with Drupal::service() in the user module
drupal_container() is deprecated, and all calls in the user module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced with...
View ArticleReplace drupal_container() with Drupal::service() in the views module
drupal_container() is deprecated, and all calls in the views module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced with...
View ArticleReplace drupal_container() with Drupal::service() in the views_ui module
drupal_container() is deprecated, and all calls in the views_ui module need to be replaced with Drupal::service(), except for where the module_handler service is requested, which needs to be replaced...
View ArticleDynamic menu option & default front page
I am creating a web portal using Domain Access, Organic Groups, Panels, and QuickTabs as the principal components.Each user will be affiliated with a group in organic groups and their affiliation is...
View ArticleLimited HTML text filter not working
I have a text filter called "Limited HTML" which is configured with:Limit allowed HTML tags Convert URLs into links Convert line breaks into HTML (i.e. and) Correct faulty and chopped off HTML(see...
View ArticleUnhelpful error due to lack of validation
I recently ran into this rather cryptic error message:Notice: Undefined property: stdClass::$_entity in Drupal\system\Plugin\views\row\EntityRow->pre_render() (line 123 of...
View Article