You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The form class Drupal\datastore\SqlEndpoint\Form\DkanSqlEndpointSettingsForm has this docblock:
/**
* Settings form for the SQL endpoint.
*
* NO LONGER USED; TO BE REMOVED.
*
* @package Drupal\sql_endpoint\Form
* @todo Remove
*/
class DkanSqlEndpointSettingsForm extends ConfigFormBase {
Current Behavior
The form class
Drupal\datastore\SqlEndpoint\Form\DkanSqlEndpointSettingsForm
has this docblock:This is related to PR #3693
Expected Behavior
Investigate whether this class is needed, or needs a more formalized
@deprecated
type deprecation.Remove this class as needed.
Steps To Reproduce
Relevant log output (optional)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: