Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
IntegrityConstraintViolationException class core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php Exception thrown if a query would violate an integrity constraint.
IntegrityConstraintViolationException.php file core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php
Interface translation properties group core/modules/locale/locale.api.php .info.yml file properties for interface translation settings.
InternalEntitiesTest class core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Makes assertions about the JSON:API behavior for internal entities.
InternalEntitiesTest.php file core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php
InternalEntitiesTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php The theme to install as the default for testing.
InternalEntitiesTest::$internalEntity property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php An entity of an internal entity type.
InternalEntitiesTest::$modules property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Modules to install.
InternalEntitiesTest::$referencingEntity property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php An entity referencing an internal entity.
InternalEntitiesTest::$testUser property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php A test user.
InternalEntitiesTest::getIndividual function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Returns the decoded JSON:API document for the for the given entity.
InternalEntitiesTest::getRelated function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Performs an authenticated request and returns the decoded document.
InternalEntitiesTest::jsonapiGet function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Performs an authenticated request and returns the decoded document.
InternalEntitiesTest::setUp function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php
InternalEntitiesTest::testEntryPoint function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Ensures that internal resources types aren't present in the entry point.
InternalEntitiesTest::testIncludes function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Asserts that internal entities are not included in compound documents.
InternalEntitiesTest::testLinks function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Asserts that links to internal relationships aren't generated.
InternalEntitiesTest::testRoutes function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Ensures that internal resources types aren't present in the routes.
InternalPropertyTestFieldItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php Defines the 'Internal Property' entity test field type.
InternalPropertyTestFieldItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php
InternalPropertyTestFieldItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php Defines field item properties.
InternalTypedDataTestTrait trait core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php Trait that provides mocked typed data objects.
InternalTypedDataTestTrait.php file core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php
InternalTypedDataTestTrait::getTypedDataProperty function core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php Gets a typed data property.
InternalViolation::$properties property core/lib/Drupal/Core/Field/InternalViolation.php An array of dynamic properties.
InternalViolation::getMessage function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::getMessageTemplate function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::getParameters function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::__construct function core/lib/Drupal/Core/Field/InternalViolation.php Constructs a InternalViolation object.
InternalViolation::__set function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolation::__toString function core/lib/Drupal/Core/Field/InternalViolation.php
InternalViolationTest class core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php @coversDefaultClass \Drupal\Core\Field\InternalViolation[[api-linebreak]]
@group legacy
InternalViolationTest.php file core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php
InternalViolationTest::testSetGetArrayPropertyPath function core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php @covers ::__get[[api-linebreak]]
@covers ::__set[[api-linebreak]]
InternalViolationTest::testSetGetDynamicProperties function core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php @covers ::__get[[api-linebreak]]
@covers ::__set[[api-linebreak]]
Interpolator::$startToken property composer/Plugin/Scaffold/Interpolator.php The character sequence that identifies the start of a token.
Interpolator::findTokens function composer/Plugin/Scaffold/Interpolator.php Finds all of the tokens in the provided message.
Interpolator::replacements function composer/Plugin/Scaffold/Interpolator.php Finds the tokens that exist in a message and builds a replacement array.
Interpolator::setData function composer/Plugin/Scaffold/Interpolator.php Sets the data set to use when interpolating.
Interpolator::__construct function composer/Plugin/Scaffold/Interpolator.php Interpolator constructor.
InvalidConfigException::formatMessage function core/lib/Drupal/Core/Recipe/InvalidConfigException.php Formats the constraint violation list as a human-readable message.
InvalidConfigException::__construct function core/lib/Drupal/Core/Recipe/InvalidConfigException.php Constructs an InvalidConfigException object.
InvalidConsumer class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
InvalidConsumer::addHandler function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
InvalidDataTest class core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php Tests handling of some invalid data.
InvalidDataTest.php file core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php
InvalidDataTest::testInsertDuplicateData function core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php Tests aborting of traditional SQL database systems with invalid data.
InvalidDataTest::testInsertDuplicateDataFromSelect function core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php Tests inserting with invalid data from a select query.
InvalidEntityException::__construct function core/lib/Drupal/Core/DefaultContent/InvalidEntityException.php
InvalidLibrariesExtendSpecificationException class core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php Defines a custom exception for an invalid libraries-extend specification.

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