X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutDefinition.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FLayoutDefinition.php;h=c804776840d18f5350f88d4a5a6e58bb0b082223;hp=afbce7e1c5e7e1a4e0eee7bc963c51fbf13979e8;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/lib/Drupal/Core/Layout/LayoutDefinition.php b/web/core/lib/Drupal/Core/Layout/LayoutDefinition.php index afbce7e1c..c80477684 100644 --- a/web/core/lib/Drupal/Core/Layout/LayoutDefinition.php +++ b/web/core/lib/Drupal/Core/Layout/LayoutDefinition.php @@ -10,11 +10,6 @@ use Drupal\Core\Plugin\Definition\DependentPluginDefinitionTrait; /** * Provides an implementation of a layout definition and its metadata. - * - * @internal - * The layout system is currently experimental and should only be leveraged by - * experimental modules and development releases of contributed modules. - * See https://www.drupal.org/core/experimental for more information. */ class LayoutDefinition extends PluginDefinition implements PluginDefinitionInterface, DerivablePluginDefinitionInterface, DependentPluginDefinitionInterface { @@ -380,12 +375,11 @@ class LayoutDefinition extends PluginDefinition implements PluginDefinitionInter * Gets the regions for this layout definition. * * @return array[] - * The layout regions. The keys of the array are the machine names of the - * regions, and the values are an associative array with the following - * keys: - * - label: (string) The human-readable name of the region. - * Any remaining keys may have special meaning for the given layout plugin, - * but are undefined here. + * The layout regions. The keys of the array are the machine names of the + * regions, and the values are an associative array with the following keys: + * - label: (string) The human-readable name of the region. + * Any remaining keys may have special meaning for the given layout plugin, + * but are undefined here. */ public function getRegions() { return $this->regions;