Search for plugin
- Search 7.x for plugin
- Search 9.5.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 |
---|---|---|---|
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. |
PluginInstanceTest | class | core/ |
Tests that an instance of all views plugins can be created. |
PluginInstanceTest.php | file | core/ |
|
PluginInstanceTest::$definitions | property | core/ |
An array of plugin definitions, keyed by plugin type. |
PluginInstanceTest::$deprecatedPlugins | property | core/ |
List of deprecated plugin classes. |
PluginInstanceTest::$pluginTypes | property | core/ |
All views plugin types. |
PluginInstanceTest::assertPluginInstances | function | core/ |
Asserts that instances of every views plugin can be created. |
PluginInstanceTest::setUp | function | core/ |
|
PluginInstanceTest::testDeprecatedPluginInstances | function | core/ |
Tests creating instances of deprecated views plugin. |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.