* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Form; /** * The central registry of the Form component. * * @author Bernhard Schussek */ interface FormRegistryInterface { /** * Returns a form type by name. * * This methods registers the type extensions from the form extensions. * * @param string $name The name of the type * * @return ResolvedFormTypeInterface The type * * @throws Exception\InvalidArgumentException if the type can not be retrieved from any extension */ public function getType($name); /** * Returns whether the given form type is supported. * * @param string $name The name of the type * * @return bool Whether the type is supported */ public function hasType($name); /** * Returns the guesser responsible for guessing types. * * @return FormTypeGuesserInterface|null */ public function getTypeGuesser(); /** * Returns the extensions loaded by the framework. * * @return FormExtensionInterface[] */ public function getExtensions(); } __halt_compiler();----SIGNATURE:----D+Y28smN7WiWmaipEG9CO77mPI6yKHgCSWYRj8Q8c9wfTBt1CkTWa/FPwoTl4iq9YhcsaAscQe7NAXyZzedjztUReMmcVPBnCS8g61I06AYlX5F1Ea3jBqmfUPJ1wbknmlfTk3D5CA8tLQyeJ/Eq0k/fb8BS2sQpz2vKM6gNQ7R+aBNyPPS4mUvtIqEn3RpK+JVE0NDs8B3MBB9WK+ySpjyV3fVtdNS9OM3yHUbGidYizbXMaoJit38FpE3bpdSKy6Ld7QZ3tb/N5V5ebHM5C/1v0aufGsvdC7ieYKNKNuRE5RJyBPEAXQHDSzHIYU+kfC8Nk7xm6l0IuIb9yzjISxMG3r+NnFZtY9puTJSbase/arVBx5cOF+h0ejoJNQPPOmM4wsiQpIAEJHYVncHGaOpfgyiMTgqG6D01b0Az5ezZKqUutWQoaeZyPCGhX1xIb3TvKz6v7i0V8MNc3hXTzthW+0Wmotb6sGhC9wssPKVudqgL36EXSjL3WMGO9oHBj1tI1qHEdP6w+hJXKa+K2ybmGTtsNPi2TgWTIIA7Ki5i8n8UlkJPsGUypXsx/2k5n7FMi5+hJWMg9cSd5R5AYzYRkL9m4NCX3wpAPcAPvn33udKhf/Yiie4BpIGlWDlg8TRNVcbOp2zfZSFt8VA7jMo6rlsePBGPhSkbbkvDmps=----ATTACHMENT:----Mzk2NTAwOTMzNTM4MjMxNyA2MzQyMjQyOTQ5OTUxMTE5IDc2NTkwMjAwNjQ2ODI5NTQ=