DataRegenerator::enable_or_disable_lookup_table_usage()
Method: Enable or disable the actual lookup table usage.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:389
Method: Enable or disable the actual lookup table usage.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:389
Method: Add a ‘Regenerate product attributes lookup table’ entry to the Status – Tools page.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:273
Method: Callback to initiate the regeneration process from the Status – Tools page.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:375
Method: DataRegenerator constructor.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:49
Method: Class initialization, invoked by the DI container.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:77
Method: Initialize the regeneration procedure: deletes the lookup table and related options if they exist, then it creates the table and runs the first step of the regeneration process.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:95
Method: Tells if a regeneration is already in progress.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:110
Method: Delete all the existing data related to the lookup table, including the table itself.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:121
Method: Create the lookup table and initialize the options that will be temporarily used while the regeneration is in progress.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:138
Method: Action scheduler callback, performs one regeneration step and then schedules the next step if necessary.
Source: src/Internal/ProductAttributesLookup/DataRegenerator.php:183