updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
|
||||
|
||||
/**
|
||||
* Defines the configuration export form.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
class ConfigExportForm extends FormBase {
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
/**
|
||||
* Defines the configuration import form.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
class ConfigImportForm extends FormBase {
|
||||
|
||||
|
||||
@@ -15,6 +15,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
/**
|
||||
* Provides a form for exporting a single configuration file.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
class ConfigSingleExportForm extends FormBase {
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
||||
|
||||
/**
|
||||
* Provides a form for importing a single configuration file.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
class ConfigSingleImportForm extends ConfirmFormBase {
|
||||
|
||||
|
||||
@@ -21,6 +21,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
/**
|
||||
* Construct the storage changes in a configuration synchronization form.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
class ConfigSync extends FormBase {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user