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 11.x for __get
  5. Other projects
Title Object type File name Summary
ContactFormResourceTestBase::getNormalizedPostEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Returns the normalized POST entity.
ContactFormTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ContactFormTest.php Returns the expected JSON:API document for the entity.
ContactFormTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ContactFormTest.php Return the expected error message.
ContactFormTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ContactFormTest.php Returns the JSON:API POST document.
ContactLanguageTest class core/modules/contact/tests/src/Functional/ContactLanguageTest.php Tests contact messages with language module.
ContactLanguageTest.php file core/modules/contact/tests/src/Functional/ContactLanguageTest.php
ContactLanguageTest::$defaultTheme property core/modules/contact/tests/src/Functional/ContactLanguageTest.php The theme to install as the default for testing.
ContactLanguageTest::$modules property core/modules/contact/tests/src/Functional/ContactLanguageTest.php Modules to install.
ContactLanguageTest::setUp function core/modules/contact/tests/src/Functional/ContactLanguageTest.php
ContactLanguageTest::testContactLanguage function core/modules/contact/tests/src/Functional/ContactLanguageTest.php Tests configuration options with language enabled.
ContactLink::getDefaultLabel function core/modules/contact/src/Plugin/views/field/ContactLink.php Returns the default label for this link.
ContactLink::getUrlInfo function core/modules/contact/src/Plugin/views/field/ContactLink.php Returns the URI elements of the link.
ContactStorageTest class core/modules/contact/tests/src/Functional/ContactStorageTest.php Tests storing contact messages.
ContactStorageTest.php file core/modules/contact/tests/src/Functional/ContactStorageTest.php
ContactStorageTest::$defaultTheme property core/modules/contact/tests/src/Functional/ContactStorageTest.php The theme to install as the default for testing.
ContactStorageTest::$modules property core/modules/contact/tests/src/Functional/ContactStorageTest.php Modules to install.
ContactStorageTest::testContactStorage function core/modules/contact/tests/src/Functional/ContactStorageTest.php Tests configuration options and the site-wide contact form.
container--media-library-widget-selection.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/media-library/container--media-library-widget-selection.html.twig Theme implementation of a wrapper for selected media items.
container--media-library-widget-selection.html.twig file core/themes/claro/templates/classy/media-library/container--media-library-widget-selection.html.twig Theme implementation of a wrapper for selected media items.
Container::get function core/lib/Drupal/Component/DependencyInjection/Container.php
Container::getAlternatives function core/lib/Drupal/Component/DependencyInjection/Container.php Provides alternatives for a given array and key.
Container::getInfo function core/lib/Drupal/Core/Render/Element/Container.php Returns the element properties for this element.
Container::getParameter function core/lib/Drupal/Component/DependencyInjection/Container.php
Container::getParameterAlternatives function core/lib/Drupal/Component/DependencyInjection/Container.php Provides alternatives in case a parameter was not found.
Container::getServiceAlternatives function core/lib/Drupal/Component/DependencyInjection/Container.php Provides alternatives in case a service was not found.
Container::getServiceIds function core/lib/Drupal/Component/DependencyInjection/Container.php Gets all defined service IDs.
ContainerAwareEventDispatcher::getListenerPriority function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::getListeners function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcherTest::testGetAllListenersSortsByPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenerPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenerPriorityWithServices function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersSortsByPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersWithCallables function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersWithServices function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerBuilderTest::testGet function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @covers ::get[[api-linebreak]]
ContainerDerivativeDiscoveryDecorator::getDeriver function core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php Gets a deriver for a base plugin.
ContainerDerivativeDiscoveryDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php @covers ::getDefinitions[[api-linebreak]]
ContainerInterface::getServiceIdMappings function core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php Collect a mapping between service to ids.
ContainerInterface::getServiceIds function core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php Gets all defined service IDs.
ContainerTest::getCollection function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper function to return a machine-optimized collection.
ContainerTest::getIterator function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper function to return a service iterator.
ContainerTest::getMockContainerDefinition function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Gets a mock container definition.
ContainerTest::getParameterCall function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper function to return a parameter definition.
ContainerTest::getPrivateServiceCall function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper function to return a private service definition.
ContainerTest::getRaw function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper function to return a raw value definition.
ContainerTest::getServiceCall function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper function to return a service definition.
ContainerTest::getServiceClosureCall function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper function to return a service closure definition.
ContainerTest::testGet function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() works properly.

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