Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
ClassWithInvalidAnnotationTargetAtProperty | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithInvalidAnnotationTargetAtProperty.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtProperty::$bar | property | core/ |
Plugin annotation @AnnotationTargetAnnotation("Foo"); |
ClassWithInvalidAnnotationTargetAtProperty::$foo | property | core/ |
Plugin annotation @AnnotationTargetClass("Bar"); |
ClassWithValidAnnotationTarget | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithValidAnnotationTarget.php | file | core/ |
|
ClassWithValidAnnotationTarget::$foo | property | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data"); |
ClassWithValidAnnotationTarget::$name | property | core/ |
Plugin annotation @AnnotationTargetAll("Some data",name="Some name") |
ClassWithValidAnnotationTarget::$nested | property | core/ |
Plugin annotation @AnnotationTargetAll(@AnnotationTargetAnnotation); |
ClassWithValidAnnotationTarget::someFunction | function | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data",name="Some name") |
ClassyTemplatesIdenticalToStableTest | class | core/ |
Confirms that certain Classy templates have identical equivalents in Stable. |
ClassyTemplatesIdenticalToStableTest.php | file | core/ |
|
ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy | function | core/ |
A list of the Classy templates that have identical copies in Stable. |
ClassyTemplatesIdenticalToStableTest::testStableTemplatesIdenticalToClassy | function | core/ |
Confirms that certain Classy templates have equivalents in Stable. |
classy_preprocess_image_widget | function | core/ |
Implements hook_preprocess_image_widget(). |
ClientFactoryTest::providerTestCreateFromOptions | function | core/ |
Data provider for testCreateFromOptions |
color.config_cache_invalidator | service | core/ |
Drupal\color\EventSubscriber\ColorConfigCacheInvalidator |
Color::getIds | function | core/ |
Gets the destination IDs. |
Color::validateColor | function | core/ |
Form element validation handler for #type 'color'. |
Color::validateHex | function | core/ |
Validates whether a hexadecimal color value is syntactically correct. |
ColorConfigCacheInvalidator | class | core/ |
A subscriber invalidating cache tags when color config objects are saved. |
ColorConfigCacheInvalidator.php | file | core/ |
|
ColorConfigCacheInvalidator::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
ColorConfigCacheInvalidator::getSubscribedEvents | function | core/ |
|
ColorConfigCacheInvalidator::onChange | function | core/ |
Invalidate cache tags when a color theme config object changes. |
ColorConfigCacheInvalidator::__construct | function | core/ |
Constructs a ColorConfigCacheInvalidator object. |
ColorConfigSchemaTest::testValidColorConfigSchema | function | core/ |
Tests whether the color config schema is valid. |
ColorTest::providerSource | function | core/ |
The data provider. |
ColorTest::providerTestHexToRgb | function | core/ |
Data provider for testHexToRgb(). |
ColorTest::providerTestNormalizeHexLength | function | core/ |
Data provider for testNormalizeHexLength(). |
ColorTest::providerTestRbgToHex | function | core/ |
Data provider for testRgbToHex(). |
ColorTest::providerTestValidateHex | function | core/ |
Provides data for testValidateHex(). |
ColorTest::testLogoSettingOverride | function | core/ |
Test whether the custom logo is used in the color preview. |
ColorTest::testOverrideAndResetScheme | function | core/ |
Test whether the scheme can be set, viewed anonymously and reset. |
ColorTest::testValidateHex | function | core/ |
@covers \Drupal\Component\Utility\Color::validateHex |
ColorTest::testValidColor | function | core/ |
Tests whether the provided color is valid. |
color_scheme_form_validate | function | core/ |
Form validation handler for color_scheme_form(). |
color_valid_hexadecimal_string | function | core/ |
Determines if a hexadecimal CSS color string is valid. |
Combine::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
CommandLineOrUnsafeMethodTest::providerTestHttpMethod | function | core/ |
Provides test data and expected results for the HTTP method test. |
CommandProvider | class | composer/ |
List of all commands provided by this package. |
CommandProvider.php | file | composer/ |
|
CommandProvider::getCommands | function | composer/ |
|
Comment::getCommentedEntityId | function | core/ |
Returns the ID of the entity to which the comment is attached. |
Comment::getCommentedEntityTypeId | function | core/ |
Returns the type of the entity to which the comment is attached. |
Comment::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
Comment::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
Comment::getTypeId | function | core/ |
Get the comment type ID for this comment. |
CommentAdminOverview::getFormId | function | core/ |
Returns a unique string identifying the form. |
CommentAdminOverview::validateForm | function | core/ |
Form validation handler. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.