Search for id
Title | Object type | File name | Summary |
---|---|---|---|
hook_block_build_BASE_BLOCK_ID_alter | function | core/ |
Provide a block plugin specific block_build alteration. |
hook_block_view_BASE_BLOCK_ID_alter | function | core/ |
Provide a block plugin specific block_view alteration. |
hook_field_storage_config_update_forbid | function | core/ |
Forbid a field storage update from occurring. |
hook_field_widget_complete_form_alter | function | core/ |
Alter the complete form for field widgets provided by other modules. |
hook_field_widget_complete_WIDGET_TYPE_form_alter | function | core/ |
Alter the complete form for a specific widget provided by other modules. |
hook_field_widget_form_alter | function | core/ |
Alter forms for field widgets provided by other modules. |
hook_field_widget_info_alter | function | core/ |
Perform alterations on Field API widget types. |
hook_field_widget_multivalue_form_alter | function | core/ |
Alter forms for multi-value field widgets provided by other modules. |
hook_field_widget_multivalue_WIDGET_TYPE_form_alter | function | core/ |
Alter multi-value widget forms for a widget provided by another module. |
hook_field_widget_settings_summary_alter | function | core/ |
Alters the field widget settings summary. |
hook_field_widget_single_element_form_alter | function | core/ |
Alter forms for field widgets provided by other modules. |
hook_field_widget_single_element_WIDGET_TYPE_form_alter | function | core/ |
Alter widget forms for a specific widget provided by another module. |
hook_field_widget_third_party_settings_form | function | core/ |
Allow modules to add settings to field widgets provided by other modules. |
hook_field_widget_WIDGET_TYPE_form_alter | function | core/ |
Alter widget forms for a specific widget provided by another module. |
hook_file_validate | function | core/ |
Check that files meet a given criteria. |
hook_form_BASE_FORM_ID_alter | function | core/ |
Provide a form-specific alteration for shared ('base') forms. |
hook_form_FORM_ID_alter | function | core/ |
Provide a form-specific alteration instead of the global hook_form_alter(). |
hook_language_fallback_candidates_alter | function | core/ |
Allow modules to alter the language fallback candidates. |
hook_language_fallback_candidates_OPERATION_alter | function | core/ |
Allow modules to alter the fallback candidates for specific operations. |
hook_migrate_MIGRATION_ID_prepare_row | function | core/ |
Allows adding data to a row for a migration with the specified ID. |
hook_transliteration_overrides_alter | function | core/ |
Provide language-specific overrides for transliteration. |
hook_validation_constraint_alter | function | core/ |
Alter validation constraint plugin definitions. |
hook_views_invalidate_cache | function | core/ |
Allow modules to respond to the invalidation of the Views cache. |
hook_views_plugins_argument_validator_alter | function | core/ |
Modify the list of available views argument validation plugins. |
Html::$seenIds | property | core/ |
An array of IDs, including incremented versions when an ID is duplicated. |
Html::$seenIdsInit | property | core/ |
An array of the initial IDs used in one request. |
Html::cleanCssIdentifier | function | core/ |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
Html::getId | function | core/ |
Prepares a string for use as a valid HTML ID. |
Html::getUniqueId | function | core/ |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |
Html::resetSeenIds | function | core/ |
Resets the list of seen IDs. |
HtmlEscapedTextTest::providerToString | function | core/ |
Data provider for testToString(). |
HTMLRestrictions::findElementsOverridingGloballyDisallowedAttributes | function | core/ |
Finds elements overriding globally disallowed attributes. |
HTMLRestrictions::validateAllowedRestrictionsPhase1 | function | core/ |
Validates allowed elements — phase 1: shape of keys. |
HTMLRestrictions::validateAllowedRestrictionsPhase2 | function | core/ |
Validates allowed elements — phase 2: shape of values. |
HTMLRestrictions::validateAllowedRestrictionsPhase3 | function | core/ |
Validates allowed elements — phase 3: HTML tag attribute restriction keys. |
HTMLRestrictions::validateAllowedRestrictionsPhase4 | function | core/ |
Validates allowed elements — phase 4: HTML tag attr restriction values. |
HTMLRestrictions::validateAllowedRestrictionsPhase5 | function | core/ |
Validates allowed elements — phase 5: disallowed attribute overrides. |
HTMLRestrictionsTest::providerConstruct | function | core/ |
|
HTMLRestrictionsTest::providerConvenienceConstructors | function | core/ |
|
HTMLRestrictionsTest::providerCounting | function | core/ |
|
HTMLRestrictionsTest::providerOperands | function | core/ |
|
HTMLRestrictionsTest::providerRepresentations | function | core/ |
|
HTMLRestrictionsTest::providerSubsets | function | core/ |
|
HtmlTag::$voidElements | property | core/ |
Void elements do not contain values or closing tags. |
HtmlTagTest::providerPreRenderConditionalComments | function | core/ |
Data provider for conditional comments test. |
HtmlTagTest::providerPreRenderHtmlTag | function | core/ |
Data provider for preRenderHtmlTag test. |
HtmlTest::providerDecodeEntities | function | core/ |
Data provider for testDecodeEntities(). |
HtmlTest::providerEscape | function | core/ |
Data provider for testEscape(). |
HtmlTest::providerTestCleanCssIdentifier | function | core/ |
Provides test data for testCleanCssIdentifier(). |
HtmlTest::providerTestHtmlGetId | function | core/ |
Provides test data for testHtmlGetId(). |
Pagination
- Previous page
- Page 73
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.