How do I set the file usage on Drupal 8? How can I use the following methods?
file_usage_add()
file_usage_delete()
file_usage_list()
How do I set the file usage on Drupal 8? How can I use the following methods?
file_usage_add()
file_usage_delete()
file_usage_list()
You can use these methods in Drupal 8:
\Drupal::service('file.usage')->add
\Drupal::service('file.usage')->delete
\Drupal::service('file.usage')->listUsage
© 2022 - 2024 — McMap. All rights reserved.