Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/routing/Matcher/Dumper/DumperCollection.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
118 * | 118 * |
119 * @return bool true if the attribute is defined, false otherwise | 119 * @return bool true if the attribute is defined, false otherwise |
120 */ | 120 */ |
121 public function hasAttribute($name) | 121 public function hasAttribute($name) |
122 { | 122 { |
123 return array_key_exists($name, $this->attributes); | 123 return \array_key_exists($name, $this->attributes); |
124 } | 124 } |
125 | 125 |
126 /** | 126 /** |
127 * Returns an attribute by name. | 127 * Returns an attribute by name. |
128 * | 128 * |