Skip to content
Snippets Groups Projects

Fix PHP8.2 deprecations.

2 files
+ 38
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -15,6 +15,13 @@ use Drupal\Core\Render\Markup;
*/
class ViewsJsonField extends FieldPluginBase {
/**
* The table alias.
*
* @var string
*/
public $table_alias = '';
/**
* Render.
*/
Loading