Skip to content
Snippets Groups Projects

Apply changes on #3165828 and adjust param type in function comment.

Files
2
@@ -43,4 +43,13 @@ class Preprocess extends Plugin {
*/
public $class = '';
/**
* The preprocess plugin weight.
*
* The weight of the plugin, the higher the number, the later the preprocess is being called.
*
* @var int
*/
public $weight = 0;
}
Loading