Search for Id

  1. Search 7.x for Id
  2. Search 9.5.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
ClassWithInvalidAnnotationTargetAtProperty class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php Plugin annotation
@AnnotationTargetClass("Some data");
ClassWithInvalidAnnotationTargetAtProperty.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php
ClassWithInvalidAnnotationTargetAtProperty::$bar property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php Plugin annotation
@AnnotationTargetAnnotation("Foo");
ClassWithInvalidAnnotationTargetAtProperty::$foo property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php Plugin annotation
@AnnotationTargetClass("Bar");
ClassWithValidAnnotationTarget class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation
@AnnotationTargetClass("Some data");
ClassWithValidAnnotationTarget.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php
ClassWithValidAnnotationTarget::$foo property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation
@AnnotationTargetPropertyMethod("Some data");
ClassWithValidAnnotationTarget::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation

@AnnotationTargetAll("Some data",name="Some name")
ClassWithValidAnnotationTarget::$nested property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation
@AnnotationTargetAll(@AnnotationTargetAnnotation);
ClassWithValidAnnotationTarget::someFunction function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation

@AnnotationTargetPropertyMethod("Some data",name="Some name")
ClassyTemplatesIdenticalToStableTest class core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have identical equivalents in Stable.
ClassyTemplatesIdenticalToStableTest.php file core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php
ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php A list of the Classy templates that have identical copies in Stable.
ClassyTemplatesIdenticalToStableTest::testStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have equivalents in Stable.
classy_preprocess_image_widget function core/themes/classy/classy.theme Implements hook_preprocess_image_widget().
ClientFactoryTest::providerTestCreateFromOptions function core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php Data provider for testCreateFromOptions
color.config_cache_invalidator service core/modules/color/color.services.yml Drupal\color\EventSubscriber\ColorConfigCacheInvalidator
Color::getIds function core/modules/color/src/Plugin/migrate/destination/Color.php Gets the destination IDs.
Color::validateColor function core/lib/Drupal/Core/Render/Element/Color.php Form element validation handler for #type 'color'.
Color::validateHex function core/lib/Drupal/Component/Utility/Color.php Validates whether a hexadecimal color value is syntactically correct.
ColorConfigCacheInvalidator class core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php A subscriber invalidating cache tags when color config objects are saved.
ColorConfigCacheInvalidator.php file core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php
ColorConfigCacheInvalidator::$cacheTagsInvalidator property core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php The cache tags invalidator.
ColorConfigCacheInvalidator::getSubscribedEvents function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php
ColorConfigCacheInvalidator::onChange function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php Invalidate cache tags when a color theme config object changes.
ColorConfigCacheInvalidator::__construct function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php Constructs a ColorConfigCacheInvalidator object.
ColorConfigSchemaTest::testValidColorConfigSchema function core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php Tests whether the color config schema is valid.
ColorTest::providerSource function core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php The data provider.
ColorTest::providerTestHexToRgb function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Data provider for testHexToRgb().
ColorTest::providerTestNormalizeHexLength function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Data provider for testNormalizeHexLength().
ColorTest::providerTestRbgToHex function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Data provider for testRgbToHex().
ColorTest::providerTestValidateHex function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Provides data for testValidateHex().
ColorTest::testLogoSettingOverride function core/modules/color/tests/src/Functional/ColorTest.php Test whether the custom logo is used in the color preview.
ColorTest::testOverrideAndResetScheme function core/modules/color/tests/src/Functional/ColorTest.php Test whether the scheme can be set, viewed anonymously and reset.
ColorTest::testValidateHex function core/tests/Drupal/Tests/Component/Utility/ColorTest.php @covers \Drupal\Component\Utility\Color::validateHex
ColorTest::testValidColor function core/modules/color/tests/src/Functional/ColorTest.php Tests whether the provided color is valid.
color_scheme_form_validate function core/modules/color/color.module Form validation handler for color_scheme_form().
color_valid_hexadecimal_string function core/modules/color/color.module Determines if a hexadecimal CSS color string is valid.
Combine::validate function core/modules/views/src/Plugin/views/filter/Combine.php Validate that the plugin is correct and can be saved.
CommandLineOrUnsafeMethodTest::providerTestHttpMethod function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php Provides test data and expected results for the HTTP method test.
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.

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