The function drupal_clean_id_identifier() is marked deprecated and should be replaced by \Drupal\Component\Utility\Html::getId().
| Comment | File | Size | Author |
|---|---|---|---|
| remove_usage_of_drupal_clean_id_identifier.patch | 600 bytes | jeroent |
The function drupal_clean_id_identifier() is marked deprecated and should be replaced by \Drupal\Component\Utility\Html::getId().
| Comment | File | Size | Author |
|---|---|---|---|
| remove_usage_of_drupal_clean_id_identifier.patch | 600 bytes | jeroent |
Comments
Comment #1
uccio commentedThe patch remove the drupal_clean_id_identifier() and drupal works fine!
Comment #2
alexpottThis issue is a prioritized change (removal of deprecated functions) as per https://www.drupal.org/core/beta-changes and it's benefits outweigh any disruption. Committed 124a1fe and pushed to 8.0.x. Thanks!
Comment #4
alexpott