Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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") |
| class_resolver | service | core/ |
Drupal\Core\DependencyInjection\ClassResolver |
| Cleaner | class | core/ |
Processes a queue of defunct stage directories, deleting them. |
| Cleaner.php | file | core/ |
|
| Cleaner::create | function | core/ |
Creates an instance of the plugin. |
| Cleaner::processItem | function | core/ |
Works on a single queue item. |
| Cleaner::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| ClearCacheBlock | class | core/ |
Provides a block to display 'Clear cache' elements. |
| ClearCacheBlock.php | file | core/ |
|
| ClearCacheBlock::blockAccess | function | core/ |
Indicates whether the block should be shown. |
| ClearCacheBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| ClearCacheBlock::__construct | function | core/ |
Creates a ClearCacheBlock instance. |
| ClearCacheBlockTest | class | core/ |
Tests clear cache block behavior. |
| ClearCacheBlockTest.php | file | core/ |
|
| ClearCacheBlockTest::$clearCacheBlock | property | core/ |
The clear cache block instance. |
| ClearCacheBlockTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ClearCacheBlockTest::$modules | property | core/ |
Modules to install. |
| ClearCacheBlockTest::setUp | function | core/ |
|
| ClearCacheBlockTest::testCacheClearBlock | function | core/ |
Tests block behavior and access based on permissions. |
| 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. |
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.