diff --git a/docroot/profiles/sdss/sdss_profile/modules/stanford_profile_helper/src/StanfordDefaultContent.php b/docroot/profiles/sdss/sdss_profile/modules/stanford_profile_helper/src/StanfordDefaultContent.php index 1fd41fd8c..735388eea 100644 --- a/docroot/profiles/sdss/sdss_profile/modules/stanford_profile_helper/src/StanfordDefaultContent.php +++ b/docroot/profiles/sdss/sdss_profile/modules/stanford_profile_helper/src/StanfordDefaultContent.php @@ -2,12 +2,12 @@ namespace Drupal\stanford_profile_helper; +use Drupal\Component\Serialization\Yaml; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Extension\ExtensionPathResolver; use Drupal\Core\Messenger\MessengerTrait; -use Drupal\Core\Serialization\Yaml; use Drupal\Core\StringTranslation\StringTranslationTrait; /** diff --git a/docroot/profiles/sdss/sdss_profile/modules/stanford_profile_helper/stanford_profile_helper.module b/docroot/profiles/sdss/sdss_profile/modules/stanford_profile_helper/stanford_profile_helper.module index ef2a1ca56..048b3c3eb 100644 --- a/docroot/profiles/sdss/sdss_profile/modules/stanford_profile_helper/stanford_profile_helper.module +++ b/docroot/profiles/sdss/sdss_profile/modules/stanford_profile_helper/stanford_profile_helper.module @@ -5,6 +5,7 @@ * stanford_profile_helper_helper.module */ +use Drupal\Component\Serialization\Yaml; use Drupal\Component\Utility\Html; use Drupal\Core\Access\AccessResult; use Drupal\Core\Block\BlockPluginInterface; @@ -19,7 +20,6 @@ use Drupal\Core\File\FileSystemInterface; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Link; use Drupal\Core\Render\Element; -use Drupal\Core\Serialization\Yaml; use Drupal\Core\Session\AccountInterface; use Drupal\Core\Site\Settings; use Drupal\Core\Url;