Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ClassWithConstants | class | core/ |
|
| ClassWithConstants.php | file | core/ |
|
| ClassWithConstants::OTHER_KEY_ | constant | core/ |
|
| ClassWithConstants::OTHER_KEY_2 | constant | core/ |
|
| ClassWithConstants::SOME_KEY | constant | core/ |
|
| ClassWithConstants::SOME_VALUE | constant | core/ |
|
| ClassWithInvalidAnnotationTargetAtClass | class | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data"); |
| ClassWithInvalidAnnotationTargetAtClass.php | file | core/ |
|
| ClassWithInvalidAnnotationTargetAtClass::$foo | property | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Bar"); |
| ClassWithInvalidAnnotationTargetAtMethod | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
| ClassWithInvalidAnnotationTargetAtMethod.php | file | core/ |
|
| ClassWithInvalidAnnotationTargetAtMethod::functionName | function | core/ |
Plugin annotation @AnnotationTargetClass("functionName"); |
| 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") |
| ClassWriter | class | core/ |
Helper class to rewrite PHPUnit's TestCase class. |
| ClassWriter.php | file | core/ |
|
| ClassWriter::alterAssert | function | core/ |
Alters the Assert class. |
| ClassWriter::alterTestCase | function | core/ |
Alters the TestCase class. |
| ClassWriter::flushAlteredCodeToFile | function | core/ |
Flushes altered class code to file when necessary. |
| ClassWriter::mutateTestBase | function | core/ |
Mutates PHPUnit classes to make it compatible with Drupal. |
| ClassWriter::__construct | function | core/ |
This class should not be instantiated. |
| class_resolver | service | core/ |
Drupal\Core\DependencyInjection\ClassResolver |
| ClearCacheForm | class | core/ |
Clear caches for this site. |
| ClearCacheForm.php | file | core/ |
|
| ClearCacheForm::buildForm | function | core/ |
Form constructor. |
| ClearCacheForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ClearCacheForm::submitForm | function | core/ |
Clears the caches. |
| clearfix.module.css | file | core/ |
Float clearing. |
| clearfix.module.css | file | core/ |
Float clearing. |
| ClearTest | class | core/ |
Tests our clearing is done the proper way. |
| ClearTest.php | file | core/ |
|
| ClearTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ClearTest::setUp | function | core/ |
|
| ClearTest::testFlushAllCaches | function | core/ |
Tests drupal_flush_all_caches(). |
| ClickSortingAJAXTest | class | core/ |
Tests the click sorting AJAX functionality of Views exposed forms. |
| ClickSortingAJAXTest.php | file | core/ |
|
| ClickSortingAJAXTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ClickSortingAJAXTest::$modules | property | core/ |
Modules to install. |
| ClickSortingAJAXTest::$testViews | property | core/ |
|
| ClickSortingAJAXTest::setUp | function | core/ |
|
| ClickSortingAJAXTest::testClickSorting | function | core/ |
Tests if sorting via AJAX works for the "Content" View. |
| ClientConnectionTransactionState.php | file | core/ |
Pagination
- Previous page
- Page 177
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.