Search for getPluginClass
- Search 7.x for getPluginClass
 - Search 9.5.x for getPluginClass
 - Search 8.9.x for getPluginClass
 - Search 11.x for getPluginClass
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| DefaultFactory::getPluginClass | function | core/ | 
                                                                                        Finds the class relevant for a given plugin. | 
| DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithArrayPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a required interface but no implementation. | 
| DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithObjectPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a required interface but no implementation. | 
| DefaultFactoryTest::testGetPluginClassWithInterfaceWithArrayPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a required interface. | 
| DefaultFactoryTest::testGetPluginClassWithInterfaceWithObjectPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a required interface. | 
| DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a missing class definition. | 
| DefaultFactoryTest::testGetPluginClassWithMissingClassWithObjectPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a missing class definition. | 
| DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a non-existent class definition. | 
| DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a non-existent class definition. | 
| DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a valid array plugin definition. | 
| DefaultFactoryTest::testGetPluginClassWithValidObjectPluginDefinition | function | core/ | 
                                                                                        Tests getPluginClass() with a valid object plugin definition. | 
| FieldTypePluginManager::getPluginClass | function | core/ | 
                                                                                        Returns the PHP class that implements the field type plugin. | 
| FieldTypePluginManagerInterface::getPluginClass | function | core/ | 
                                                                                        Returns the PHP class that implements the field type plugin. | 
| LanguageNegotiationContentEntityTest::getPluginClass | function | core/ | 
                                                                                        Returns the plugin class to use for creating the language negotiation plugin. | 
| LanguageNegotiationTestBase::getPluginClass | function | core/ | 
                                                                                        Returns the plugin class to use for creating the language negotiation plugin. | 
| MigrateSourceTestBase::getPluginClass | function | core/ | 
                                                                                        Determines the plugin to be tested by reading the class @covers annotation. | 
| StubReflectionFactory::getPluginClass | function | core/ | 
                                                                                        Finds the class relevant for a given plugin. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.