Skip to content

Commit 49706ca

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-66825: [Develop][Performance] Caching of attribute options for Layered Navigation
1 parent 0c5c1a2 commit 49706ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Eav/Model/Entity/Attribute/Frontend/AbstractFrontend.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
use Magento\Eav\Model\Entity\Attribute;
2020
use Magento\Eav\Model\Entity\Attribute\Source\BooleanFactory;
2121

22+
/**
23+
* @api
24+
*/
2225
abstract class AbstractFrontend implements \Magento\Eav\Model\Entity\Attribute\Frontend\FrontendInterface
2326
{
2427
/**

0 commit comments

Comments
 (0)