Verified Commit baed1cce authored by Dave Long's avatar Dave Long
Browse files

Issue #3350612 by Anybody: Make MultiWidthLayoutBase non-internal

(cherry picked from commit 1896a074)
parent 0c6312a0
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -8,9 +8,6 @@

/**
 * Base class of layouts with configurable widths.
 *
 * @internal
 *   Plugin classes are internal.
 */
abstract class MultiWidthLayoutBase extends LayoutDefault implements PluginFormInterface {