hook_menu()
has been removed from Drupal 8.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 7
drupal_add_js()
has been removed.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 47
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 48
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 134
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 135
drupal_goto()
has been removed.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 379
entity_get_info()
is now a method of the EntityManager service.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 319
The Field API CRUD functions have been removed.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 402
The Field API CRUD functions have been removed.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 419
field_info_field_types()
has been replaced with a field type plugin manager.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 448
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 488
field_update_instance()
is now FieldConfig::save()
.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 440
form_set_error()
is now a method of FormStateInterface
.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 114
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 115
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 333
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 707
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 711
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 714
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 720
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 725
get_t()
has been removed.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.install, line 33
truncate_utf8()
has been moved into the Unicode utility class.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 190
variable_get()
has been removed.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.install, line 54
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 41
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 42
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 43
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 138
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 153
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 154
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 155
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 162
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 163
variable_set()
has been removed.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.install, line 55
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 122
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 123
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 124
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 382
- C:\xampp\htdocs\drupal8/modules/field_prototype\field_prototype.module, line 383
Many common functions, shared variables, and constants have been renamed.
Documentation
Module info files' core
key must have a value of 8.x
.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype/field_prototype.info
Info files must contain a type
key.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype/field_prototype.info
Many common dependencies have moved into core.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype/field_prototype.info
Module info files' configure
key must be a route name, not a path.
Documentation
Files Affected
- C:\xampp\htdocs\drupal8/modules/field_prototype/field_prototype.info
Automated web tests must be in a PSR-4 namespace, and unit tests must be converted to PHPUnit.
Documentation