SchemaExporterInterface
        SchemaExporterInterface.php
                :
        16
                 
    
            Interface
                Export the given database Schema object to the custom Yaml format.
Methods¶
                 export()
            ¶
export()
            ¶
    
        
        SchemaExporterInterface.php
                :
        21
                 
    
        Export \Doctrine\DBAL\Schema object to the custom Yaml format.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $schemaDefinition | Schema | - | - | 
Return values
string