options_helper = $options_helper; } /** * Returns `true` when the cornerstone content feature is enabled. * * @return bool `true` when the cornerstone content feature is enabled. */ public function is_met() { return $this->options_helper->get( 'enable_cornerstone_content' ); } }