X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fmodules%2Fcontrib%2Fparagraphs%2Fsrc%2FParagraphsBehaviorInterface.php;fp=web%2Fmodules%2Fcontrib%2Fparagraphs%2Fsrc%2FParagraphsBehaviorInterface.php;h=1b07e34c7d326bbcdfb6d19ef220edf7d6590cad;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=90d782ff68d586dde8eea8fee80d177804709928;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/modules/contrib/paragraphs/src/ParagraphsBehaviorInterface.php b/web/modules/contrib/paragraphs/src/ParagraphsBehaviorInterface.php index 90d782ff6..1b07e34c7 100644 --- a/web/modules/contrib/paragraphs/src/ParagraphsBehaviorInterface.php +++ b/web/modules/contrib/paragraphs/src/ParagraphsBehaviorInterface.php @@ -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.