に代わるものは何ですかdrupal_get_form('user_login')。Drupal 8で? theme_name.themeで次のコードを使用していますが、機能しません。 // Include namespace for userLoginForm. use \Drupal\Core\core\modules\user\src\Form; function MYTHEMENAME_preprocess_page(&$variables) { $form = UserLoginForm::create(); }