class NoFieldsException in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Query/NoFieldsException.php \Drupal\Core\Database\Query\NoFieldsException
Exception thrown if an insert query doesn't specify insert or default fields.
Hierarchy
- class \Drupal\Core\Database\Query\NoFieldsException extends \Drupal\Core\Database\Query\InvalidArgumentException implements DatabaseException
Expanded class hierarchy of NoFieldsException
1 file declares its use of NoFieldsException
- InsertDefaultsTest.php in core/
modules/ system/ src/ Tests/ Database/ InsertDefaultsTest.php - Contains \Drupal\system\Tests\Database\InsertDefaultsTest.
File
- core/
lib/ Drupal/ Core/ Database/ Query/ NoFieldsException.php, line 15 - Contains \Drupal\Core\Database\Query\NoFieldsException.
Namespace
Drupal\Core\Database\QueryView source
class NoFieldsException extends \InvalidArgumentException implements DatabaseException {
}