Algolia_Algoliasearch_Model_Indexer_Algoliacategories::matchEvent PHP Method

matchEvent() public method

public matchEvent ( Mage_Index_Model_Event $event )
$event Mage_Index_Model_Event
    public function matchEvent(Mage_Index_Model_Event $event)
    {
        $result = $event->getEntity() !== 'core_config_data';
        $event->addNewData(self::EVENT_MATCH_RESULT_KEY, $result);
        return $result;
    }