Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FieldsOverlapException.php

class 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\Query
View source
class FieldsOverlapException extends \InvalidArgumentException implements DatabaseException {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal