function MenuActiveTrail::has
Returns whether data exists for this key.
Parameters
string $key: Key that identifies the data.
Overrides CacheCollectorInterface::has
File
-
core/
lib/ Drupal/ Core/ ProxyClass/ Menu/ MenuActiveTrail.php, line 89
Class
- MenuActiveTrail
- Provides a proxy class for \Drupal\Core\Menu\MenuActiveTrail.
Namespace
Drupal\Core\ProxyClass\MenuCode
public function has($key) {
return $this->lazyLoadItself()
->has($key);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.