Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / views / src / Plugin / views / ViewsPluginInterface.php
index 83d9c89bbc7cf65f1cb6b7cd23a16e4707dbfc52..ddc5341f0944c5325a880fc221656abb884b8e12 100644 (file)
@@ -118,7 +118,7 @@ interface ViewsPluginInterface extends PluginInspectionInterface, DerivativeInsp
   /**
    * Flattens the structure of form elements.
    *
-   * If a form element has #flatten = TRUE, then all of it's children get moved
+   * If a form element has #flatten = TRUE, then all of its children get moved
    * to the same level as the element itself. So $form['to_be_flattened'][$key]
    * becomes $form[$key], and $form['to_be_flattened'] gets unset.
    *