Back to InstallerAdapter class

Method getDiscoverInstallSupported

public bool
getDiscoverInstallSupported
()
Checks if the adapter supports discover_install
Returns
  • bool
Since
  • 3.4

Method getDiscoverInstallSupported - Source code

/**
 * Checks if the adapter supports discover_install
 *
 * @return  boolean
 *
 * @since   3.4
 */
public function getDiscoverInstallSupported()
{
    return $this->supportsDiscoverInstall;
}