Skip to content
Snippets Groups Projects
Commit c9fa025e authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2168153 by chx: Add warning to Variable class that it is not a good...

Issue #2168153 by chx: Add warning to Variable class that it is not a good class to use as a source class example
parent e4124f0a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -12,6 +12,9 @@
/**
* Drupal 6 variable source from database.
*
* This source class always returns a single row and as such is not a good
* example for any normal source class returning multiple rows.
*
* @PluginID("drupal6_variable")
*/
class Variable extends Drupal6SqlBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment