Search for Id

  1. Search 7.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
InvalidStreamWrapperException class core/lib/Drupal/Core/File/Exception/InvalidStreamWrapperException.php Exception thrown when a file's stream wrapper is invalid.
InvalidStreamWrapperException.php file core/lib/Drupal/Core/File/Exception/InvalidStreamWrapperException.php
InvalidUpdateHookTest class core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php Tests that hook_update_8000() is disallowed.
InvalidUpdateHookTest.php file core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php
InvalidUpdateHookTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php The theme to install as the default for testing.
InvalidUpdateHookTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php Modules to enable.
InvalidUpdateHookTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php URL for the upgrade script.
InvalidUpdateHookTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php A user account with upgrade permission.
InvalidUpdateHookTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php
InvalidUpdateHookTest::testInvalidUpdateHook function core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php
InvalidVersionIdentifierException class core/modules/jsonapi/src/Revisions/InvalidVersionIdentifierException.php Used when a version ID is invalid.
InvalidVersionIdentifierException.php file core/modules/jsonapi/src/Revisions/InvalidVersionIdentifierException.php
invalid_file.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/invalid_file.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/invalid_file.libraries.yml
invalid_module_name_over_the_maximum_allowed_character_length.info.yml file core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml
IpAddressBlockingTest::testIPAddressValidation function core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php Tests various user input to confirm correct validation and saving of data.
IsNullConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraintValidator.php Null constraint validator.
IsNullConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraintValidator.php
IsNullConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraintValidator.php
Item::getCacheTagsToInvalidate function core/modules/aggregator/src/Entity/Item.php Returns the cache tags that should be used to invalidate caches.
Item::getFeedId function core/modules/aggregator/src/Entity/Item.php Returns the feed id of aggregator item.
Item::getGuid function core/modules/aggregator/src/Entity/Item.php Returns the unique identifier for the feed item.
Item::setFeedId function core/modules/aggregator/src/Entity/Item.php Sets the feed id of aggregator item.
Item::setGuid function core/modules/aggregator/src/Entity/Item.php Sets the unique identifier for the feed item.
ItemInterface::getFeedId function core/modules/aggregator/src/ItemInterface.php Returns the feed id of aggregator item.
ItemInterface::getGuid function core/modules/aggregator/src/ItemInterface.php Returns the unique identifier for the feed item.
ItemInterface::setFeedId function core/modules/aggregator/src/ItemInterface.php Sets the feed id of aggregator item.
ItemInterface::setGuid function core/modules/aggregator/src/ItemInterface.php Sets the unique identifier for the feed item.
ItemResourceTestBase::$entityTypeId property core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php The tested entity type.
ItemTest::$entityTypeId property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php The tested entity type.
ItemTest::testDeleteIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
ItemTest::testGetIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests GETting an individual resource, plus edge cases to ensure good DX.
ItemTest::testPatchIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
ItemTest::testPostIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests POSTing an individual resource, plus edge cases to ensure good DX.
JavascriptStatesForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Returns a unique string identifying the form.
JqueryUiLibraryAssetsTest::providerTestAssetLoading function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Data provider for confirming jQuery UI assets load as expected.
JsAjaxTestForm::getFormId function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Returns a unique string identifying the form.
JSInteractionTestForm::getFormId function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Returns a unique string identifying the form.
jsonapi.custom_query_parameter_names_validator.subscriber service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\JsonApiRequestValidator
jsonapi.resource_response_validator.subscriber service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\ResourceResponseValidator
jsonapi.version_negotiator.id service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Revisions\VersionById
JsonApiDocumentTopLevel class core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Represents a JSON:API document's "top level".
JsonApiDocumentTopLevel.php file core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php
JsonApiDocumentTopLevel::$data property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The data to normalize.
JsonApiDocumentTopLevel::$includes property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The includes to normalize.
JsonApiDocumentTopLevel::$links property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The links.
JsonApiDocumentTopLevel::$meta property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The metadata to normalize.
JsonApiDocumentTopLevel::$omissions property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Resource objects that will be omitted from the response for access reasons.
JsonApiDocumentTopLevel::getData function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the data.
JsonApiDocumentTopLevel::getIncludes function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets a JSON:API Data object of resources to be included in the response.
JsonApiDocumentTopLevel::getLinks function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the links.

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