Skip to content

Unused variable: eadXmlDir, SAVE_BASE_URI #6

Description

@ctgraham

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';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions