Drupal 8'de bir Excel okuma modülü oluşturuyorum. Bir dosyanın public gibi bir yoldan okumak için gerçek yolunu almak istiyorum: //2016-03/Places.xls.
Bir dosyanın gerçek yolunu bulmak için hangi işlevi çağırmalıyım?
1
api.drupal.org/api/drupal/core!includes!file.inc/function/…
—
Mohammed Gomma
Ne ile okumak için? Bu yol neredeyse her şeyle çalışır, örneğin file_get_contents ('public: // ...') gayet iyi çalışıyor.
—
Berdir
Drupal 8 açısından cevabı aldım, bu \ \ Drupal :: service ('file_system') -> realpath ('public: //2016-03/Places_2.xlsx') ``
—
Nisam
Bir yanıt olarak gönderin ve çözüm olarak kabul edin. Bu aynı soruya başkalarına yardımcı olacaktır.
—
Aram Boyajyan
Ben de benzer bir durum vardı, ama işleyebilir çünkü file_create_url ile sona erdi
—
usernameabc
managed files (These are files that have either been uploaded by users or were generated automatically (for example through CSS aggregation))
veshipped files (those outside of the files directory, which ship as part of Drupal core or contributed modules or themes)