Drupal - How to get the File Description programmatically?
The description is stored on the file field, not on the file entity. To access it, use $node->yourfilefield->description
.
The description is stored on the file field, not on the file entity. To access it, use $node->yourfilefield->description
.