Search for class
| Title | Object type | File name | Summary | 
|---|---|---|---|
| EntityTypeRepository::$classNameEntityTypeMap | property | core/ | 
                                                                                        Contains cached mappings of class names to entity types. | 
| EntityTypeRepository::getEntityTypeFromClass | function | core/ | 
                                                                                        Gets the entity type ID based on the class that is called on. | 
| EntityTypeRepositoryInterface::getEntityTypeFromClass | function | core/ | 
                                                                                        Gets the entity type ID based on the class that is called on. | 
| EntityTypeRepositoryTest::testGetEntityTypeFromClass | function | core/ | 
                                                                                        @covers ::getEntityTypeFromClass[[api-linebreak]] | 
| EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguous | function | core/ | 
                                                                                        @covers ::getEntityTypeFromClass[[api-linebreak]] | 
| EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguousBundleClass | function | core/ | 
                                                                                        @covers ::getEntityTypeFromClass[[api-linebreak]] | 
| EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch | function | core/ | 
                                                                                        @covers ::getEntityTypeFromClass[[api-linebreak]] | 
| EntityTypeTest::getTestHandlerClass | function | core/ | 
                                                                                        Gets a mock controller class name. | 
| EntityTypeTest::testEntityClassImplements | function | core/ | 
                                                                                        @covers ::entityClassImplements[[api-linebreak]] | 
| EntityTypeTest::testGetAccessControlClass | function | core/ | 
                                                                                        Tests the getAccessControlClass() method. | 
| EntityTypeTest::testGetFormClass | function | core/ | 
                                                                                        Tests the getFormClass() method. | 
| EntityTypeTest::testGetListBuilderClass | function | core/ | 
                                                                                        Tests the getListBuilderClass() method. | 
| EntityTypeTest::testGetOriginalClassChanged | function | core/ | 
                                                                                        @covers ::setClass[[api-linebreak]] @covers ::getOriginalClass[[api-linebreak]]  | 
              
| EntityTypeTest::testGetOriginalClassUnchanged | function | core/ | 
                                                                                        @covers ::getOriginalClass[[api-linebreak]] | 
| EntityTypeTest::testGetStorageClass | function | core/ | 
                                                                                        Tests the getStorageClass() method. | 
| EntityTypeTest::testGetViewBuilderClass | function | core/ | 
                                                                                        Tests the getViewBuilderClass() method. | 
| EntityTypeTest::testHasFormClasses | function | core/ | 
                                                                                        Tests the hasFormClasses() method. | 
| EntityTypeTest::testSetStorageClass | function | core/ | 
                                                                                        Tests the setStorageClass() method. | 
| entity_test_bundle_class.info.yml | file | core/ | 
                                                                                        core/modules/system/tests/modules/entity_test_bundle_class/entity_test_bundle_class.info.yml | 
| entity_test_bundle_class.module | file | core/ | 
                                                                                        Support module for testing entity bundle classes. | 
| entity_test_bundle_class_entity_bundle_info_alter | function | core/ | 
                                                                                        Implements hook_entity_bundle_info_alter(). | 
| entity_test_bundle_class_entity_type_alter | function | core/ | 
                                                                                        Implements hook_entity_type_alter(). | 
| entity_test_bundle_class_entity_type_build | function | core/ | 
                                                                                        Implements hook_entity_type_build(). | 
| ExecutionContext::getClassName | function | core/ | 
                                                                                        |
| ExtendingNonInstalledClass | class | core/ | 
                                                                                        Plugin annotation @Plugin( id = "extending_non_installed_class", label = "A plugin whose class is extending from a non-installed module class", color = "pink", )  | 
              
| ExtendingNonInstalledClass | class | core/ | 
                                                                                        This class does not have a plugin attribute or plugin annotation on purpose. | 
| ExtendingNonInstalledClass.php | file | core/ | 
                                                                                        |
| ExtendingNonInstalledClass.php | file | core/ | 
                                                                                        |
| ExtendingNonInstalledClass::testMethod | function | core/ | 
                                                                                        #[TrustedCallback] | 
| ExternalCommandRequirementsTrait::checkClassCommandRequirements | function | core/ | 
                                                                                        Checks whether required external commands are available per test class. | 
| ExternalCommandRequirementTest::testClassRequiresAvailable | function | core/ | 
                                                                                        @covers ::checkClassCommandRequirements[[api-linebreak]] | 
| ExternalCommandRequirementTest::testClassRequiresUnavailable | function | core/ | 
                                                                                        @covers ::checkClassCommandRequirements[[api-linebreak]] | 
| FakeAutoloader::loadClass | function | core/ | 
                                                                                        Loads the given class or interface. | 
| FetchModeTrait::assocToClass | function | core/ | 
                                                                                        Converts a row of data in FETCH_ASSOC format to FETCH_CLASS. | 
| FetchModeTrait::assocToClassType | function | core/ | 
                                                                                        Converts a row of data to FETCH_CLASS | FETCH_CLASSTYPE. | 
| FetchTest::testQueryFetchClass | function | core/ | 
                                                                                        Confirms that we can fetch a record into a new instance of a custom class. | 
| FetchTest::testQueryFetchClasstype | function | core/ | 
                                                                                        Confirms that we can fetch a record into a new instance of a custom class. | 
| FetchTest::testQueryFetchObjectClass | function | core/ | 
                                                                                        Confirms that we can fetch a record into a class using fetchObject. | 
| FetchTest::testQueryFetchObjectClassNoConstructorArgs | function | core/ | 
                                                                                        Confirms that we can fetch a record into a class without constructor args. | 
| FieldConfigBase::getClass | function | core/ | 
                                                                                        Returns the class used for creating the typed data object. | 
| FieldDiscoveryTestClass | class | core/ | 
                                                                                        A test class to expose protected methods. | 
| FieldDiscoveryTestClass.php | file | core/ | 
                                                                                        |
| FieldDiscoveryTestClass::$testData | property | core/ | 
                                                                                        An array of test data. | 
| FieldDiscoveryTestClass::getAllFields | function | core/ | 
                                                                                        Gets all field information related to this migration. | 
| FieldDiscoveryTestClass::getBundleFields | function | core/ | 
                                                                                        Gets all field information for a particular entity type and bundle. | 
| FieldDiscoveryTestClass::getCoreVersion | function | core/ | 
                                                                                        Finds the core version of a Drupal migration. | 
| FieldDiscoveryTestClass::getEntityFields | function | core/ | 
                                                                                        Gets all field information for a particular entity type. | 
| FieldDiscoveryTestClass::getFieldInstanceStubMigrationDefinition | function | core/ | 
                                                                                        Provides the stub migration definition for a given Drupal core version. | 
| FieldDiscoveryTestClass::getFieldPlugin | function | core/ | 
                                                                                        Returns the appropriate field plugin for a given field type. | 
| FieldDiscoveryTestClass::getSourcePlugin | function | core/ | 
                                                                                        Gets the source plugin to use to gather field information. | 
Pagination
- Previous page
 - Page 9
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.