Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ClassLoaderTest::testAutoloadFromModuleFile | function | core/ |
Tests that .module files can use class constants in main section. |
| ClassLoaderTest::testClassLoading | function | core/ |
Tests that module-provided classes can be loaded when a module is enabled. |
| ClassLoaderTest::testClassLoadingDisabledModules | function | core/ |
Tests that module-provided classes can't be loaded from disabled modules. |
| ClassLoaderTest::testClassLoadingNotInstalledModules | function | core/ |
Tests that module-provided classes can't be loaded if module not installed. |
| ClassLoaderTest::testDrupalClassloadeRegisterDeprecation | function | core/ |
@expectedDeprecation drupal_classloader_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Use the method ::addPsr4() of the class_loader service to register the namespace. See https://www.drupal.org/node/3035275. |
| ClassLoaderTest::testMultipleModules | function | core/ |
Ensures the negative caches in the class loader don't result in crashes. |
| ClassLoaderTest::testSystemRegisterDeprecation | function | core/ |
@expectedDeprecation system_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. There is no replacement for this function. To achieve the same functionality use this snippet: $path =… |
| ClassRequiresAvailable | class | core/ |
@requires externalCommand available_command |
| ClassRequiresAvailable::externalCommandIsAvailable | function | core/ |
Determine if an external command is available. |
| ClassRequiresUnavailable | class | core/ |
@requires externalCommand unavailable_command |
| ClassResolver | class | core/ |
Implements the class resolver interface supporting class names and services. |
| ClassResolver.php | file | core/ |
|
| ClassResolver::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
| ClassResolverInterface | interface | core/ |
Provides an interface to get a 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") |
| classy.info.yml | file | core/ |
core/themes/classy/classy.info.yml |
| classy.libraries.yml | file | core/ |
core/themes/classy/classy.libraries.yml |
| classy.theme | file | core/ |
Functions to support theming in the Classy theme. |
| 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. |
| ClassyTest | class | core/ |
Tests the classy theme. |
| ClassyTest | class | core/ |
Tests the Classy theme. |
| ClassyTest.php | file | core/ |
|
| ClassyTest.php | file | core/ |
|
| ClassyTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 164
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.