Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
BookmarkManagementInterface Interface Reference
Inheritance diagram for BookmarkManagementInterface:
BookmarkManagement

Public Member Functions

 loadByNamespace ($namespace)
 
 getByIdentifierNamespace ($identifier, $namespace)
 

Detailed Description

Interface for managing bookmarks

@api

Since
100.0.2

Definition at line 14 of file BookmarkManagementInterface.php.

Member Function Documentation

◆ getByIdentifierNamespace()

getByIdentifierNamespace (   $identifier,
  $namespace 
)

Retrieve bookmark by identifier and namespace

Parameters
string$identifier
string$namespace
Returns
\Magento\Ui\Api\Data\BookmarkInterface

Implemented in BookmarkManagement.

◆ loadByNamespace()

loadByNamespace (   $namespace)

Retrieve list of bookmarks by namespace

Parameters
string$namespace
Returns
\Magento\Ui\Api\Data\BookmarkInterface[]

Implemented in BookmarkManagement.


The documentation for this interface was generated from the following file: