Craft 3 Class Reference

Class craft\web\twig\variables\Deprecator

Inheritance
craft\web\twig\variables\Deprecator
Available since version
3.0
Deprecated since version
in 3.0
Source Code
https://github.com/craftcms/cms/blob/master/src/web/twig/variables/Deprecator.php

Class Deprecator variable.

Public Methods
Method Description Defined By
getTotalLogs() Returns the total number of deprecation errors that have been logged. craft\web\twig\variables\Deprecator

Method Details

getTotalLogs() public method #

Returns the total number of deprecation errors that have been logged.

public integer getTotalLogs ( )