Closed avpaderno closed 1 year ago
The PR replaces all the deprecated functions, except node_types_rebuild()
for which Backdrop does not have any replacement, and for which the documentation page says:
Backdrop no longer needs to "rebuild" its node types, which previously were synced between the code and database in Drupal 7. In Backdrop, all node types are always stored in config.
Some functions, like the following one, are calling functions that are now deprecated.
The code should be changed to avoid using deprecated functions.