Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DataProviderInterface.php
Go to the documentation of this file.
1 <?php
7 
13 {
19  public function isAllowed();
20 
26  public function getRssData();
27 
31  public function getCacheKey();
32 
36  public function getCacheLifetime();
37 
43  public function getFeeds();
44 
48  public function isAuthRequired();
49 }