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
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage function core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Tests the translated and untranslated config entities are loaded properly.
AdminRouteSubscriber::getSubscribedEvents function core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php
AdminTest::getTopLevelMenuLinks function core/modules/system/tests/src/Functional/System/AdminTest.php Returns all top level menu links.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AdvancedSettingsForm::getFormId function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Returns a unique string identifying the form.
AggregatorFeed::getIds function core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php Defines the source fields uniquely identifying a source row.
AggregatorFeedBlock::getCacheTags function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedViewsData::getViewsData function core/modules/aggregator/src/AggregatorFeedViewsData.php Returns views data for the entity type.
AggregatorItem::getIds function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Defines the source fields uniquely identifying a source row.
AggregatorItemViewsData::getViewsData function core/modules/aggregator/src/AggregatorItemViewsData.php Returns views data for the entity type.
AggregatorLocalTasksTest::getAggregatorAdminRoutes function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Provides a list of routes to test.
AggregatorLocalTasksTest::getAggregatorSourceRoutes function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Provides a list of source routes to test.
AggregatorTestBase::getAtomSample function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a example Atom feed.
AggregatorTestBase::getAtomSample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example Atom feed.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::getEmptyOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates a valid but empty OPML file.
AggregatorTestBase::getEmptyOpml function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates a valid but empty OPML file.
AggregatorTestBase::getFeedEditArray function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a randomly generated feed edit array.
AggregatorTestBase::getFeedEditArray function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a randomly generated feed edit array.
AggregatorTestBase::getFeedEditObject function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a randomly generated feed edit object.
AggregatorTestBase::getFeedEditObject function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a randomly generated feed edit object.
AggregatorTestBase::getHtmlEntitiesSample function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a example feed.
AggregatorTestBase::getHtmlEntitiesSample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example feed.
AggregatorTestBase::getInvalidOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates an invalid OPML file.
AggregatorTestBase::getInvalidOpml function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates an invalid OPML file.
AggregatorTestBase::getRSS091Sample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example RSS091 feed.
AggregatorTestBase::getRSS091Sample function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a example RSS091 feed.
AggregatorTestBase::getValidOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates a valid OPML file from an array of feeds.
AggregatorTestBase::getValidOpml function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates a valid OPML file from an array of feeds.
Ajax::getInfo function core/lib/Drupal/Core/Render/Element/Ajax.php Returns the element properties for this element.
AjaxCssForm::getFormId function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Returns a unique string identifying the form.
AjaxCssTest::getEditorStyle function core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php Gets a computed style value for a CKEditor instance.
AjaxFormBlock::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Returns a unique string identifying the form.
AjaxFormPageCacheTest::getFormBuildId function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php Return the build id of the current form.
AjaxFormsTestAjaxElementsForm::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestAjaxElementsForm.php Returns a unique string identifying the form.
AjaxFormsTestCommandsForm::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php .
AjaxFormsTestImageButtonForm::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php Returns a unique string identifying the form.
AjaxFormsTestLazyLoadForm::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php Returns a unique string identifying the form.
AjaxFormsTestSimpleForm::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php Returns a unique string identifying the form.
AjaxFormsTestValidationForm::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php Returns a unique string identifying the form.
AjaxHelperTrait::getRequestWrapperFormat function core/lib/Drupal/Core/Ajax/AjaxHelperTrait.php Gets the wrapper format of the current request.
AjaxResponse::getCommands function core/lib/Drupal/Core/Ajax/AjaxResponse.php Gets all AJAX commands.
AjaxResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php
AjaxTestController::getRenderTypes function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Render types.
AjaxTestDialogForm::getFormId function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php Returns a unique string identifying the form.
AjaxTestForm::getFormId function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php Returns a unique string identifying the form.
AjaxTestMessageCommandForm::getFormId function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Returns a unique string identifying the form.
AliasingResourceTypeRepository::getFields function core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php Gets the field mapping for the given field names and entity type + bundle.
AliasManager::getAliasByPath function core/lib/Drupal/Core/Path/AliasManager.php Given a path, return the alias.

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