| performance_test.cache_factory |
service |
core/modules/system/tests/modules/performance_test/performance_test.services.yml |
Drupal\performance_test\Cache\CacheFactoryDecorator |
| performance_test.cache_tags.invalidator.checksum |
service |
core/modules/system/tests/modules/performance_test/performance_test.services.yml |
Drupal\performance_test\Cache\CacheTagsChecksumDecorator |
| performance_test.info.yml |
file |
core/modules/system/tests/modules/performance_test/performance_test.info.yml |
core/modules/system/tests/modules/performance_test/performance_test.info.yml |
| performance_test.services.yml |
file |
core/modules/system/tests/modules/performance_test/performance_test.services.yml |
core/modules/system/tests/modules/performance_test/performance_test.services.yml |
| Permission::buildOptionsForm |
function |
core/modules/user/src/Plugin/views/access/Permission.php |
Provide a form to edit options for this plugin. |
| PhoneField::getFieldFormatterMap |
function |
core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php |
Get a map between D6 formatters and D8 formatters for this field type. |
| PhpArrayDumper::supportsMachineFormat |
function |
core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php |
Whether this supports the machine-optimized format or not. |
| PhpassHooks::formSystemModulesUninstallConfirmFormAlter |
function |
core/modules/phpass/src/Hook/PhpassHooks.php |
Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form. |
| PhpMail::format |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
Concatenates and wraps the email body for plain-text mails. |
| plugin.manager.field.formatter |
service |
core/core.services.yml |
Drupal\Core\Field\FormatterPluginManager |
| plugin.manager.views.exposed_form |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
| PluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Provide a form to edit options for this plugin. |
| PluginBase::globalTokenForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Adds elements for available core tokens to a form. |
| PluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Handle any special handling on the validate form. |
| PluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Validate the options form. |
| PluginFormBase |
class |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
Provides a base class for plugin forms. |
| PluginFormBase.php |
file |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
|
| PluginFormBase::$plugin |
property |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
The plugin this form is for. |
| PluginFormBase::setPlugin |
function |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
Sets the plugin for this object. |
| 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. |
| PluginWithFormsInterface |
interface |
core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php |
Provides an interface for plugins which have forms. |
| PluginWithFormsInterface.php |
file |
core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php |
|
| PluginWithFormsInterface::getFormClass |
function |
core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php |
Gets the form class for the given operation. |
| PluginWithFormsInterface::hasFormClass |
function |
core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php |
Gets whether the plugin has a form class for the given operation. |
| PluginWithFormsTrait |
trait |
core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php |
Provides a trait with typical behavior for plugins which have forms. |