Skip to content
View jlnarvaez's full-sized avatar
🌅
🌅

Block or report jlnarvaez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. [Magento 2] UI Components - uiRegistry [Magento 2] UI Components - uiRegistry
    1
    //Initialice uiRegistry (for Chrome debug)
    2
    var uiRegistry = require('uiRegistry');
    3
    
                  
    4
    // Get all UI Components names registered on the page
    5
    uiRegistry.get(uiItem => console.log(uiItem.name));
  2. Magento 2 Custom Log (for Developmen... Magento 2 Custom Log (for Development purposes)
    1
    <?php
    2
    
                  
    3
    /**
    4
    * This snippet is useful to debug in production environments. 
    5
    * DON'T USE THIS CODE TO LOG IN YOUR MODULES.