Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

d6_system_performance.yml

core/modules/system/migrations/d6_system_performance.yml

File

core/modules/system/migrations/d6_system_performance.yml

View source
  1. id: d6_system_performance
  2. label: Performance configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: variable
  8. variables:
  9. - preprocess_css
  10. - preprocess_js
  11. - cache_lifetime
  12. - cache
  13. - page_compression
  14. source_module: system
  15. process:
  16. 'css/preprocess': preprocess_css
  17. 'js/preprocess': preprocess_js
  18. 'cache/page/max_age': cache_lifetime
  19. destination:
  20. plugin: config
  21. config_name: system.performance

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal