Back to InstallerAdapter class

Method prepareDiscoverInstall

public void
prepareDiscoverInstall
()
Prepares the adapter for a discover_install task
Returns
  • void
Since
  • 3.4

Method prepareDiscoverInstall - Source code

/**
 * Prepares the adapter for a discover_install task
 *
 * @return  void
 *
 * @since   3.4
 */
public function prepareDiscoverInstall()
{
    // Adapters may not support discover install or may have overridden the default task and aren't using this
}