6 declare(strict_types=1);
10 use Magento\Catalog\Model\ResourceModel\Category\Attribute\CollectionFactory;
28 private static $bannedSystemAttributes = [
39 'custom_layout_update',
40 'custom_use_parent_settings',
41 'custom_apply_to_products',
52 private $collectionFactory;
60 CollectionFactory $collectionFactory
62 $this->typeLocator = $typeLocator;
63 $this->collectionFactory = $collectionFactory;
74 public function read($scope =
null) : array
88 $locatedType = $this->typeLocator->getType(
__construct(Type $typeLocator, CollectionFactory $collectionFactory)
const NORMALIZED_ANY_TYPE