Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Access/CheckProvider.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
140 } | 140 } |
141 } | 141 } |
142 | 142 |
143 return $checks; | 143 return $checks; |
144 } | 144 } |
145 | |
145 /** | 146 /** |
146 * Compiles a mapping of requirement keys to access checker service IDs. | 147 * Compiles a mapping of requirement keys to access checker service IDs. |
147 */ | 148 */ |
148 protected function loadDynamicRequirementMap() { | 149 protected function loadDynamicRequirementMap() { |
149 if (isset($this->dynamicRequirementMap)) { | 150 if (isset($this->dynamicRequirementMap)) { |