Issue #2935256 follow-up by alexpott: Remove all usages of drupal_get_message and drupal_set_message in modules - PHP5.5 break

merge-requests/1654/head
Alex Pott 2018-05-01 12:05:33 +01:00
parent 13ef6d3dce
commit 2e8be78f7f
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
namespace Drupal\Core\Form;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Messenger\MessengerTrait;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
@ -11,7 +10,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*/
abstract class ConfigFormBase extends FormBase {
use ConfigFormBaseTrait;
use MessengerTrait;
/**
* Constructs a \Drupal\system\ConfigFormBase object.