Skip to content
Snippets Groups Projects
Commit 8c6c72c8 authored by catch's avatar catch
Browse files

Issue #3292413 by Spokje: Update deprecation error made in [#3264633] from 9.5.0 to 9.4.2

(cherry picked from commit 2fc70d93)
parent 48bdcdce
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
namespace Drupal\layout_builder;
@trigger_error(__NAMESPACE__ . '\QuickEditIntegration is deprecated in drupal:9.5.0 and is removed from drupal:10.0.0. Instead, use \Drupal\quickedit\LayoutBuilderIntegration. See https://www.drupal.org/node/3265518', E_USER_DEPRECATED);
@trigger_error(__NAMESPACE__ . '\QuickEditIntegration is deprecated in drupal:9.4.2 and is removed from drupal:10.0.0. Instead, use \Drupal\quickedit\LayoutBuilderIntegration. See https://www.drupal.org/node/3265518', E_USER_DEPRECATED);
use Drupal\quickedit\LayoutBuilderIntegration;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment