class PhpDeprecation

This class triggers an E_DEPRECATED notice.

Hierarchy

Expanded class hierarchy of PhpDeprecation

File

core/tests/fixtures/deprecated_code.php, line 9

View source
class PhpDeprecation implements \IteratorAggregate {
    
    /**
     * {@inheritdoc}
     */
    public function getIterator() {
    }

}

Members

Title Sort descending Modifiers Object type Summary
PhpDeprecation::getIterator public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.