Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
CommandProvider class composer/Plugin/Scaffold/CommandProvider.php List of all commands provided by this package.
CommandProvider.php file composer/Plugin/Scaffold/CommandProvider.php
CommandProvider::getCommands function composer/Plugin/Scaffold/CommandProvider.php
Comment::getCommentedEntityId function core/modules/comment/src/Entity/Comment.php Returns the ID of the entity to which the comment is attached.
Comment::getCommentedEntityTypeId function core/modules/comment/src/Entity/Comment.php Returns the type of the entity to which the comment is attached.
Comment::getIds function core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Defines the source fields uniquely identifying a source row.
Comment::getIds function core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Defines the source fields uniquely identifying a source row.
Comment::getTypeId function core/modules/comment/src/Entity/Comment.php Get the comment type ID for this comment.
CommentAdminOverview::getFormId function core/modules/comment/src/Form/CommentAdminOverview.php Returns a unique string identifying the form.
CommentAdminOverview::validateForm function core/modules/comment/src/Form/CommentAdminOverview.php Form validation handler.
CommentBundlesTest::testEntityIdField function core/modules/comment/tests/src/Kernel/CommentBundlesTest.php Tests that the entity_id field is set correctly for each comment bundle.
CommentCacheTagsTest::$entityTestCamelid property core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
CommentCacheTagsTest::$entityTestHippopotamidae property core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
CommentEntityTranslation::getIds function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Defines the source fields uniquely identifying a source row.
CommentEntityTranslationCheckRequirementsTest::providerTestCheckRequirements function core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php Provides data for testCheckRequirements.
CommentEntityTranslationTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php
CommentExtrasTest::testPostIndividualDxWithoutCriticalBaseFields function core/modules/jsonapi/tests/src/Functional/CommentExtrasTest.php Tests POSTing a comment without critical base fields.
CommentExtrasTest::testPostIndividualSkipCommentApproval function core/modules/jsonapi/tests/src/Functional/CommentExtrasTest.php Tests POSTing a comment with and without 'skip comment approval'.
CommentHooks::fieldInfoEntityTypeUiDefinitionsAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_field_info_entity_type_ui_definitions_alter().
CommentHooks::formFieldUiDisplayOverviewFormAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_form_FORM_ID_alter().
CommentInterface::getCommentedEntityId function core/modules/comment/src/CommentInterface.php Returns the ID of the entity to which the comment is attached.
CommentInterface::getCommentedEntityTypeId function core/modules/comment/src/CommentInterface.php Returns the type of the entity to which the comment is attached.
CommentInterface::getTypeId function core/modules/comment/src/CommentInterface.php Get the comment type id for this comment.
CommentItemInterface::HIDDEN constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comments for this entity are hidden.
CommentManager::forbiddenMessage function core/modules/comment/src/CommentManager.php
CommentManagerInterface::forbiddenMessage function core/modules/comment/src/CommentManagerInterface.php Provides a message if posting comments is forbidden.
CommentNameConstraintValidator class core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Validates the CommentName constraint.
CommentNameConstraintValidator.php file core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php
CommentNameConstraintValidator::$userStorage property core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php User storage handler.
CommentNameConstraintValidator::create function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Instantiates a new instance of this class.
CommentNameConstraintValidator::getAnonymousContactDetailsSetting function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Gets the anonymous contact details setting from the comment.
CommentNameConstraintValidator::validate function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php
CommentNameConstraintValidator::__construct function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Constructs a new CommentNameConstraintValidator.
CommentNonNodeTest::testsNonIntegerIdEntities function core/modules/comment/tests/src/Functional/CommentNonNodeTest.php Tests comment fields cannot be added to entity types without integer IDs.
CommentOrphanTest::providerTestOrphan function core/modules/comment/tests/src/Kernel/CommentOrphanTest.php Provides test data for testOrphan.
CommentResourceTestBase::$entityTypeId property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The tested entity type.
CommentSelection::validateReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Validates which existing entities can be referenced.
CommentSelection::validateReferenceableNewEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Validates which newly created entities can be referenced.
CommentSourceWithHighWaterTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php
CommentStorage::getChildCids function core/modules/comment/src/CommentStorage.php Gets the comment ids of the passed comment entities' children.
CommentStorageInterface::getChildCids function core/modules/comment/src/CommentStorageInterface.php Gets the comment ids of the passed comment entities' children.
CommentStringIdEntitiesTest class core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php Tests that comment fields cannot be added to entities with non-integer IDs.
CommentStringIdEntitiesTest.php file core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php
CommentStringIdEntitiesTest::$modules property core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php Modules to install.
CommentStringIdEntitiesTest::setUp function core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php
CommentStringIdEntitiesTest::testCommentFieldNonStringId function core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php Tests that comment fields cannot be added entities with non-integer IDs.
CommentTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/CommentTest.php The tested entity type.
CommentTest::doTestPatchIndividual function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php

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