Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
HalLinkManagerTest::testGetRelationInternalIds function core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php @covers ::getRelationInternalIds
HalServiceProvider class core/modules/hal/src/HalServiceProvider.php Adds hal+json as known format.
HalServiceProvider.php file core/modules/hal/src/HalServiceProvider.php
HalServiceProvider::alter function core/modules/hal/src/HalServiceProvider.php Modifies existing service definitions.
HandleMultiplesTest::scalarAndMultipleValuesProviderSource function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the source data with scalar and multiple values.
HandlerArgumentUserUidTest class core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the handler of the user: uid Argument.
HandlerArgumentUserUidTest.php file core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php
HandlerArgumentUserUidTest::$modules property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Modules to enable.
HandlerArgumentUserUidTest::$testViews property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Test views.
HandlerArgumentUserUidTest::testArgumentTitle function core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the generated title of an user: uid argument.
HandlerBase::validate function core/modules/views/src/Plugin/views/HandlerBase.php Validate that the plugin is correct and can be saved.
HandlerBase::validateExposed function core/modules/views/src/Plugin/views/HandlerBase.php Validate the exposed handler form
HandlerBase::validateExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Validate the options form.
HandlerBase::validateExtraOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Validate the options form.
HandlerStackConfigurator::$middlewareIds property core/lib/Drupal/Core/Http/HandlerStackConfigurator.php A list of used middleware service IDs.
HandlerStackConfigurator::$middlewares property core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Array of middlewares to add to the handler stack.
HandlerStackConfigurator::initializeMiddlewares function core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Ensures that the middlewares are initialized.
HeadersCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php Provides a list of headers and expected cache contexts.
HelpSection::$id property core/modules/help/src/Annotation/HelpSection.php The plugin ID.
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidRelated function core/modules/help_topics/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidTopLevel function core/modules/help_topics/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidYamlKey function core/modules/help_topics/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll
HelpTopicDiscoveryTest::testDiscoveryExceptionProviderMismatch function core/modules/help_topics/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll
HelpTopicDiscoveryTest::testHelpTopicsExtensionProviderSpecialCase function core/modules/help_topics/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll
HelpTopicPluginBase::getProvider function core/modules/help_topics/src/HelpTopicPluginBase.php The name of the module or theme providing the help topic.
HelpTopicPluginManager::providerExists function core/modules/help_topics/src/HelpTopicPluginManager.php Determines if the provider of a definition exists.
Hidden class core/lib/Drupal/Core/Render/Element/Hidden.php Provides a form element for an HTML 'hidden' input element.
hidden.module.css file core/themes/stable/css/system/components/hidden.module.css Utility classes to hide elements in different ways.
hidden.module.css file core/modules/system/css/components/hidden.module.css Utility classes to hide elements in different ways.
Hidden.php file core/lib/Drupal/Core/Render/Element/Hidden.php
Hidden::getInfo function core/lib/Drupal/Core/Render/Element/Hidden.php Returns the element properties for this element.
Hidden::preRenderHidden function core/lib/Drupal/Core/Render/Element/Hidden.php Prepares a #type 'hidden' render element for input.html.twig.
HiddenFieldSelector class core/tests/Drupal/Tests/HiddenFieldSelector.php Extends PartialNamedSelector to allow retrieval of hidden fields.
HiddenFieldSelector.php file core/tests/Drupal/Tests/HiddenFieldSelector.php
HiddenFieldSelector::__construct function core/tests/Drupal/Tests/HiddenFieldSelector.php
HiddenTestItem class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/HiddenTestItem.php Defines the 'hidden_test' entity field item.
HiddenTestItem.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/HiddenTestItem.php
hide function core/includes/common.inc Hides an element from later rendering.
HighestIdInterface interface core/modules/migrate/src/Audit/HighestIdInterface.php Defines an interface for destination and ID maps which track a highest ID.
HighestIdInterface.php file core/modules/migrate/src/Audit/HighestIdInterface.php
HighestIdInterface::getHighestId function core/modules/migrate/src/Audit/HighestIdInterface.php Returns the highest ID tracked by the implementing plugin.
HighWaterNotJoinableTest::providerSource function core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php The data provider.
HighWaterTest::getIds function core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php Defines the source fields uniquely identifying a source row.
HookDiscoveryTest::testGetDefinitionWithUnknownID function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinition method with an unknown plugin ID.
hook_block_build_BASE_BLOCK_ID_alter function core/modules/block/block.api.php Provide a block plugin specific block_build alteration.
hook_block_view_BASE_BLOCK_ID_alter function core/modules/block/block.api.php Provide a block plugin specific block_view alteration.
hook_field_storage_config_update_forbid function core/modules/field/field.api.php Forbid a field storage update from occurring.
hook_field_widget_form_alter function core/modules/field/field.api.php Alter forms for field widgets provided by other modules.
hook_field_widget_info_alter function core/modules/field/field.api.php Perform alterations on Field API widget types.
hook_field_widget_multivalue_form_alter function core/modules/field/field.api.php Alter forms for multi-value field widgets provided by other modules.

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