Example #1
0
 /**
  * Generates the configuration tree builder.
  *
  */
 public function getConfigTreeExtension(NodeDefinition $rootNode)
 {
     parent::getConfigTreeExtension($rootNode);
     $rootNode->children()->scalarNode('source')->info('Name of the source to bind')->cannotBeEmpty()->isRequired()->end()->end();
     return $rootNode;
 }