Esempio n. 1
0
 /**
  * @param string|NULL $key
  */
 protected function _disabledByDefault($key)
 {
     $key = isset($key) ? $this->module . '.' . $key : $this->module;
     $this->defaultValueCollection->setDefaultValue($key, FALSE);
 }
Esempio n. 2
0
 /**
  * @return mixed[]
  *   Format: $[$key] = false|$weight
  * @throws Exception
  */
 function getDefaultValues()
 {
     return $this->defaultValueCollection->getDefaultValues();
 }