@@ -154,8 +156,14 @@ public function checkBookNode(EntityInterface $node, $nodes, $previous, $up, $ne
*
* @return string
* A regular expression that locates sub-nodes of the outline.
*
* @deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Use
* methods from \Drupal\Tests\WebAssert instead.
*
* @see https://www.drupal.org/node/3325904
*/
publicfunctiongenerateOutlinePattern($nodes){
@trigger_error(__METHOD__.' is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Use methods from \Drupal\Tests\WebAssert instead. See https://www.drupal.org/node/3325904',E_USER_DEPRECATED);