Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
ContainerAwareEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testInitialState function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testPriorityFindsLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveFindsLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveListener function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveService function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveSubscriber function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveSubscriberWithMultipleListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveSubscriberWithPriorities function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testStopEventPropagation function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testSymfonyEventDispatching function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php Tests dispatching Symfony events with core's event dispatcher.
ContainerAwareEventDispatcherTest::testWorkaroundForPhpBug62976 function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php This bug affects:
ContainerBuilder class core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php Drupal's dependency injection container builder.
ContainerBuilder.php file core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
ContainerBuilder::register function core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
ContainerBuilder::set function core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php Overrides Symfony\Component\DependencyInjection\ContainerBuilder::set().
ContainerBuilder::setAlias function core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
ContainerBuilder::setParameter function core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
ContainerBuilder::__construct function core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
ContainerBuilder::__sleep function core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
ContainerBuilderTest class core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\ContainerBuilder[[api-linebreak]]
@group DependencyInjection
ContainerBuilderTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php
ContainerBuilderTest::testConstructor function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php Tests constructor and resource tracking disabling.
ContainerBuilderTest::testGet function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @covers ::get[[api-linebreak]]
ContainerBuilderTest::testRegister function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @covers ::register[[api-linebreak]]
ContainerBuilderTest::testSerialize function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php Tests serialization.
ContainerBuilderTest::testSetAlias function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @covers ::setAlias[[api-linebreak]]
ContainerBuilderTest::testSetDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @covers ::setDefinition[[api-linebreak]]
ContainerBuilderTest::testSetParameterException function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @covers ::setParameter[[api-linebreak]]
ContainerDerivativeDiscoveryDecorator class core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php Injects dependencies into derivers if they use ContainerDeriverInterface.
ContainerDerivativeDiscoveryDecorator.php file core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php
ContainerDerivativeDiscoveryDecorator::getDeriver function core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php Gets a deriver for a base plugin.
ContainerDerivativeDiscoveryDecoratorTest class core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php @coversDefaultClass \Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator[[api-linebreak]]
@group Plugin
ContainerDerivativeDiscoveryDecoratorTest.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php
ContainerDerivativeDiscoveryDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php @covers ::getDefinitions[[api-linebreak]]
ContainerDeriverInterface interface core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php Creates additional plugin definitions.
ContainerDeriverInterface.php file core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php
ContainerDeriverInterface::create function core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php Creates a new class instance.
ContainerFactory class core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php Plugin factory which passes a container to a create method.
ContainerFactory.php file core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php
ContainerFactory::createInstance function core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php Creates a plugin instance based on the provided ID and configuration.
ContainerFactoryPluginInterface interface core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Defines an interface for pulling plugin dependencies from the container.
ContainerFactoryPluginInterface.php file core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php
ContainerFactoryPluginInterface::create function core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Creates an instance of the plugin.
ContainerForm class core/modules/forum/src/Form/ContainerForm.php Base form for container term edit forms.
ContainerForm.php file core/modules/forum/src/Form/ContainerForm.php
ContainerForm::$urlStub property core/modules/forum/src/Form/ContainerForm.php Reusable URL stub to use in watchdog messages.
ContainerForm::buildEntity function core/modules/forum/src/Form/ContainerForm.php Builds an updated entity object based upon the submitted form values.
ContainerForm::form function core/modules/forum/src/Form/ContainerForm.php Gets the actual form array to be built.

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