Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
loadByNamespace ($namespace) | |
getByIdentifierNamespace ($identifier, $namespace) | |
Interface for managing bookmarks
@api
Definition at line 14 of file BookmarkManagementInterface.php.
getByIdentifierNamespace | ( | $identifier, | |
$namespace | |||
) |
Retrieve bookmark by identifier and namespace
string | $identifier | |
string | $namespace |
Implemented in BookmarkManagement.
loadByNamespace | ( | $namespace | ) |
Retrieve list of bookmarks by namespace
string | $namespace |
Implemented in BookmarkManagement.