{"id":106032,"date":"2017-12-22T16:44:15","date_gmt":"2017-12-22T16:44:15","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=106032"},"modified":"2021-07-16T13:35:34","modified_gmt":"2021-07-16T13:35:34","slug":"get-options-custom-attribute-magento-2","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/","title":{"rendered":"How to get all the options of a custom attribute in magento 2"},"content":{"rendered":"\n<p>Today I will share with you that How you can get all the options of a custom attribute by the attribute code in Magento 2.<\/p>\n\n\n\n<p>First of all, you need to create an instance of EavConfig. I have shared the code that I used in a controller file, but you can use it in Helper or block according to your need.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted brush:php\">&lt;?php\nnamespace Companyname\\Modulename\\Controller\\Product;\n\nuse Magento\\Framework\\App\\Action\\Context;\n\nclass Control extends \\Magento\\Framework\\App\\Action\\Action\n{\n    protected $eavConfig;\n   \n    public function __construct(\n        Context $context,\n        \\Magento\\Eav\\Model\\Config $eavConfig\n    ) {\n        $this-&gt;_eavConfig = $eavConfig;\n        parent::__construct($context);\n    }\n}<\/pre>\n\n\n\n<p>after that, write the function to get the all the options of the attribute,<\/p>\n\n\n\n<pre class=\"wp-block-preformatted brush:php\">public function execute()\n\t{\n\t\t$attributeCode = \"attribute_code\";\n\t\t$attribute = $this-&gt;_eavConfig-&gt;getAttribute('catalog_product', $attributeCode);\n\t\t$options = $attribute-&gt;getSource()-&gt;getAllOptions();\n\t\t$arr = [];\n\t\tforeach ($options as $option) {\n\t\t    if ($option['value'] &gt; 0) {\n\t\t        $arr[] = $option;\n\t\t    }\n\t\t}\n  \t}<\/pre>\n\n\n\n<p>$arr now contains all the options as you can see below. The &#8220;value&#8221; is the option id and &#8220;label&#8221; is the frontend label of the option.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted brush:plain\">Array\n(\n    [0] =&gt; Array\n        (\n            [value] =&gt; 280\n            [label] =&gt; option1\n        )\n\n    [1] =&gt; Array\n        (\n            [value] =&gt; 281\n            [label] =&gt; option2\n        )\n\n    [2] =&gt; Array\n        (\n            [value] =&gt; 282\n            [label] =&gt; option3\n        )\n\n    [3] =&gt; Array\n        (\n            [value] =&gt; 283\n            [label] =&gt; option4\n        )\n)<\/pre>\n\n\n\n<p>You can use this wherever you need to display options of a&nbsp;custom attribute. I have used this on Magento&nbsp;version 2.2.1 but this will work for other versions as well.<\/p>\n\n\n\n<p>For any queries, you can comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today I will share with you that How you can get all the options of a custom attribute by the attribute code in Magento 2. First of all, you need to create an instance of EavConfig. I have shared the code that I used in a controller file, but you can use it in Helper <a href=\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":167,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[302],"tags":[1230,5960,2056,2070],"class_list":["post-106032","post","type-post","status-publish","format-standard","hentry","category-magento2","tag-custom-attribute","tag-custom-option","tag-magento","tag-magento2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to get all the options of a custom attribute in magento 2 - Webkul Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to get all the options of a custom attribute in magento 2 - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Today I will share with you that How you can get all the options of a custom attribute by the attribute code in Magento 2. First of all, you need to create an instance of EavConfig. I have shared the code that I used in a controller file, but you can use it in Helper [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-22T16:44:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-16T13:35:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Hemant Jain\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hemant Jain\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/\"},\"author\":{\"name\":\"Hemant Jain\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/a824ac6c5c14d32569263100b85f47c6\"},\"headline\":\"How to get all the options of a custom attribute in magento 2\",\"datePublished\":\"2017-12-22T16:44:15+00:00\",\"dateModified\":\"2021-07-16T13:35:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/\"},\"wordCount\":151,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"keywords\":[\"custom attribute\",\"Custom option\",\"magento\",\"Magento2\"],\"articleSection\":[\"Magento2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/\",\"url\":\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/\",\"name\":\"How to get all the options of a custom attribute in magento 2 - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"datePublished\":\"2017-12-22T16:44:15+00:00\",\"dateModified\":\"2021-07-16T13:35:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to get all the options of a custom attribute in magento 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/a824ac6c5c14d32569263100b85f47c6\",\"name\":\"Hemant Jain\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/184358b1c25c580a3e32952605156294dedfff2b8b75bdb2a719c8e6a5d318b6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/184358b1c25c580a3e32952605156294dedfff2b8b75bdb2a719c8e6a5d318b6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Hemant Jain\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/hemant-jain591\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to get all the options of a custom attribute in magento 2 - Webkul Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/","og_locale":"en_US","og_type":"article","og_title":"How to get all the options of a custom attribute in magento 2 - Webkul Blog","og_description":"Today I will share with you that How you can get all the options of a custom attribute by the attribute code in Magento 2. First of all, you need to create an instance of EavConfig. I have shared the code that I used in a controller file, but you can use it in Helper [...]","og_url":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2017-12-22T16:44:15+00:00","article_modified_time":"2021-07-16T13:35:34+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png","type":"image\/png"}],"author":"Hemant Jain","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Hemant Jain","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/"},"author":{"name":"Hemant Jain","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/a824ac6c5c14d32569263100b85f47c6"},"headline":"How to get all the options of a custom attribute in magento 2","datePublished":"2017-12-22T16:44:15+00:00","dateModified":"2021-07-16T13:35:34+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/"},"wordCount":151,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"keywords":["custom attribute","Custom option","magento","Magento2"],"articleSection":["Magento2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/","url":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/","name":"How to get all the options of a custom attribute in magento 2 - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"datePublished":"2017-12-22T16:44:15+00:00","dateModified":"2021-07-16T13:35:34+00:00","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/get-options-custom-attribute-magento-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to get all the options of a custom attribute in magento 2"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/a824ac6c5c14d32569263100b85f47c6","name":"Hemant Jain","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/184358b1c25c580a3e32952605156294dedfff2b8b75bdb2a719c8e6a5d318b6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/184358b1c25c580a3e32952605156294dedfff2b8b75bdb2a719c8e6a5d318b6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Hemant Jain"},"url":"https:\/\/webkul.com\/blog\/author\/hemant-jain591\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/106032","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/167"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=106032"}],"version-history":[{"count":12,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/106032\/revisions"}],"predecessor-version":[{"id":296605,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/106032\/revisions\/296605"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=106032"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=106032"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=106032"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}