Search for open

  1. Search 7.x for open
  2. Search 9.5.x for open
  3. Search 8.9.x for open
  4. Search 10.3.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
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/modules/pgsql/src/Driver/Database/pgsql/Connection.php Opens a client connection.
Connection::open function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Opens a client connection.
Connection::open function core/modules/mysql/src/Driver/Database/mysql/Connection.php Opens a client connection.
Connection::open function core/lib/Drupal/Core/Database/Connection.php Opens a client connection.
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.
DriverSpecificConnectionUnitTestBase::testConnectionOpen function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests pdo options override.
DriverSpecificConnectionUnitTestBase::testOpenClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() without query.
DriverSpecificConnectionUnitTestBase::testOpenQueryClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a query.
DriverSpecificConnectionUnitTestBase::testOpenQueryPrefetchClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a query and custom prefetch method.
DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a select query.
Drupal\media_library\OpenerResolverInterface service core/modules/media_library/media_library.services.yml
DummyExternalReadOnlyWrapper::dir_opendir function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Open directory handle.
EntityConverterLatestRevisionTest::testEntityNoPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with no pending revision.
FieldDialogsTest::openFieldDialog function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Uses the 'And/Or Rearrange' link for fields to open a dialog.
FilterCriteriaTest::openFilterDialog function core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php Uses the 'And/Or Rearrange' link for filters to open a dialog.
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 Opens file or URL.
LocalStream::dir_opendir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Open directory handle.
LocalStream::stream_open function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Opens file or URL.
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 Tests 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.
MediaLibraryUiBuilder::$openerResolver property core/modules/media_library/src/MediaLibraryUiBuilder.php The media library opener resolver.

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