Search for open

  1. Search 7.x for open
  2. Search 9.5.x for open
  3. Search 10.3.x for open
  4. Search 11.x for open
  5. Other projects
Title Object type File name Summary
MediaLibraryUiBuilder::$openerResolver property core/modules/media_library/src/MediaLibraryUiBuilder.php The media library opener resolver.
MediaLibraryWidget::openMediaLibrary function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php AJAX callback to open the library modal.
media_library.opener.editor service core/modules/media_library/media_library.services.yml Drupal\media_library\MediaLibraryEditorOpener
media_library.opener.field_widget service core/modules/media_library/media_library.services.yml Drupal\media_library\MediaLibraryFieldWidgetOpener
media_library.opener_resolver service core/modules/media_library/media_library.services.yml Drupal\media_library\OpenerResolver
MoveBlockFormTest::openBodyMoveForm function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Open block for the body field.
NoSessionOpen class core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php A policy allowing delivery of cached pages when there is no session open.
NoSessionOpen.php file core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php
NoSessionOpen::$sessionConfiguration property core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php The session configuration.
NoSessionOpen::check function core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php Determines whether delivery of a cached page should be attempted.
NoSessionOpen::__construct function core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php Constructs a new page cache session policy.
NoSessionOpenTest class core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php @coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\NoSessionOpen
@group PageCache
NoSessionOpenTest.php file core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php
NoSessionOpenTest::$policy property core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php The request policy under test.
NoSessionOpenTest::$sessionConfiguration property core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php The session configuration.
NoSessionOpenTest::setUp function core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php
NoSessionOpenTest::testNoAllowUnlessSessionCookiePresent function core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php Asserts that caching is allowed unless there is a session cookie present.
OffCanvasTestBase::waitForOffCanvasToOpen function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Waits for off-canvas dialog to open.
OpenDialogCommand class core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Defines an AJAX command to open certain content in a dialog.
OpenDialogCommand.php file core/lib/Drupal/Core/Ajax/OpenDialogCommand.php
OpenDialogCommand::$content property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The content for the dialog.
OpenDialogCommand::$dialogOptions property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Stores dialog-specific options passed directly to jQuery UI dialogs. Any
jQuery UI option can be used. See http://api.jqueryui.com/dialog.
OpenDialogCommand::$selector property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The selector of the dialog.
OpenDialogCommand::$settings property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Custom settings that will be passed to the Drupal behaviors on the content
of the dialog.
OpenDialogCommand::$title property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The title of the dialog.
OpenDialogCommand::getDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Returns the dialog options.
OpenDialogCommand::render function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Implements \Drupal\Core\Ajax\CommandInterface:render().
OpenDialogCommand::setDialogOption function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets a single dialog option value.
OpenDialogCommand::setDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets the dialog options array.
OpenDialogCommand::setDialogTitle function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets the dialog title (an alias of setDialogOptions).
OpenDialogCommand::__construct function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Constructs an OpenDialogCommand object.
OpenerResolver class core/modules/media_library/src/OpenerResolver.php Defines a class to get media library openers from the container.
OpenerResolver.php file core/modules/media_library/src/OpenerResolver.php
OpenerResolver::get function core/modules/media_library/src/OpenerResolver.php Gets a media library opener service from the container.
OpenerResolverInterface interface core/modules/media_library/src/OpenerResolverInterface.php Defines an interface to get a media library opener from the container.
OpenerResolverInterface.php file core/modules/media_library/src/OpenerResolverInterface.php
OpenerResolverInterface::get function core/modules/media_library/src/OpenerResolverInterface.php Gets a media library opener service from the container.
OpenModalDialogCommand class core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php Defines an AJAX command to open certain content in a dialog in a modal dialog.
OpenModalDialogCommand.php file core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php
OpenModalDialogCommand::__construct function core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php Constructs an OpenModalDialog object.
OpenOffCanvasDialogCommand class core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php Defines an AJAX command to open content in a dialog in a off-canvas dialog.
OpenOffCanvasDialogCommand.php file core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php
OpenOffCanvasDialogCommand::DEFAULT_DIALOG_WIDTH constant core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php The dialog width to use if none is provided.
OpenOffCanvasDialogCommand::render function core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php Implements \Drupal\Core\Ajax\CommandInterface:render().
OpenOffCanvasDialogCommand::__construct function core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php Constructs an OpenOffCanvasDialogCommand object.
OpenOffCanvasDialogCommandTest class core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php @coversDefaultClass \Drupal\Core\Ajax\OpenOffCanvasDialogCommand
@group Ajax
OpenOffCanvasDialogCommandTest.php file core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php
OpenOffCanvasDialogCommandTest::dialogPosition function core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php The data provider for potential dialog positions.
OpenOffCanvasDialogCommandTest::testRender function core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php @covers ::render
PhpStreamWrapperInterface::dir_opendir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php

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