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
SharedTempStoreTest::testGetMetadata function core/modules/user/tests/src/Unit/SharedTempStoreTest.php Tests the getMetadata() method.
ShortcutHalJsonAnonTest::getExpectedCacheContexts function core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php The expected cache contexts for the GET/HEAD response of the test entity.
ShortcutHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php Returns the expected normalization of the entity.
ShortcutHalJsonAnonTest::getNormalizedPostEntity function core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php Returns the normalized POST entity.
ShortcutTestBase::getShortcutInformation function core/modules/shortcut/src/Tests/ShortcutTestBase.php Extracts information from shortcut set links.
SimpleConfigSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Tests the test implementation of section storage.
SimpleConfigSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php
SimpleConfigSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Modules to enable.
SimpleConfigSectionStorageTest::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Sets up the section storage entity.
SimpletestResultsForm::getFormId function core/modules/simpletest/src/Form/SimpletestResultsForm.php Returns a unique string identifying the form.
SimpletestResultsForm::getResults function core/modules/simpletest/src/Form/SimpletestResultsForm.php Get test results for $test_id.
SimpletestSettingsForm::getEditableConfigNames function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Gets the configuration names that will be editable.
SimpletestSettingsForm::getFormId function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Returns a unique string identifying the form.
SimpleTestTest::getResultFieldSet function core/modules/simpletest/src/Tests/SimpleTestTest.php Get the details containing the results for group this test is in.
SimpleTestTest::getTestIdFromResults function core/modules/simpletest/src/Tests/SimpleTestTest.php Fetch the test id from the test results.
SimpleTestTest::getTestResults function core/modules/simpletest/src/Tests/SimpleTestTest.php Get the results from a test and store them in the class array $results.
SimpletestTestForm::getFormId function core/modules/simpletest/src/Form/SimpletestTestForm.php Returns a unique string identifying the form.
simpletest_last_test_get function core/modules/simpletest/simpletest.module Get information about the last test that ran given a test ID.
simpletest_test_get_all function core/modules/simpletest/simpletest.module Gets a list of all of the tests provided by the system.
StatisticsDeprecationsTest::testStatisticsGetDeprecation function core/modules/statistics/tests/src/Kernel/StatisticsDeprecationsTest.php @expectedDeprecation statistics_get() is deprecated in drupal:8.2.0 and is removed from drupal:9.0.0. Use Drupal::service('statistics.storage.node')->fetchView() instead. See https://www.drupal.org/node/2778245
SystemGetInfoTest class core/modules/system/tests/src/Kernel/System/SystemGetInfoTest.php Tests system_get_info().
SystemGetInfoTest.php file core/modules/system/tests/src/Kernel/System/SystemGetInfoTest.php
SystemGetInfoTest::$modules property core/modules/system/tests/src/Kernel/System/SystemGetInfoTest.php Modules to enable.
SystemGetInfoTest::testSystemGetInfo function core/modules/system/tests/src/Kernel/System/SystemGetInfoTest.php Tests system_get_info().
TableDisplayCacheMaxAgeTest class core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php Tests the upgrade path for cache max age with table displays.
TableDisplayCacheMaxAgeTest.php file core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php
TableDisplayCacheMaxAgeTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php Set database dump files to be used.
TableDisplayCacheMaxAgeTest::testViewsPostUpdateTableDisplayMaxCacheAge function core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php Tests the upgrade path for cache max age with table displays.
tablesort_get_order function core/includes/tablesort.inc Determines the current sort criterion.
tablesort_get_query_parameters function core/includes/tablesort.inc Composes a URL query parameter array for table sorting links.
tablesort_get_sort function core/includes/tablesort.inc Determines the current sort direction.
TaxonomyImageTest class core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php Tests access checks of private image fields.
TaxonomyImageTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
TaxonomyImageTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php The theme to install as the default for testing.
TaxonomyImageTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php Modules to enable.
TaxonomyImageTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php Used taxonomy vocabulary.
TaxonomyImageTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
TaxonomyImageTest::testTaxonomyImageAccess function core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
TemporaryTableMapping::getTempTableName function core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php Generates a temporary table name.
Term::getIds function core/modules/taxonomy/src/Plugin/migrate/source/Term.php Defines the source fields uniquely identifying a source row.
TermHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonAnonTest.php Returns the expected normalization of the entity.
TermHalJsonAnonTest::getNormalizedPostEntity function core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonAnonTest.php Returns the normalized POST entity.
TestBase::getAssertionCall function core/modules/simpletest/src/TestBase.php Cycles through backtrace until the first non-assertion method is found.
TestBase::getDatabasePrefix function core/modules/simpletest/src/TestBase.php Gets the database prefix.
TestBase::getTempFilesDirectory function core/modules/simpletest/src/TestBase.php Gets the temporary files directory.
TestBaseTest::getTestBaseForAssertionTests function core/modules/simpletest/tests/src/Unit/TestBaseTest.php Helper method for constructing a mock TestBase object.
TestBaseTest::testGetRandomGenerator function core/modules/simpletest/tests/src/Unit/TestBaseTest.php @covers ::getRandomGenerator[[api-linebreak]]
TestCoverageTest class core/modules/jsonapi/tests/src/Functional/TestCoverageTest.php Checks that all core content/config entity types have JSON:API test coverage.
TestCoverageTest.php file core/modules/jsonapi/tests/src/Functional/TestCoverageTest.php
TestCoverageTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/TestCoverageTest.php The theme to install as the default for testing.

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