comparison vendor/symfony/dom-crawler/FormFieldRegistry.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
24 24
25 private $base; 25 private $base;
26 26
27 /** 27 /**
28 * Adds a field to the registry. 28 * Adds a field to the registry.
29 *
30 * @param FormField $field The field
31 */ 29 */
32 public function add(FormField $field) 30 public function add(FormField $field)
33 { 31 {
34 $segments = $this->getSegments($field->getName()); 32 $segments = $this->getSegments($field->getName());
35 33