function TestableSqlContentEntityStorage::__construct
Override the constructor to bypass the parent's constructor.
Overrides SqlContentEntityStorage::__construct
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Entity/ Sql/ TestableSqlContentEntityStorage.php, line 42
Class
- TestableSqlContentEntityStorage
- A test subclass of SqlContentEntityStorage.
Namespace
Drupal\KernelTests\Core\Entity\SqlCode
public function __construct() {
// Do nothing to bypass parent's constructor.
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.