Search for info

  1. Search 7.x for info
  2. Search 8.9.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
options_test.info.yml file core/modules/options/tests/options_test/options_test.info.yml core/modules/options/tests/options_test/options_test.info.yml
options_test_views.info.yml file core/modules/options/tests/options_test_views/options_test_views.info.yml core/modules/options/tests/options_test_views/options_test_views.info.yml
outbound_processing_test.info.yml file core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml
Page::getInfo function core/lib/Drupal/Core/Render/Element/Page.php Returns the element properties for this element.
Pager::getInfo function core/lib/Drupal/Core/Render/Element/Pager.php Returns the element properties for this element.
PagerPluginBase::updatePageInfo function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Updates the pager information.
pager_test.info.yml file core/modules/system/tests/modules/pager_test/pager_test.info.yml core/modules/system/tests/modules/pager_test/pager_test.info.yml
PageTitle::getInfo function core/lib/Drupal/Core/Render/Element/PageTitle.php Returns the element properties for this element.
page_cache.info.yml file core/modules/page_cache/page_cache.info.yml core/modules/page_cache/page_cache.info.yml
page_cache_form_test.info.yml file core/modules/page_cache/tests/modules/page_cache_form_test.info.yml core/modules/page_cache/tests/modules/page_cache_form_test.info.yml
paramconverter_test.info.yml file core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml
Password::getInfo function core/lib/Drupal/Core/Render/Element/Password.php Returns the element properties for this element.
PasswordConfirm::getInfo function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Returns the element properties for this element.
password_theme_function_test.info.yml file core/modules/user/tests/themes/password_theme_function_test/password_theme_function_test.info.yml core/modules/user/tests/themes/password_theme_function_test/password_theme_function_test.info.yml
path.info.yml file core/modules/path/path.info.yml core/modules/path/path.info.yml
PathElement::getInfo function core/lib/Drupal/Core/Render/Element/PathElement.php Returns the element properties for this element.
PathPluginBase::getUrlInfo function core/modules/views/src/Plugin/views/display/PathPluginBase.php Generates a URL to this display.
path_alias.info.yml file core/modules/path_alias/path_alias.info.yml core/modules/path_alias/path_alias.info.yml
path_encoded_test.info.yml file core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml
path_entity_base_field_info function core/modules/path/path.module Implements hook_entity_base_field_info().
path_entity_base_field_info_alter function core/modules/path/path.module Implements hook_entity_base_field_info_alter().
pgsql.info.yml file core/modules/pgsql/pgsql.info.yml core/modules/pgsql/pgsql.info.yml
phpunit_test.info.yml file core/modules/system/tests/modules/phpunit_test/phpunit_test.info.yml core/modules/system/tests/modules/phpunit_test/phpunit_test.info.yml
plugin.manager.element_info service core/core.services.yml Drupal\Core\Render\ElementInfoManager
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 @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.

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