Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / paragraphs / src / ParagraphsBehaviorInterface.php
index 90d782ff68d586dde8eea8fee80d177804709928..1b07e34c7d326bbcdfb6d19ef220edf7d6590cad 100644 (file)
@@ -101,10 +101,10 @@ interface ParagraphsBehaviorInterface extends PluginFormInterface, ConfigurableP
   public function view(array &$build, Paragraph $paragraph, EntityViewDisplayInterface $display, $view_mode);
 
   /**
-   * Returns if the plugin can be used for the provided paragraphs type.
+   * Returns if the plugin can be used for the provided Paragraphs type.
    *
    * @param \Drupal\paragraphs\Entity\ParagraphsType $paragraphs_type
-   *   The paragraphs type entity that should be checked.
+   *   The Paragraphs type entity that should be checked.
    *
    * @return bool
    *   TRUE if the formatter can be used, FALSE otherwise.