Search for info

  1. Search 7.x for info
  2. Search 9.5.x for info
  3. Search 8.9.x for info
  4. Search 10.3.x for info
  5. Other projects
Title Object type File name Summary
PluginFormFactoryTest class core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @coversDefaultClass \Drupal\Core\Plugin\PluginFormFactory[[api-linebreak]]
@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[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceDefaultFallback function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceDefinitionException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceInvalidException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstancePluginAware function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceUsingPlugin function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
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.
PluginTestHooks::testPluginInfo function core/modules/system/tests/modules/plugin_test/src/Hook/PluginTestHooks.php Implements hook_test_plugin_info().
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
plugin_test_test_plugin_info function core/modules/system/tests/modules/plugin_test/plugin_test.module Implements hook_test_plugin_info().
position_shim_test.info.yml file core/modules/system/tests/modules/position_shim_test/position_shim_test.info.yml core/modules/system/tests/modules/position_shim_test/position_shim_test.info.yml
post_update_test_failing.info.yml file core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml
PrefixInfoTest class core/modules/mysql/tests/src/Kernel/mysql/PrefixInfoTest.php Tests that the prefix info for a database schema is correct.
PrefixInfoTest class core/modules/mysqli/tests/src/Kernel/mysqli/PrefixInfoTest.php Tests that the prefix info for a database schema is correct.
PrefixInfoTest.php file core/modules/mysqli/tests/src/Kernel/mysqli/PrefixInfoTest.php
PrefixInfoTest.php file core/modules/mysql/tests/src/Kernel/mysql/PrefixInfoTest.php
PrefixInfoTest::testGetPrefixInfo function core/modules/mysql/tests/src/Kernel/mysql/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.
profile_install_requirements.info.yml file core/profiles/tests/profile_install_requirements/profile_install_requirements.info.yml core/profiles/tests/profile_install_requirements/profile_install_requirements.info.yml
ProjectInfo class core/lib/Drupal/Core/Utility/ProjectInfo.php Performs operations on drupal.org project data.
ProjectInfo class core/modules/package_manager/src/ProjectInfo.php Retrieves project information from the Update Status module.
ProjectInfo.php file core/lib/Drupal/Core/Utility/ProjectInfo.php
ProjectInfo.php file core/modules/package_manager/src/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::getAvailableProjects function core/modules/package_manager/src/ProjectInfo.php Gets the available projects.
ProjectInfo::getInstallableReleases function core/modules/package_manager/src/ProjectInfo.php Gets all project releases to which the site can update.
ProjectInfo::getInstalledVersion function core/modules/package_manager/src/ProjectInfo.php Returns the installed project version via the Update Status module.
ProjectInfo::getProjectInfo function core/modules/package_manager/src/ProjectInfo.php Returns up-to-date project information.
ProjectInfo::getProjectName function core/lib/Drupal/Core/Utility/ProjectInfo.php Determines what project a given file object belongs to.
ProjectInfo::getSupportedBranches function core/modules/package_manager/src/ProjectInfo.php Gets the supported branches of the project.
ProjectInfo::isInstallable function core/modules/package_manager/src/ProjectInfo.php Determines if a release can be installed.
ProjectInfo::isInstalledVersionSafe function core/modules/package_manager/src/ProjectInfo.php Checks if the installed version of this project is safe to use.
ProjectInfo::processInfoList function core/lib/Drupal/Core/Utility/ProjectInfo.php Populates an array of project data.
ProjectInfo::__construct function core/modules/package_manager/src/ProjectInfo.php
ProjectInfoTest class core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php @coversDefaultClass \Drupal\package_manager\ProjectInfo[[api-linebreak]]
@group auto_updates
@internal
ProjectInfoTest.php file core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php
ProjectInfoTest::providerGetInstallableReleases function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for testGetInstallableReleases().
ProjectInfoTest::providerGetSupportedBranches function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for testGetSupportedBranches().

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