| PluginFormBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
Form validation handler. |
| PluginFormFactory |
class |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
Provides form discovery capabilities for plugins. |
| PluginFormFactory.php |
file |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
|
| PluginFormFactory::$classResolver |
property |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
The class resolver. |
| PluginFormFactory::createInstance |
function |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
Creates a new form instance. |
| PluginFormFactory::__construct |
function |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
PluginFormFactory constructor. |
| PluginFormFactoryInterface |
interface |
core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php |
Provides an interface for retrieving form objects for plugins. |
| PluginFormFactoryInterface.php |
file |
core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php |
|
| PluginFormFactoryInterface::createInstance |
function |
core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php |
Creates a new form instance. |
| PluginFormFactoryTest |
class |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests Drupal\Core\Plugin\PluginFormFactory. |
| PluginFormFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
|
| PluginFormFactoryTest::$classResolver |
property |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
The class resolver. |
| PluginFormFactoryTest::$manager |
property |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
The manager being tested. |
| PluginFormFactoryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
|
| PluginFormFactoryTest::testCreateInstance |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance. |
| PluginFormFactoryTest::testCreateInstanceDefaultFallback |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance default fallback. |
| PluginFormFactoryTest::testCreateInstanceDefinitionException |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance definition exception. |
| PluginFormFactoryTest::testCreateInstanceInvalidException |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance invalid exception. |
| PluginFormFactoryTest::testCreateInstancePluginAware |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance plugin aware. |
| PluginFormFactoryTest::testCreateInstanceUsingPlugin |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance using plugin. |
| PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php |
Tests create instance using plugin with slashes. |
| PluginFormInterface |
interface |
core/lib/Drupal/Core/Plugin/PluginFormInterface.php |
Provides an interface for an embeddable plugin form. |
| PluginFormInterface.php |
file |
core/lib/Drupal/Core/Plugin/PluginFormInterface.php |
|
| PluginFormInterface::buildConfigurationForm |
function |
core/lib/Drupal/Core/Plugin/PluginFormInterface.php |
Form constructor. |
| PluginFormInterface::submitConfigurationForm |
function |
core/lib/Drupal/Core/Plugin/PluginFormInterface.php |
Form submission handler. |
| PluginFormInterface::validateConfigurationForm |
function |
core/lib/Drupal/Core/Plugin/PluginFormInterface.php |
Form validation handler. |
| PluginID |
class |
core/lib/Drupal/Component/Annotation/PluginID.php |
Defines a Plugin annotation object that just contains an ID. |
| PluginID |
class |
core/lib/Drupal/Component/Plugin/Attribute/PluginID.php |
Defines a Plugin attribute object that just contains an ID. |
| PluginID.php |
file |
core/lib/Drupal/Component/Annotation/PluginID.php |
|
| PluginID.php |
file |
core/lib/Drupal/Component/Plugin/Attribute/PluginID.php |
|
| PluginID::$value |
property |
core/lib/Drupal/Component/Annotation/PluginID.php |
The plugin ID. |
| PluginID::get |
function |
core/lib/Drupal/Component/Annotation/PluginID.php |
Gets the value of an annotation. |
| PluginID::get |
function |
core/lib/Drupal/Component/Plugin/Attribute/PluginID.php |
Gets the value of an attribute. |
| PluginID::getId |
function |
core/lib/Drupal/Component/Annotation/PluginID.php |
Gets the unique ID for this annotated class. |
| PluginIdTest |
class |
core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php |
Tests Drupal\Component\Annotation\PluginID. |
| PluginIdTest |
class |
core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php |
Tests Drupal\Component\Plugin\Attribute\PluginID. |
| PluginIdTest.php |
file |
core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php |
|
| PluginIdTest.php |
file |
core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php |
|
| PluginIdTest::testGet |
function |
core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php |
@legacy-covers ::get |
| PluginIdTest::testGet |
function |
core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php |
@legacy-covers ::get |
| PluginIdTest::testGetId |
function |
core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php |
@legacy-covers ::getId |
| PluginInspectionInterface |
interface |
core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php |
Plugin interface for providing some metadata inspection. |
| PluginInspectionInterface.php |
file |
core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php |
|
| PluginInspectionInterface::getPluginDefinition |
function |
core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php |
Gets the definition of the plugin implementation. |
| PluginInspectionInterface::getPluginId |
function |
core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php |
Gets the plugin ID of the plugin instance. |
| PluginInstanceTest |
class |
core/modules/views/tests/src/Kernel/PluginInstanceTest.php |
Tests that an instance of all views plugins can be created. |
| PluginInstanceTest.php |
file |
core/modules/views/tests/src/Kernel/PluginInstanceTest.php |
|
| PluginInstanceTest::$definitions |
property |
core/modules/views/tests/src/Kernel/PluginInstanceTest.php |
An array of plugin definitions, keyed by plugin type. |
| PluginInstanceTest::$deprecatedPlugins |
property |
core/modules/views/tests/src/Kernel/PluginInstanceTest.php |
List of deprecated plugin classes. |
| PluginInstanceTest::$modules |
property |
core/modules/views/tests/src/Kernel/PluginInstanceTest.php |
Modules to install. |