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
AddFormBase::$openerResolver property core/modules/media_library/src/Form/AddFormBase.php The opener resolver.
AjaxCommandsTest::testOpenDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenDialogCommand
AjaxCommandsTest::testOpenModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenModalDialogCommand
CKEditorIntegrationTest::openContextMenu function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Opens the context menu for the currently selected widget.
CKEditorIntegrationTest::openMetadataDialog function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Clicks the `Edit media` button and waits for the metadata dialog.
CKEditorIntegrationTest::openMetadataDialogWithKeyPress function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Focuses on `Edit media` button and presses the given key.
Combine::opEndsWith function core/modules/views/src/Plugin/views/filter/Combine.php
CommentItemInterface::OPEN constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comments for this entity are open.
Connection::open function core/lib/Drupal/Core/Database/Connection.php Opens a PDO connection.
Connection::open function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Opens a PDO connection.
Connection::open function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Opens a PDO connection.
Connection::open function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Opens a PDO connection.
ConnectionUnitTest::testConnectionOpen function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests pdo options override.
ConnectionUnitTest::testOpenClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() without query.
ConnectionUnitTest::testOpenQueryClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() with a query.
ConnectionUnitTest::testOpenQueryPrefetchClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() with a query and custom prefetch method.
ConnectionUnitTest::testOpenSelectQueryClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() with a select query.
Database::openConnection function core/lib/Drupal/Core/Database/Database.php Opens a connection to the server specified by the given key and target.
DialogPositionTest::testDialogOpenAndClose function core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php Tests if the dialog UI works properly with block layout page.
EntityConverterLatestRevisionTest::testEntityNoPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with no pending revision.
FilterCriteriaTest::openFilterDialog function core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php Uses the 'And/Or Rearrange' link for filters to open a dialog.
ImportOpmlTest::openImportForm function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Opens OPML import form.
LayoutBuilderTest::openAddBlockForm function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Opens the add block form in the off-canvas dialog.
LocalReadOnlyStream::stream_open function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for fopen(), file_get_contents(), file_put_contents() etc.
LocalStream::dir_opendir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Support for opendir().
LocalStream::stream_open function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Support for fopen(), file_get_contents(), file_put_contents() etc.
MediaLibraryAccessTest::editorOpenerAccessProvider function core/modules/media_library/tests/src/Kernel/MediaLibraryAccessTest.php Data provider for ::testEditorOpenerAccess.
MediaLibraryAccessTest::testEditorOpenerAccess function core/modules/media_library/tests/src/Kernel/MediaLibraryAccessTest.php @covers \Drupal\media_library\MediaLibraryEditorOpener::checkAccess
MediaLibraryEditorOpener class core/modules/media_library/src/MediaLibraryEditorOpener.php The media library opener for text editors.
MediaLibraryEditorOpener.php file core/modules/media_library/src/MediaLibraryEditorOpener.php
MediaLibraryEditorOpener::$filterStorage property core/modules/media_library/src/MediaLibraryEditorOpener.php The text format entity storage.
MediaLibraryEditorOpener::$mediaStorage property core/modules/media_library/src/MediaLibraryEditorOpener.php The media storage.
MediaLibraryEditorOpener::checkAccess function core/modules/media_library/src/MediaLibraryEditorOpener.php Checks media library access.
MediaLibraryEditorOpener::getSelectionResponse function core/modules/media_library/src/MediaLibraryEditorOpener.php Generates a response after selecting media items in the media library.
MediaLibraryEditorOpener::__construct function core/modules/media_library/src/MediaLibraryEditorOpener.php The MediaLibraryEditorOpener constructor.
MediaLibraryFieldWidgetOpener class core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php The media library opener for field widgets.
MediaLibraryFieldWidgetOpener.php file core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php
MediaLibraryFieldWidgetOpener::$entityTypeManager property core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php The entity type manager.
MediaLibraryFieldWidgetOpener::checkAccess function core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php Checks media library access.
MediaLibraryFieldWidgetOpener::getSelectionResponse function core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php Generates a response after selecting media items in the media library.
MediaLibraryFieldWidgetOpener::__construct function core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php MediaLibraryFieldWidgetOpener constructor.
MediaLibraryOpenerInterface interface core/modules/media_library/src/MediaLibraryOpenerInterface.php Defines an interface for media library openers.
MediaLibraryOpenerInterface.php file core/modules/media_library/src/MediaLibraryOpenerInterface.php
MediaLibraryOpenerInterface::checkAccess function core/modules/media_library/src/MediaLibraryOpenerInterface.php Checks media library access.
MediaLibraryOpenerInterface::getSelectionResponse function core/modules/media_library/src/MediaLibraryOpenerInterface.php Generates a response after selecting media items in the media library.
MediaLibraryState::getOpenerId function core/modules/media_library/src/MediaLibraryState.php Returns the ID of the media library opener service.
MediaLibraryState::getOpenerParameters function core/modules/media_library/src/MediaLibraryState.php Returns all opener-specific parameter values.
MediaLibraryStateTest::testHashUnaffectedByOpenerParamOrder function core/modules/media_library/tests/src/Kernel/MediaLibraryStateTest.php Test that hash is unaffected by opener parameter order.
MediaLibraryStateTest::testOpenerParameters function core/modules/media_library/tests/src/Kernel/MediaLibraryStateTest.php @covers ::getOpenerParameters
MediaLibraryTestBase::openMediaLibraryForField function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Clicks a button that opens a media widget and confirms it is open.

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