|
| __construct (ModuleDataSetupInterface $setup, Context $context, CacheInterface $cache, CollectionFactory $attrGroupCollectionFactory, ScopeConfigInterface $config) |
|
| addAttribute ($entityTypeId, $code, array $attr) |
|
| getConfigModel () |
|
| getEncryptor () |
|
| getConnection () |
|
| getTable ($table) |
|
| __construct (ModuleDataSetupInterface $setup, Context $context, CacheInterface $cache, CollectionFactory $attrGroupCollectionFactory) |
|
| getSetup () |
|
| getAttributeGroupCollectionFactory () |
|
| cleanCache () |
|
| installDefaultGroupIds () |
|
| addEntityType ($code, array $params) |
|
| updateEntityType ($code, $field, $value=null) |
|
| getEntityType ($id, $field=null) |
|
| getEntityTypeId ($entityTypeId) |
|
| removeEntityType ($id) |
|
| getAttributeSetSortOrder ($entityTypeId, $sortOrder=null) |
|
| addAttributeSet ($entityTypeId, $name, $sortOrder=null, $setId=null) |
|
| updateAttributeSet ($entityTypeId, $id, $field, $value=null) |
|
| getAttributeSet ($entityTypeId, $id, $field=null) |
|
| getAttributeSetId ($entityTypeId, $setId) |
|
| removeAttributeSet ($entityTypeId, $id) |
|
| setDefaultSetToEntityType ($entityType, $attributeSet='Default') |
|
| getAllAttributeSetIds ($entityTypeId=null) |
|
| getDefaultAttributeSetId ($entityType) |
|
| getAttributeGroupSortOrder ($entityTypeId, $setId, $sortOrder=null) |
|
| addAttributeGroup ($entityTypeId, $setId, $name, $sortOrder=null) |
|
| convertToAttributeGroupCode ($groupName) |
|
| updateAttributeGroup ($entityTypeId, $setId, $id, $field, $value=null) |
|
| getAttributeGroup ($entityTypeId, $setId, $id, $field=null) |
|
| getAttributeGroupByCode ($entityTypeId, $setId, $code, $field=null) |
|
| getAttributeGroupId ($entityTypeId, $setId, $groupId) |
|
| removeAttributeGroup ($entityTypeId, $setId, $id) |
|
| getDefaultAttributeGroupId ($entityType, $attributeSetId=null) |
|
| getAttributesNumberInGroup ($entityTypeId, $setId, $groupId) |
|
| addAttribute ($entityTypeId, $code, array $attr) |
|
| addAttributeOption ($option) |
|
| updateAttribute ($entityTypeId, $id, $field, $value=null, $sortOrder=null) |
|
| getAttribute ($entityTypeId, $id, $field=null) |
|
| getAttributeId ($entityTypeId, $id) |
|
| getAttributeTable ($entityTypeId, $id) |
|
| removeAttribute ($entityTypeId, $code) |
|
| getAttributeSortOrder ($entityTypeId, $setId, $groupId, $sortOrder=null) |
|
| addAttributeToSet ($entityTypeId, $setId, $groupId, $attributeId, $sortOrder=null) |
|
| addAttributeToGroup ($entityType, $setId, $groupId, $attributeId, $sortOrder=null) |
|
| getDefaultEntities () |
|
| installEntities ($entities=null) |
|
Quote module setup class
@SuppressWarnings(PHPMD.CyclomaticComplexity) @codeCoverageIgnore
Definition at line 21 of file QuoteSetup.php.