Search for info

  1. Search 7.x for info
  2. Search 9.5.x for info
  3. Search 10.3.x for info
  4. Search 11.x for info
  5. Other projects
Title Object type File name Summary
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 @coversDefaultClass \Drupal\Core\Plugin\PluginFormFactory
@group Plugin
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 @covers ::createInstance
PluginFormFactoryTest::testCreateInstanceDefaultFallback function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance
PluginFormFactoryTest::testCreateInstanceDefinitionException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance
PluginFormFactoryTest::testCreateInstanceInvalidException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance
PluginFormFactoryTest::testCreateInstancePluginAware function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance
PluginFormFactoryTest::testCreateInstanceUsingPlugin function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance
PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance
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.
plugin_test.info.yml file core/modules/system/tests/modules/plugin_test/plugin_test.info.yml core/modules/system/tests/modules/plugin_test/plugin_test.info.yml
plugin_test_extended.info.yml file core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml
PrefixInfoTest class core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php Tests that the prefix info for a database schema is correct.
PrefixInfoTest.php file core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php
PrefixInfoTest::testGetPrefixInfo function core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php Tests that DatabaseSchema::getPrefixInfo() returns the right database.
PreviewTest::testPreviewAdditionalInfo function core/modules/views_ui/tests/src/Functional/PreviewTest.php Tests the additional information query info area.
ProcessedText::getInfo function core/modules/filter/src/Element/ProcessedText.php Returns the element properties for this element.
ProjectInfo class core/lib/Drupal/Core/Utility/ProjectInfo.php Performs operations on drupal.org project data.
ProjectInfo.php file core/lib/Drupal/Core/Utility/ProjectInfo.php
ProjectInfo::filterProjectInfo function core/lib/Drupal/Core/Utility/ProjectInfo.php Filters the project .info.yml data to only save attributes we need.
ProjectInfo::getProjectName function core/lib/Drupal/Core/Utility/ProjectInfo.php Determines what project a given file object belongs to.
ProjectInfo::processInfoList function core/lib/Drupal/Core/Utility/ProjectInfo.php Populates an array of project data.
ProjectSecurityData::getCoverageInfo function core/modules/update/src/ProjectSecurityData.php Gets the security coverage information for a project.
ProjectSecurityRequirement::$securityCoverageInfo property core/modules/update/src/ProjectSecurityRequirement.php Security coverage information for the project.
ProjectSecurityRequirement::createFromProjectDataAndSecurityCoverageInfo function core/modules/update/src/ProjectSecurityRequirement.php Creates a ProjectSecurityRequirement object from project data.
QueryPluginBase::getAggregationInfo function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Get aggregation info for group by queries.
QueryPluginBase::getEntityTableInfo function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Returns an array of all tables from the query that map to an entity type.
quickedit.info.yml file core/modules/quickedit/quickedit.info.yml core/modules/quickedit/quickedit.info.yml
QuickEditImageController::getInfo function core/modules/image/src/Controller/QuickEditImageController.php Returns JSON representing an image field's metadata.
QuickEditImageControllerTest::testFieldInfo function core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php Tests that the field info route returns expected data.
QuickEditJavascriptTestBase::typeInFormEditorTextInputField function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php Simulates typing in an input[type=text] inside a 'form' in-place editor.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.