comparison core/lib/Drupal/Component/Assertion/Inspector.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
331 return TRUE; 331 return TRUE;
332 } 332 }
333 return FALSE; 333 return FALSE;
334 } 334 }
335 335
336
337 /** 336 /**
338 * Asserts that all members are strings matching a regular expression. 337 * Asserts that all members are strings matching a regular expression.
339 * 338 *
340 * @param string $pattern 339 * @param string $pattern
341 * Regular expression string to find. 340 * Regular expression string to find.