protected function Http2ServerPushServiceProvider::jsAggregationIsEnabled in HTTP/2 Server Push 8
Return value
bool
1 call to Http2ServerPushServiceProvider::jsAggregationIsEnabled()
- Http2ServerPushServiceProvider::register in src/
Http2ServerPushServiceProvider.php - Registers services to the container.
File
- src/
Http2ServerPushServiceProvider.php, line 36
Class
Namespace
Drupal\http2_server_pushCode
protected function jsAggregationIsEnabled() {
return BootstrapConfigStorageFactory::get()
->read('system.performance')['js']['preprocess'] === TRUE;
}