The variables eadXmlDir and SAVE_BASE_URI don't appear to be used outside of the declarations; and I wouldn't expect them to be. The plugin doesn't need to know a default or constant location of the files. This will be determined by the individual media.
eadXmlDir
|
$this->eadXmlDir = $f_uri_scheme . '://' . trim($f_sub_dir, '/'); |
|
protected string $eadXmlDir; |
SAVE_BASE_URI
|
const SAVE_BASE_URI = 'private://findingaid'; |
The variables
eadXmlDirandSAVE_BASE_URIdon't appear to be used outside of the declarations; and I wouldn't expect them to be. The plugin doesn't need to know a default or constant location of the files. This will be determined by the individual media.eadXmlDiread_migration/src/Plugin/migrate/source/MediaXmlData.php
Line 60 in 4c7f4ae
ead_migration/src/Plugin/migrate/source/MediaXmlData.php
Line 42 in 4c7f4ae
SAVE_BASE_URIead_migration/src/Plugin/migrate/source/MediaXmlData.php
Line 43 in 4c7f4ae