The Magento_MediaGalleryApi module serves as application program interface (API) responsible for storing and managing media gallery asset attributes.
For information about module installation in Magento 2, see Enable or disable modules.
Extension developers can interact with the Magento_MediaGalleryApi module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_MediaGalleryApi module.
\Magento\MediaGalleryApi\Api\Data\AssetInterface
\Magento\MediaGalleryApi\Api\Data\AssetKeywordsInterface
\Magento\MediaGalleryApi\Api\Data\AssetKeywordsInterface
\Magento\MediaGalleryApi\Api\CreateDirectoriesByPathsInterface:
\Magento\MediaGalleryApi\Api\DeleteAssetsByPathsInterface:
\Magento\MediaGalleryApi\Api\DeleteDirectoriesByPathsInterface:
\Magento\MediaGalleryApi\Api\GetAssetsByIdsInterface:
\Magento\MediaGalleryApi\Api\GetAssetsByPathsInterface:
\Magento\MediaGalleryApi\Api\GetAssetsKeywordsInterface:
\Magento\MediaGalleryApi\Api\IsPathExcludedInterface:
\Magento\MediaGalleryApi\Api\SaveAssetsInterface:
\Magento\MediaGalleryApi\Api\SaveAssetsKeywordsInterface:
\Magento\MediaGalleryApi\Api\SearchAssetsInterface:
For information about a public API in Magento 2, see Public interfaces & APIs.
For information about significant changes in patch releases, see 2.4.x Release information.