Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
hook_field_widget_complete_WIDGET_TYPE_form_alter function core/modules/field/field.api.php Alter the complete form for a specific widget 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_settings_summary_alter function core/modules/field_ui/field_ui.api.php Alters the field widget settings summary.
hook_field_widget_single_element_form_alter function core/modules/field/field.api.php Alter forms for field widgets provided by other modules.
hook_field_widget_single_element_WIDGET_TYPE_form_alter function core/modules/field/field.api.php Alter widget forms for a specific widget provided by another module.
hook_field_widget_third_party_settings_form function core/modules/field_ui/field_ui.api.php Allow modules to add settings to field widgets provided by other modules.
HtaccessTest::getProtectedFiles function core/modules/system/tests/src/Functional/System/HtaccessTest.php Get an array of file paths for access testing.
Html::getClass function core/lib/Drupal/Component/Utility/Html.php Prepares a string for use as a valid class name.
Html::getId function core/lib/Drupal/Component/Utility/Html.php Prepares a string for use as a valid HTML ID.
Html::getInfo function core/lib/Drupal/Core/Render/Element/Html.php Returns the element properties for this element.
Html::getUniqueId function core/lib/Drupal/Component/Utility/Html.php Prepares a string for use as a valid HTML ID and guarantees uniqueness.
HtmlEntityFormController::getFormArgument function core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Extracts the form argument string from a request.
HtmlEntityFormController::getFormObject function core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Instead of a class name or service ID, $form_arg will be a string
representing the entity and operation being performed.
Consider the following route:
HtmlFormController::getFormArgument function core/lib/Drupal/Core/Controller/HtmlFormController.php Extracts the form argument string from a request.
HtmlFormController::getFormObject function core/lib/Drupal/Core/Controller/HtmlFormController.php Returns the object used to build the form.
HtmlRenderer::buildPageTopAndBottom function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Invokes the page top and bottom hooks.
HtmlResponseBigPipeSubscriber::getBigPipeService function core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php Returns the BigPipe service to use to send the current response.
HtmlResponseBigPipeSubscriber::getSubscribedEvents function core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php
HtmlResponsePlaceholderStrategySubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php
HtmlResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php
HTMLRestrictions::getAllowedElements function core/modules/ckeditor5/src/HTMLRestrictions.php Gets allowed elements.
HTMLRestrictions::getConcreteSubset function core/modules/ckeditor5/src/HTMLRestrictions.php Gets the subset of allowed elements whose tags are concrete.
HTMLRestrictions::getHtml5ElementList function core/modules/ckeditor5/src/HTMLRestrictions.php Gets a list of all known HTML5 elements.
HTMLRestrictions::getPlainTagsSubset function core/modules/ckeditor5/src/HTMLRestrictions.php Gets the subset of plain tags (no attributes) from allowed elements.
HTMLRestrictions::getRegExForWildCardAttributeName function core/modules/ckeditor5/src/HTMLRestrictions.php Computes a regular expression for matching a wildcard attribute name.
HTMLRestrictions::getTextContainerElementList function core/modules/ckeditor5/src/HTMLRestrictions.php Gets a list of CKEditor 5's `$block` text container elements.
HTMLRestrictions::getWildcardSubset function core/modules/ckeditor5/src/HTMLRestrictions.php Gets the subset of allowed elements whose tags are wildcards.
HTMLRestrictions::getWildcardTags function core/modules/ckeditor5/src/HTMLRestrictions.php Computes the tags that match the provided wildcard.
HtmlTag::getInfo function core/lib/Drupal/Core/Render/Element/HtmlTag.php Returns the element properties for this element.
HtmlTagTest::testGetInfo function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php Tests get info.
HtmlTest::providerTestHtmlGetId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testHtmlGetId().
HtmlTest::providerTestHtmlGetUniqueId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testHtmlGetId().
HtmlTest::providerTestHtmlGetUniqueIdWithAjaxIds function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Provides test data for testHtmlGetId().
HtmlTest::testHtmlGetId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::getUniqueId() method.
HtmlTest::testHtmlGetUniqueId function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::getUniqueId() method.
HtmlTest::testHtmlGetUniqueIdWithAjaxIds function core/tests/Drupal/Tests/Component/Utility/HtmlTest.php Tests the Html::getUniqueId() method.
Htmx::get function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-get` attribute.
Htmx::getAttributes function core/lib/Drupal/Core/Htmx/Htmx.php Get the attribute storage.
Htmx::getHeaders function core/lib/Drupal/Core/Htmx/Htmx.php Get the header storage.
Htmx::retargetHeader function core/lib/Drupal/Core/Htmx/Htmx.php Set HX-Retarget header.
Htmx::target function core/lib/Drupal/Core/Htmx/Htmx.php Creates a `data-hx-target` attribute.
HtmxContentViewSubscriber::getHtmxRenderer function core/lib/Drupal/Core/EventSubscriber/HtmxContentViewSubscriber.php Gets the HtmxRenderer service.
HtmxContentViewSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/HtmxContentViewSubscriber.php
HtmxHeadersTest::testRetargetHeader function core/tests/Drupal/Tests/Core/Htmx/HtmxHeadersTest.php Test re-target header.
HtmxLocationResponseData::getCacheableMetadata function core/lib/Drupal/Core/Htmx/HtmxLocationResponseData.php Retrieves the cacheable metadata associated with the URL.
HtmxRequestInfoTest::getRequest function core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php Gets the request object.
HtmxRequestInfoTest::testGetHtmxCurrentUrl function core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php Tests the getHtmxCurrentUrl method.
HtmxRequestInfoTest::testGetHtmxPrompt function core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php Tests the getHtmxPrompt method.
HtmxRequestInfoTest::testGetHtmxTarget function core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php Tests the getHtmxTarget method.
HtmxRequestInfoTest::testGetHtmxTrigger function core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php Tests the getHtmxTrigger method.

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