indexable_helper = $indexable_helper; } /** * Returns `true` when the site's indexables are being built. * * @return bool `true` when the site's indexables are being built. */ public function is_met() { return $this->indexable_helper->should_index_indexables(); } }