Search for plugin
- Search 7.x for plugin
- Search 8.9.x for plugin
- Search 10.3.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
Plugin | class | core/ |
Defines a Plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
PluginException | class | core/ |
Base class for plugin exceptions. |
PluginException.php | file | core/ |
|
PluginExtended | class | core/ |
Defines a test annotation that extends an annotation in another namespace. |
PluginExtended.php | file | core/ |
|
PluginFormBase | class | core/ |
Provides a base class for plugin forms. |
PluginFormBase.php | file | core/ |
|
PluginFormBase::$plugin | property | core/ |
The plugin this form is for. |
PluginFormBase::setPlugin | function | core/ |
Sets the plugin for this object. |
PluginFormBase::validateConfigurationForm | function | core/ |
Form validation handler. |
PluginFormFactory | class | core/ |
Provides form discovery capabilities for plugins. |
PluginFormFactory.php | file | core/ |
|
PluginFormFactory::$classResolver | property | core/ |
The class resolver. |
PluginFormFactory::createInstance | function | core/ |
Creates a new form instance. |
PluginFormFactory::__construct | function | core/ |
PluginFormFactory constructor. |
PluginFormFactoryInterface | interface | core/ |
Provides an interface for retrieving form objects for plugins. |
PluginFormFactoryInterface.php | file | core/ |
|
PluginFormFactoryInterface::createInstance | function | core/ |
Creates a new form instance. |
PluginFormFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\PluginFormFactory @group Plugin |
PluginFormFactoryTest.php | file | core/ |
|
PluginFormFactoryTest::$classResolver | property | core/ |
The class resolver. |
PluginFormFactoryTest::$manager | property | core/ |
The manager being tested. |
PluginFormFactoryTest::setUp | function | core/ |
|
PluginFormFactoryTest::testCreateInstance | function | core/ |
@covers ::createInstance |
PluginFormFactoryTest::testCreateInstanceDefaultFallback | function | core/ |
@covers ::createInstance |
PluginFormFactoryTest::testCreateInstanceDefinitionException | function | core/ |
@covers ::createInstance |
PluginFormFactoryTest::testCreateInstanceInvalidException | function | core/ |
@covers ::createInstance |
PluginFormFactoryTest::testCreateInstancePluginAware | function | core/ |
@covers ::createInstance |
PluginFormFactoryTest::testCreateInstanceUsingPlugin | function | core/ |
@covers ::createInstance |
PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes | function | core/ |
@covers ::createInstance |
PluginFormInterface | interface | core/ |
Provides an interface for an embeddable plugin form. |
PluginFormInterface.php | file | core/ |
|
PluginFormInterface::buildConfigurationForm | function | core/ |
Form constructor. |
PluginFormInterface::submitConfigurationForm | function | core/ |
Form submission handler. |
PluginFormInterface::validateConfigurationForm | function | core/ |
Form validation handler. |
PluginHelper | class | core/ |
A helper class to determine if a plugin is configurable. |
PluginHelper.php | file | core/ |
|
PluginHelper::isConfigurable | function | core/ |
Determines if a plugin is configurable. |
PluginID | class | core/ |
Defines a Plugin annotation object that just contains an ID. |
PluginID.php | file | core/ |
|
PluginID::$value | property | core/ |
The plugin ID. |
PluginID::get | function | core/ |
Gets the value of an annotation. |
PluginID::getId | function | core/ |
Gets the unique ID for this annotated class. |
PluginIdTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\PluginId @group Annotation |
PluginIdTest.php | file | core/ |
|
PluginIdTest::testGet | function | core/ |
@covers ::get |
PluginIdTest::testGetId | function | core/ |
@covers ::getId |
PluginInspectionInterface | interface | core/ |
Plugin interface for providing some metadata inspection. |
PluginInspectionInterface.php | file | core/ |
|
PluginInspectionInterface::getPluginDefinition | function | core/ |
Gets the definition of the plugin implementation. |
PluginInspectionInterface::getPluginId | function | core/ |
Gets the plugin_id of the plugin instance. |
Pagination
- Previous page
- Page 46
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.