diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/search_api.index.algolia_search.yml b/docroot/profiles/lagunita/summer_profile/config/sync/search_api.index.algolia_search.yml index eec17f6a..35728bd1 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/search_api.index.algolia_search.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/search_api.index.algolia_search.yml @@ -1,27 +1,26 @@ uuid: 282be7f0-2802-4613-82f6-6318875d7499 langcode: en -status: false +status: true dependencies: config: - - field.storage.node.su_event_audience + - core.entity_view_mode.node.search_indexing - field.storage.node.su_basic_page_type - field.storage.node.su_course_subject + - field.storage.node.su_event_audience - field.storage.node.su_event_date_time + - field.storage.node.su_event_subject - field.storage.node.su_event_type - - field.storage.node.su_person_full_title - field.storage.node.su_news_topics + - field.storage.node.su_person_full_title + - field.storage.node.su_person_short_title - field.storage.node.su_person_type_group - field.storage.node.su_publication_topics - field.storage.node.su_shared_tags - - field.storage.node.su_person_short_title - - field.storage.node.su_event_subject - search_api.server.algolia_search - - core.entity_view_mode.node.search_indexing module: - - taxonomy - node - - search_api - stanford_profile_helper + - taxonomy id: algolia_search name: 'Algolia Search' description: '' diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/search_api.index.full_site_content.yml b/docroot/profiles/lagunita/summer_profile/config/sync/search_api.index.full_site_content.yml index 51d69561..b353d546 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/search_api.index.full_site_content.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/search_api.index.full_site_content.yml @@ -3,11 +3,10 @@ langcode: en status: true dependencies: config: - - search_api.server.database_search - core.entity_view_mode.node.search_indexing + - search_api.server.database_search module: - node - - search_api id: full_site_content name: 'Full Site Content' description: '' diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml index 8bc3eb00..e38e4a66 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.content_lock_timeout_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: content_lock_timeout_cron weight: 0 module: content_lock_timeout -callback: content_lock_timeout_cron +callback: 'content_lock_timeout#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.fast_404_generator_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.fast_404_generator_cron.yml index 1bda5a18..821b919f 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.fast_404_generator_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.fast_404_generator_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: fast_404_generator_cron weight: 0 module: fast_404_generator -callback: fast_404_generator_cron +callback: 'fast_404_generator#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.field_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.field_cron.yml index be0a306f..20070fa1 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.field_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.field_cron.yml @@ -8,7 +8,7 @@ title: 'Purges deleted Field API data' id: field_cron weight: 0 module: field -callback: field_cron +callback: 'field#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.field_encrypt_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.field_encrypt_cron.yml index 2c2604a0..7b1db26f 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.field_encrypt_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.field_encrypt_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: field_encrypt_cron weight: 0 module: field_encrypt -callback: field_encrypt_cron +callback: 'field_encrypt#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.file_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.file_cron.yml index b6db7687..ddaba5ce 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.file_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.file_cron.yml @@ -8,7 +8,7 @@ title: 'Deletes temporary files' id: file_cron weight: 0 module: file -callback: file_cron +callback: 'file#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.google_analytics_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.google_analytics_cron.yml index 16b6afa0..90ed4ce7 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.google_analytics_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.google_analytics_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: google_analytics_cron weight: 0 module: google_analytics -callback: google_analytics_cron +callback: 'google_analytics#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.imagecache_external_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.imagecache_external_cron.yml index 0976672a..d0583083 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.imagecache_external_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.imagecache_external_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: imagecache_external_cron weight: 0 module: imagecache_external -callback: imagecache_external_cron +callback: 'imagecache_external#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.layout_builder_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.layout_builder_cron.yml index d2272c3a..6cc78e68 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.layout_builder_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.layout_builder_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: layout_builder_cron weight: 0 module: layout_builder -callback: layout_builder_cron +callback: 'layout_builder#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.node_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.node_cron.yml index df3bceb1..8d6d764e 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.node_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.node_cron.yml @@ -8,7 +8,7 @@ title: 'Mark old nodes as read' id: node_cron weight: 0 module: node -callback: node_cron +callback: 'node#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.scheduler_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.scheduler_cron.yml index 85167b59..f5f83881 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.scheduler_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.scheduler_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: scheduler_cron weight: 0 module: scheduler -callback: scheduler_cron +callback: 'scheduler#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.search_api_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.search_api_cron.yml index 83b893a3..9d7ac38f 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.search_api_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.search_api_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: search_api_cron weight: 0 module: search_api -callback: search_api_cron +callback: 'search_api#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.simple_oauth_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.simple_oauth_cron.yml index 48db4e32..c49357f6 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.simple_oauth_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.simple_oauth_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: simple_oauth_cron weight: 0 module: simple_oauth -callback: simple_oauth_cron +callback: 'simple_oauth#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_decoupled_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_decoupled_cron.yml index 065f3de1..83428d12 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_decoupled_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_decoupled_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: stanford_decoupled_cron weight: 0 module: stanford_decoupled -callback: stanford_decoupled_cron +callback: 'stanford_decoupled#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_events_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_events_cron.yml index febd012b..08fecdb0 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_events_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_events_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: stanford_events_cron weight: 0 module: stanford_events -callback: stanford_events_cron +callback: 'stanford_events#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_fields_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_fields_cron.yml index 9edae546..91e9b47c 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_fields_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_fields_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: stanford_fields_cron weight: 0 module: stanford_fields -callback: stanford_fields_cron +callback: 'stanford_fields#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_profile_helper_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_profile_helper_cron.yml index ca9023af..2c045a22 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_profile_helper_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.stanford_profile_helper_cron.yml @@ -8,7 +8,7 @@ title: null id: stanford_profile_helper_cron weight: 0 module: stanford_profile_helper -callback: stanford_profile_helper_cron +callback: 'stanford_profile_helper#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.system_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.system_cron.yml index 143057cc..590ce2b0 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.system_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.system_cron.yml @@ -8,7 +8,7 @@ title: 'Cleanup (caches, batch, flood, temp-files, etc.)' id: system_cron weight: 0 module: system -callback: system_cron +callback: 'system#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.ultimate_cron_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.ultimate_cron_cron.yml index ad93a091..cb115ce8 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.ultimate_cron_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.ultimate_cron_cron.yml @@ -6,7 +6,7 @@ title: 'Runs internal cleanup operations' id: ultimate_cron_cron weight: 0 module: ultimate_cron -callback: ultimate_cron_cron +callback: 'ultimate_cron#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.xmlsitemap_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.xmlsitemap_cron.yml index 004f98a2..1fc2dcc1 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.xmlsitemap_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.xmlsitemap_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: xmlsitemap_cron weight: 0 module: xmlsitemap -callback: xmlsitemap_cron +callback: 'xmlsitemap#cron' scheduler: id: simple launcher: diff --git a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml index 933b8b96..ccace6c0 100644 --- a/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml +++ b/docroot/profiles/lagunita/summer_profile/config/sync/ultimate_cron.job.xmlsitemap_engines_cron.yml @@ -8,7 +8,7 @@ title: 'Default cron handler' id: xmlsitemap_engines_cron weight: 0 module: xmlsitemap_engines -callback: xmlsitemap_engines_cron +callback: 'xmlsitemap_engines#cron' scheduler: id: simple launcher: