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. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
WebAssert::pageTextContainsOnce function core/tests/Drupal/Tests/WebAssert.php Checks that current page contains text only once.
WebAssert::pageTextMatchesCount function core/tests/Drupal/Tests/WebAssert.php Asserts that the current page text matches regex a number of times.
WebAssertTest::testPageTextContainsOnce function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests page text contains once.
WebAssertTest::testPageTextMatchesCount function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests page text matches count.
WebDriverTestBase::drupalGet function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Retrieves a Drupal path or an absolute path.
WebDriverTestBase::getDrupalSettings function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Gets the current Drupal javascript settings and parses into an array.
WebDriverTestBase::getHtmlOutputHeaders function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Returns headers in HTML output format.
WebDriverTestBase::getMinkDriverArgs function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Gets the Mink driver args from an environment variable.
Weight::getInfo function core/lib/Drupal/Core/Render/Element/Weight.php Returns the element properties for this element.
WidgetAccessTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetAccessTest.php Tests the media library UI access.
WidgetAccessTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetAccessTest.php
WidgetAccessTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/WidgetAccessTest.php The theme to install as the default for testing.
WidgetAccessTest::testRequiredFieldNoAccess function core/modules/media_library/tests/src/FunctionalJavascript/WidgetAccessTest.php Tests the widget with a required field that the user can't access.
WidgetAccessTest::testWidgetAccess function core/modules/media_library/tests/src/FunctionalJavascript/WidgetAccessTest.php Tests that the widget access works as expected.
WidgetAnonymousTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetAnonymousTest.php Tests that the widget works as expected for anonymous users.
WidgetAnonymousTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetAnonymousTest.php
WidgetAnonymousTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/WidgetAnonymousTest.php The theme to install as the default for testing.
WidgetAnonymousTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetAnonymousTest.php
WidgetAnonymousTest::testWidgetAnonymous function core/modules/media_library/tests/src/FunctionalJavascript/WidgetAnonymousTest.php Tests that the widget works as expected for anonymous users.
WidgetBase class core/lib/Drupal/Core/Field/WidgetBase.php Base class for 'Field widget' plugin implementations.
WidgetBase.php file core/lib/Drupal/Core/Field/WidgetBase.php
WidgetBase::$fieldDefinition property core/lib/Drupal/Core/Field/WidgetBase.php The field definition.
WidgetBase::$settings property core/lib/Drupal/Core/Field/WidgetBase.php The widget settings.
WidgetBase::addMoreAjax function core/lib/Drupal/Core/Field/WidgetBase.php Ajax callback for the "Add another item" button.
WidgetBase::addMoreSubmit function core/lib/Drupal/Core/Field/WidgetBase.php Submission handler for the "Add another item" button.
WidgetBase::afterBuild function core/lib/Drupal/Core/Field/WidgetBase.php After-build handler for field elements in a form.
WidgetBase::create function core/lib/Drupal/Core/Field/WidgetBase.php Instantiates a new instance of the implementing class using autowiring.
WidgetBase::deleteAjax function core/lib/Drupal/Core/Field/WidgetBase.php Ajax refresh callback for the "Remove" button.
WidgetBase::deleteSubmit function core/lib/Drupal/Core/Field/WidgetBase.php Ajax submit callback for the "Remove" button.
WidgetBase::errorElement function core/lib/Drupal/Core/Field/WidgetBase.php Assigns a field-level validation error to the right widget sub-element.
WidgetBase::extractFormValues function core/lib/Drupal/Core/Field/WidgetBase.php Extracts field values from submitted form values.
WidgetBase::flagErrors function core/lib/Drupal/Core/Field/WidgetBase.php Reports field-level validation errors against actual form elements.
WidgetBase::form function core/lib/Drupal/Core/Field/WidgetBase.php Creates a form element for a field.
WidgetBase::formMultipleElements function core/lib/Drupal/Core/Field/WidgetBase.php Special handling to create form elements for multiple values.
WidgetBase::formSingleElement function core/lib/Drupal/Core/Field/WidgetBase.php Generates the form element for a single copy of the widget.
WidgetBase::getFieldSetting function core/lib/Drupal/Core/Field/WidgetBase.php Returns the value of a field setting.
WidgetBase::getFieldSettings function core/lib/Drupal/Core/Field/WidgetBase.php Returns the array of field settings.
WidgetBase::getFilteredDescription function core/lib/Drupal/Core/Field/WidgetBase.php Returns the filtered field description.
WidgetBase::getWidgetState function core/lib/Drupal/Core/Field/WidgetBase.php Retrieves processing information about the widget from $form_state.
WidgetBase::getWidgetStateParents function core/lib/Drupal/Core/Field/WidgetBase.php Returns the location of processing information within $form_state.
WidgetBase::handlesMultipleValues function core/lib/Drupal/Core/Field/WidgetBase.php Returns whether the widget handles multiple values.
WidgetBase::isApplicable function core/lib/Drupal/Core/Field/WidgetBase.php Returns if the widget can be used for the provided field.
WidgetBase::isDefaultValueWidget function core/lib/Drupal/Core/Field/WidgetBase.php Returns whether the widget used for default value form.
WidgetBase::massageFormValues function core/lib/Drupal/Core/Field/WidgetBase.php Massages the form values into the format expected for field values.
WidgetBase::settingsForm function core/lib/Drupal/Core/Field/WidgetBase.php Returns a form to configure settings for the widget.
WidgetBase::settingsSummary function core/lib/Drupal/Core/Field/WidgetBase.php Returns a short summary for the current widget settings.
WidgetBase::setWidgetState function core/lib/Drupal/Core/Field/WidgetBase.php Stores processing information about the widget in $form_state.
WidgetBase::__construct function core/lib/Drupal/Core/Field/WidgetBase.php Constructs a WidgetBase object.
WidgetBaseInterface interface core/lib/Drupal/Core/Field/WidgetBaseInterface.php Base interface definition for "Field widget" plugins.
WidgetBaseInterface.php file core/lib/Drupal/Core/Field/WidgetBaseInterface.php

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