Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
VocabularyLanguageTest.php file core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php
VocabularyLanguageTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php The theme to install as the default for testing.
VocabularyLanguageTest::$modules property core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php Modules to enable.
VocabularyLanguageTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms function core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage function core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php Tests language settings for vocabularies.
VocabularyListBuilder::getDefaultOperations function core/modules/taxonomy/src/VocabularyListBuilder.php Gets this list's default operations.
VocabularyListBuilder::getFormId function core/modules/taxonomy/src/VocabularyListBuilder.php Returns a unique string identifying the form.
VocabularyPerType::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php Defines the source fields uniquely identifying a source row.
VocabularyResetForm::getCancelUrl function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns the route to go to if the user cancels the action.
VocabularyResetForm::getConfirmText function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns a caption for the button that confirms the action.
VocabularyResetForm::getDescription function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns additional text to display as a description.
VocabularyResetForm::getFormId function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns a unique string identifying the form.
VocabularyResetForm::getQuestion function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns the question to ask the user.
VocabularyResourceTestBase::getExpectedNormalizedEntity function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Returns the expected normalization of the entity.
VocabularyResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Return the expected error message.
VocabularyResourceTestBase::getNormalizedPostEntity function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Returns the normalized POST entity.
VocabularyRouteProvider::getCollectionRoute function core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php Gets the collection route.
VocabularyRouteProvider::getOverviewPageRoute function core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php Gets the overview page route.
VocabularyRouteProvider::getResetPageRoute function core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php Gets the reset page route.
VocabularyRouteProvider::getRoutes function core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php Provides routes for entities.
VocabularyStorage::getToplevelTids function core/modules/taxonomy/src/VocabularyStorage.php Gets top-level term IDs of vocabularies.
VocabularyStorageInterface::getToplevelTids function core/modules/taxonomy/src/VocabularyStorageInterface.php Gets top-level term IDs of vocabularies.
VocabularyTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/VocabularyTest.php Returns the expected JSON:API document for the entity.
VocabularyTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/VocabularyTest.php Return the expected error message.
VocabularyTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/VocabularyTest.php Returns the JSON:API POST document.
VocabularyTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php Defines the source fields uniquely identifying a source row.
VocabularyTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php Defines the source fields uniquely identifying a source row.
WebAssert::pageTextContainsOnce function core/tests/Drupal/Tests/WebAssert.php Checks that current page contains text only once.
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 Get the Mink driver args from an environment variable, if it is set. Can
be overridden in a derived class so it is possible to use a different
value for a subset of tests, e.g. the JavaScript tests.
WebTestBase::drupalGet function core/modules/simpletest/src/WebTestBase.php Retrieves a Drupal path or an absolute path.
WebTestBase::drupalGetAjax function core/modules/simpletest/src/WebTestBase.php Requests a path or URL in drupal_ajax format and JSON-decodes the response.
WebTestBase::drupalGetHeader function core/modules/simpletest/src/WebTestBase.php Gets the value of an HTTP response header.
WebTestBase::drupalGetHeaders function core/modules/simpletest/src/WebTestBase.php Gets the HTTP response headers of the requested page.
WebTestBase::drupalGetJSON function core/modules/simpletest/src/WebTestBase.php Retrieves a Drupal path or an absolute path and JSON decodes the result.
WebTestBase::drupalGetWithFormat function core/modules/simpletest/src/WebTestBase.php Retrieves a Drupal path or an absolute path for a given format.
WebTestBase::drupalGetXHR function core/modules/simpletest/src/WebTestBase.php Requests a Drupal path or an absolute path as if it is a XMLHttpRequest.
WebTestBase::getAbsoluteUrl function core/modules/simpletest/src/WebTestBase.php Takes a path and returns an absolute path.
WebTestBase::getAjaxPageStatePostData function core/modules/simpletest/src/WebTestBase.php Get the Ajax page state from drupalSettings and prepare it for POSTing.
WebTestBaseTest::providerTestGetAbsoluteUrl function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php Provides test data for testGetAbsoluteUrl.
WebTestBaseTest::testGetAbsoluteUrl function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php @dataProvider providerTestGetAbsoluteUrl
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::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::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetAnonymousTest.php

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