Copied!

ExtensionInterface is the interface implemented by container extension classes.

AbstractInterface
Methods
public abstract getAlias() : string
 

Returns the recommended alias to use in XML.

This alias is also the mandatory prefix to use when using YAML.

public abstract load(array $configs, Symfony\Component\DependencyInjection\ContainerBuilder $container) : void
 

Loads a specific configuration.

  • param array[] $configs
  • throws \InvalidArgumentException When provided tag is not defined in this extension
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration