Search for class
- Search 7.x for class
- Search 9.5.x for class
- Search 10.3.x for class
- Search 11.x for class
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CallableClass::__invoke | function | core/ |
|
ClaroViewsUiTest::testViewsUiDropButtonCssClasses | function | core/ |
Tests Views UI dropbutton CSS classes. |
ClaroViewsUiTest::testViewsUiTabsCssClasses | function | core/ |
Tests Views UI display menu tabs CSS classes. |
ClassFinder | class | core/ |
A Utility class that uses active autoloaders to find a file for a class. |
ClassFinder.php | file | core/ |
|
ClassFinder::findFile | function | core/ |
|
ClassFinderTest | class | core/ |
@coversDefaultClass \Drupal\Component\ClassFinder\ClassFinder @group ClassFinder |
ClassFinderTest.php | file | core/ |
|
ClassFinderTest::testFindFile | function | core/ |
@covers ::findFile |
ClassLoaderTest | class | core/ |
@group ClassLoader @group legacy @runTestsInSeparateProcesses |
ClassLoaderTest | class | core/ |
Tests class loading for modules. |
ClassLoaderTest.php | file | core/ |
|
ClassLoaderTest.php | file | core/ |
|
ClassLoaderTest::$apcuEnsureUniquePrefix | property | core/ |
The flag to set 'apcu_ensure_unique_prefix' setting. |
ClassLoaderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ClassLoaderTest::$expected | property | core/ |
The expected result from calling the module-provided class' method. |
ClassLoaderTest::setUp | function | core/ |
|
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"); |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.