class FieldsOverlapException
Same name in other branches
- 7.x includes/database/database.inc \FieldsOverlapException
- 8.9.x core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php \Drupal\Core\Database\Query\FieldsOverlapException
- 10 core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php \Drupal\Core\Database\Query\FieldsOverlapException
- 11.x core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php \Drupal\Core\Database\Query\FieldsOverlapException
Exception thrown if an insert query specifies a field twice.
It is not allowed to specify a field as default and insert field, this exception is thrown if that is the case.
Hierarchy
- class \Drupal\Core\Database\Query\FieldsOverlapException extends \Drupal\Core\Database\Query\InvalidArgumentException implements \Drupal\Core\Database\DatabaseException
Expanded class hierarchy of FieldsOverlapException
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ FieldsOverlapException.php, line 13
Namespace
Drupal\Core\Database\QueryView source
class FieldsOverlapException extends \InvalidArgumentException implements DatabaseException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.