We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad8d61 commit 062ce87Copy full SHA for 062ce87
src/Block/ListBlockInterface.php
@@ -23,4 +23,16 @@ public function getListBlockType();
23
*/
24
public function getListItems();
25
26
+ /**
27
+ * @param ListItemInterface $listItem
28
+ * @return $this
29
+ */
30
+ public function addListItem(ListItemInterface $listItem);
31
+
32
33
+ * @param ListItemInterface[] $listItems
34
35
36
+ public function addListItems(array $listItems);
37
38
}
0 commit comments