Interface
IsPathExcludedInterface
Magento\MediaGalleryApi\Api\IsPathExcludedInterface
What it does
This interface defines a contract for checking if a specific file system path should be excluded from the Magento Media Gallery.
Developers use this to determine if a directory or file path is reserved by the system and should not be displayed or processed in the media gallery interface, preventing access to protected or system-critical directories.
Public Methods
- execute()