Example #1
0
 /**
  * {@inheritdoc}
  */
 public function configureContext(ConfigContext $context)
 {
     $context->set($this->name, true);
 }
 /**
  * {@inheritdoc}
  */
 public function configureContext(ConfigContext $context)
 {
     $context->set(self::NAME, $this->expandedEntities);
 }