29 $cacheId =
'eav_attributes',
43 $allFields = $this->
get(
47 if (!is_array($allFields)) {
51 foreach (array_keys($allFields) as $fieldCode) {
52 $lockedFields[$fieldCode] = $fieldCode;
68 $entityAttributes = $this->
get($entityCode .
'/attributes');
71 if ($attributeField[
'locked']) {
__construct(\Magento\Eav\Model\Entity\Attribute\Config\Reader $reader, \Magento\Framework\Config\CacheInterface $cache, $cacheId='eav_attributes', SerializerInterface $serializer=null)
getLockedFields(AbstractAttribute $attribute)
getEntityAttributesLockedFields($entityCode)