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
DynamicPageCacheSubscriber::getSubscribedEvents function core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php
DynamicPluginConfigWithCsrfTokenUrlTrait::getUrlWithReplacedCsrfTokenPlaceholder function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php Gets the given URL with all placeholders replaced.
EarlyRenderingControllerWrapperSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php
EditDetails::getFormId function core/modules/views_ui/src/Form/Ajax/EditDetails.php Returns a unique string identifying the form.
EditDetails::getFormKey function core/modules/views_ui/src/Form/Ajax/EditDetails.php Returns the key that represents this form.
EditModeTest::getTabbableElementsCount function core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php Gets the number of elements that are tabbable.
Editor::getEditor function core/modules/editor/src/Entity/Editor.php Returns the associated text editor plugin ID.
Editor::getFilterFormat function core/modules/editor/src/Entity/Editor.php Returns the filter format this text editor is associated with.
Editor::getImageUploadSettings function core/modules/editor/src/Entity/Editor.php Returns the image upload settings.
Editor::getSettings function core/modules/editor/src/Entity/Editor.php Returns the text editor plugin-specific settings.
Editor::getValidStreamWrappers function core/modules/editor/src/Entity/Editor.php Computes all valid choices for the "image_upload.scheme" setting.
EditorBase::getDefaultSettings function core/modules/editor/src/Plugin/EditorBase.php Returns the default settings for this configurable text editor.
EditorConfigTranslationSubscriber::getSubscribedEvents function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php
EditorFileUsageTest class core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests tracking of file usage by the Text Editor module.
EditorFileUsageTest.php file core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
EditorFileUsageTest::$modules property core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Modules to install.
EditorFileUsageTest::setUp function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
EditorFileUsageTest::testEditorEntityHooks function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests the configurable text editor manager.
EditorFileUsageTest::testFileSaveOperations function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests file save operations when node with referenced files is saved.
EditorInterface::getEditor function core/modules/editor/src/EditorInterface.php Returns the associated text editor plugin ID.
EditorInterface::getFilterFormat function core/modules/editor/src/EditorInterface.php Returns the filter format this text editor is associated with.
EditorInterface::getImageUploadSettings function core/modules/editor/src/EditorInterface.php Returns the image upload settings.
EditorInterface::getSettings function core/modules/editor/src/EditorInterface.php Returns the text editor plugin-specific settings.
EditorLoadingTest::getThingsToCheck function core/modules/editor/tests/src/Functional/EditorLoadingTest.php
EditorManager::getAttachments function core/modules/editor/src/Plugin/EditorManager.php Retrieves text editor libraries and JavaScript settings.
EditorPluginInterface::getDefaultSettings function core/modules/editor/src/Plugin/EditorPluginInterface.php Returns the default settings for this configurable text editor.
EditorPluginInterface::getJSSettings function core/modules/editor/src/Plugin/EditorPluginInterface.php Returns JavaScript settings to be attached.
EditorPluginInterface::getLibraries function core/modules/editor/src/Plugin/EditorPluginInterface.php Returns libraries to be attached.
EditorResourceTestBase::getExpectedCacheContexts function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EditorResourceTestBase::getExpectedNormalizedEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the expected normalization of the entity.
EditorResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Return the expected error message.
EditorResourceTestBase::getNormalizedPostEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the normalized POST entity.
EditorTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EditorTest.php Returns the expected JSON:API document for the entity.
EditorTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EditorTest.php Return the expected error message.
EditorTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EditorTest.php Returns the JSON:API POST document.
Element::getTypedDataManager function core/lib/Drupal/Core/Config/Schema/Element.php Gets the typed configuration manager.
Element::getVisibleChildren function core/lib/Drupal/Core/Render/Element.php Returns the visible children of an element.
ElementInfoManager::getCid function core/lib/Drupal/Core/Render/ElementInfoManager.php Returns the CID used to cache the element info.
ElementInfoManager::getInfo function core/lib/Drupal/Core/Render/ElementInfoManager.php Retrieves the default properties for the defined element type.
ElementInfoManager::getInfoProperty function core/lib/Drupal/Core/Render/ElementInfoManager.php Retrieves a single property for the defined element type.
ElementInfoManagerInterface::getInfo function core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php Retrieves the default properties for the defined element type.
ElementInfoManagerInterface::getInfoProperty function core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php Retrieves a single property for the defined element type.
ElementInfoManagerTest::providerTestGetInfoElementPlugin function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Provides tests data for testGetInfoElementPlugin().
ElementInfoManagerTest::testGetInfoElementPlugin function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Tests the getInfo() method when render element plugins are used.
ElementInfoManagerTest::testGetInfoProperty function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php @covers ::getInfoProperty
ElementInterface::getInfo function core/lib/Drupal/Core/Render/Element/ElementInterface.php Returns the element properties for this element.
ElementInterface::getTranslationBuild function core/modules/config_translation/src/FormElement/ElementInterface.php Builds a render array containing the source and translation form elements.
ElementsFieldsetTest::getFormId function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Returns a unique string identifying the form.
ElementsLabelsTest::getFormWithLimitedProperties function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Return a form with element with not all properties defined.
Email::getFieldFormatterMap function core/modules/field/src/Plugin/migrate/field/Email.php Get a map between D6 formatters and D8 formatters for this field type.

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