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
VocabularyDeleteForm::getQuestion function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php
VocabularyInterface::getDescription function core/modules/taxonomy/src/VocabularyInterface.php Returns the vocabulary description.
VocabularyLanguageTest class core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php Tests the language functionality for vocabularies.
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 install.
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::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::pageTextContains function core/tests/Drupal/Tests/WebAssert.php
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::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.
Widget class core/lib/Drupal/Core/Render/Element/Widget.php Provides a widget element.
Widget.php file core/lib/Drupal/Core/Render/Element/Widget.php
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

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