Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
DrupalMedia::getDependencies function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns a list of plugins this plugin requires.
DrupalMedia::getFile function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalMedia::getLibraries function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns a list of libraries this plugin requires.
DrupalMediaLibrary::getButtons function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the buttons that this plugin provides, along with metadata.
DrupalMediaLibrary::getConfig function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalMediaLibrary::getDependencies function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns a list of plugins this plugin requires.
DrupalMediaLibrary::getFile function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalMediaLibrary::getLibraries function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns a list of libraries this plugin requires.
DrupalMinkClient::getMetaRefreshUrl function core/tests/Drupal/BuildTests/Framework/DrupalMinkClient.php Glean the meta refresh URL from the current page content.
DrupalMinkClientTest::getTestsForMetaRefresh function core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php
DrupalPinnedDevDependenciesBuilder::getPackage function composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalPinnedDevDependenciesBuilder::getPath function composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php Return the path to where the metapackage should be written.
DrupalSelenium2Driver::uploadFileAndGetRemoteFilePath function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php Uploads a file to the Selenium instance and returns the remote path.
DrupalSelenium2DriverTest::testGetRemoteFilePath function core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php Tests uploading remote files.
DrupalSetMessageTest class core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php @covers ::drupal_set_message
@group Common
@group legacy
DrupalSetMessageTest.php file core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php
DrupalSetMessageTest::testDrupalSetMessage function core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php The basic functionality of drupal_set_message().
DrupalSqlBase::getModuleSchemaVersion function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Retrieves a module schema_version from the source Drupal database.
DrupalSqlBase::getSystemData function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Retrieves all system data information from the source Drupal database.
DrupalSqlBase::variableGet function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Reads a variable from a source Drupal database.
DrupalTest::testGetContainerException function core/tests/Drupal/Tests/Core/DrupalTest.php @covers ::getContainer
DrupalTranslator::getLocale function core/lib/Drupal/Core/Validation/DrupalTranslator.php
DrupalTranslator::getOptions function core/lib/Drupal/Core/Validation/DrupalTranslator.php Returns options suitable for use with TranslatableMarkup.
drupal_get_database_types function core/includes/install.inc Returns all supported database driver installer objects.
drupal_get_destination function core/includes/common.inc Prepares a 'destination' URL query parameter.
drupal_get_filename function core/includes/bootstrap.inc Returns and optionally sets the filename for a system resource.
drupal_get_filetransfer_info function core/includes/common.inc Assembles the Drupal FileTransfer registry.
drupal_get_installed_schema_version function core/includes/schema.inc Returns the currently installed schema version for a module.
drupal_get_messages function core/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message().
drupal_get_module_schema function core/includes/schema.inc Returns a module's schema.
drupal_get_path function core/includes/bootstrap.inc Returns the path to a system item (module, theme, etc.).
drupal_get_profile function core/includes/bootstrap.inc Gets the name of the currently active installation profile.
drupal_get_schema_versions function core/includes/schema.inc Returns an array of available schema versions for a module.
drupal_get_updaters function core/includes/common.inc Assembles the Drupal Updater registry.
drupal_get_user_timezone function core/includes/bootstrap.inc Returns the time zone of the current user.
drupal_phpunit_get_extension_namespaces function core/tests/bootstrap.php Registers the namespace for each extension directory with the autoloader.
drupal_schema_get_field_value function core/includes/schema.inc Typecasts values to proper data types.
DummyAjaxWidget class core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php Default widget for Dummy AJAX test.
DummyAjaxWidget.php file core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php
DummyAjaxWidget::dummyAjaxCallback function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php Ajax callback for Dummy AJAX test.
DummyAjaxWidget::formElement function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php Returns the form for a single field widget.
DummyDestination::getIds function core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php Gets the destination IDs.
DummyReadOnlyStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyReadOnlyStreamWrapper::getDirectoryPath function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Gets the path that the wrapper is responsible for.
DummyReadOnlyStreamWrapper::getExternalUrl function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Override getExternalUrl().
DummyReadOnlyStreamWrapper::getInternalUri function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Override getInternalUri().
DummyReadOnlyStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper::getType function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the type of stream wrapper.

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