container-inline.module.css |
file |
core/profiles/demo_umami/themes/umami/css/components/forms/container-inline.module.css |
Inline items. |
container-inline.module.css |
file |
core/themes/olivero/css/components/container-inline.module.css |
Inline items. |
container-inline.module.css |
file |
core/modules/system/css/components/container-inline.module.css |
Inline items. |
container-inline.module.pcss.css |
file |
core/themes/claro/css/components/container-inline.module.pcss.css |
Inline items. |
container-inline.module.pcss.css |
file |
core/themes/olivero/css/components/container-inline.module.pcss.css |
Inline items. |
container-inline.pcss.css |
file |
core/themes/claro/css/components/container-inline.pcss.css |
Inline items. |
container.html.twig |
file |
core/themes/stable9/templates/form/container.html.twig |
Theme override of a container used to wrap child elements. |
container.html.twig |
file |
core/themes/starterkit_theme/templates/form/container.html.twig |
Theme override of a container used to wrap child elements. |
container.html.twig |
file |
core/modules/system/templates/container.html.twig |
Default theme implementation of a container used to wrap child elements. |
container.namespaces |
service |
core/core.services.yml |
ArrayObject |
Container.php |
file |
core/lib/Drupal/Core/Render/Element/Container.php |
|
Container.php |
file |
core/lib/Drupal/Core/DependencyInjection/Container.php |
|
Container.php |
file |
core/lib/Drupal/Component/DependencyInjection/Container.php |
|
container.trait |
service |
core/core.services.yml |
Abstract |
Container::$aliases |
property |
core/lib/Drupal/Component/DependencyInjection/Container.php |
The aliases of the container. |
Container::$frozen |
property |
core/lib/Drupal/Component/DependencyInjection/Container.php |
Whether the container parameters can still be changed. |
Container::$loading |
property |
core/lib/Drupal/Component/DependencyInjection/Container.php |
The currently loading services. |
Container::$parameters |
property |
core/lib/Drupal/Component/DependencyInjection/Container.php |
The parameters of the container. |
Container::$privateServices |
property |
core/lib/Drupal/Component/DependencyInjection/Container.php |
The instantiated private services. |
Container::$serviceDefinitions |
property |
core/lib/Drupal/Component/DependencyInjection/Container.php |
The service definitions of the container. |
Container::$services |
property |
core/lib/Drupal/Component/DependencyInjection/Container.php |
The instantiated services. |
Container::createService |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
Creates a service from a service definition. |
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. |
Container::has |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
|
Container::hasParameter |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
|
Container::initialized |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
|
Container::preRenderContainer |
function |
core/lib/Drupal/Core/Render/Element/Container.php |
Prevents optional containers from rendering if they have no children. |
Container::processContainer |
function |
core/lib/Drupal/Core/Render/Element/Container.php |
Processes a container element. |
Container::reset |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
Resets shared services from the container. |
Container::resolveServicesAndParameters |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
Resolves arguments that represent services or variables to the real values. |
Container::set |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
Container::setParameter |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
Container::__clone |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
Ensure that cloning doesn't work. |
Container::__construct |
function |
core/lib/Drupal/Component/DependencyInjection/Container.php |
Constructs a new Container instance. |
Container::__sleep |
function |
core/lib/Drupal/Core/DependencyInjection/Container.php |
|
ContainerAwareEventDispatcher |
class |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
A performance optimized container aware event dispatcher. |
ContainerAwareEventDispatcher.php |
file |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerAwareEventDispatcher::$container |
property |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
The service container. |
ContainerAwareEventDispatcher::$listeners |
property |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Listener definitions. |
ContainerAwareEventDispatcher::$unsorted |
property |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Whether listeners need to be sorted prior to dispatch, keyed by event name. |
ContainerAwareEventDispatcher::addListener |
function |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
ContainerAwareEventDispatcher::addSubscriber |
function |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
ContainerAwareEventDispatcher::dispatch |
function |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerAwareEventDispatcher::getListenerPriority |
function |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|