options = $options; } /** * Returns `true` when the Schema aggregator feature is enabled. * * @return bool `true` when the Schema aggregator feature is enabled. */ public function is_met(): bool { return $this->options->get( 'enable_schema_aggregation_endpoint' ) === true; } }