Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ClassResolverConstraintValidatorTest.php | file | core/ |
|
| ClassResolverConstraintValidatorTest::$typedDataManager | property | core/ |
The typed data manager to use. |
| ClassResolverConstraintValidatorTest::provideServiceValidationCases | function | core/ |
Data provider for service validation test cases. |
| ClassResolverConstraintValidatorTest::setUp | function | core/ |
|
| ClassResolverConstraintValidatorTest::testNonExistingClass | function | core/ |
Test missing class case. |
| ClassResolverConstraintValidatorTest::testNonExistingMethod | function | core/ |
Test missing method case. |
| ClassResolverConstraintValidatorTest::testValidationForService | function | core/ |
Tests validation for service. |
| ClassResolverInterface | interface | core/ |
Provides interface to get an instance of a class with dependency injection. |
| ClassResolverInterface.php | file | core/ |
|
| ClassResolverInterface::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
| 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") |
| 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. |
Pagination
- Previous page
- Page 179
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.