Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ReadOnlyStream::rmdir function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for rmdir().
ReadOnlyStream::setUri function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Sets the absolute stream resource URI.
ReadOnlyStream::stream_flush function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for fflush().
ReadOnlyStream::stream_lock function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for flock().
ReadOnlyStream::stream_metadata function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Does not change meta data as this is a read-only stream wrapper.
ReadOnlyStream::stream_open function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for fopen(), file_get_contents(), etc.
ReadOnlyStream::stream_truncate function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Truncate stream.
ReadOnlyStream::stream_write function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for fwrite(), file_put_contents() etc.
ReadOnlyStream::unlink function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for unlink().
ReadOnlyStreamWrapperTest class core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php Tests the read-only stream wrapper write functions.
ReadOnlyStreamWrapperTest.php file core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php
ReadOnlyStreamWrapperTest::$classname property core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php A fully-qualified stream wrapper class name to register for the test.
ReadOnlyStreamWrapperTest::$scheme property core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php A stream wrapper scheme to register for the test.
ReadOnlyStreamWrapperTest::testReadOnlyBehavior function core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php Test read-only specific behavior.
Rearrange::submitForm function core/modules/views_ui/src/Form/Ajax/Rearrange.php Form submission handler.
Rearrange::__construct function core/modules/views_ui/src/Form/Ajax/Rearrange.php Constructs a new Rearrange object.
RearrangeFieldsTest class core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php Tests the reordering of fields via AJAX.
RearrangeFieldsTest.php file core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php
RearrangeFieldsTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php The theme to install as the default for testing.
RearrangeFieldsTest::$testViews property core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php Views used by this test.
RearrangeFieldsTest::assertFieldOrder function core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php Check if the fields are in the correct order.
RearrangeFieldsTest::getViewFields function core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php Gets the fields from the View.
RearrangeFieldsTest::testRearrangeFields function core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php Tests field sorting.
RearrangeFilter::arrayKeyPlus function core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php Adds one to each key of an array.
RearrangeFilter::submitForm function core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php Form submission handler.
RearrangeFilter::__construct function core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php Constructs a new RearrangeFilter object.
RearrangeFilterTest class core/modules/views_ui/tests/src/Unit/Form/Ajax/RearrangeFilterTest.php Unit tests for Views UI module functions.
RearrangeFilterTest.php file core/modules/views_ui/tests/src/Unit/Form/Ajax/RearrangeFilterTest.php
RearrangeFilterTest::testStaticMethods function core/modules/views_ui/tests/src/Unit/Form/Ajax/RearrangeFilterTest.php Tests static methods.
RebuildPermissionsForm class core/modules/node/src/Form/RebuildPermissionsForm.php Form for rebuilding permissions.
RebuildPermissionsForm.php file core/modules/node/src/Form/RebuildPermissionsForm.php
RebuildPermissionsForm::getCancelUrl function core/modules/node/src/Form/RebuildPermissionsForm.php Returns the route to go to if the user cancels the action.
RebuildPermissionsForm::getConfirmText function core/modules/node/src/Form/RebuildPermissionsForm.php Returns a caption for the button that confirms the action.
RebuildPermissionsForm::getDescription function core/modules/node/src/Form/RebuildPermissionsForm.php Returns additional text to display as a description.
RebuildPermissionsForm::getFormId function core/modules/node/src/Form/RebuildPermissionsForm.php Returns a unique string identifying the form.
RebuildPermissionsForm::getQuestion function core/modules/node/src/Form/RebuildPermissionsForm.php Returns the question to ask the user.
RebuildPermissionsForm::submitForm function core/modules/node/src/Form/RebuildPermissionsForm.php Form submission handler.
RebuildScriptTest class core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php Tests the rebuild script access and functionality.
RebuildScriptTest.php file core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php
RebuildScriptTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php The theme to install as the default for testing.
RebuildScriptTest::testRebuild function core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php Test redirect in rebuild.php.
RebuildTest class core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php Tests functionality of \Drupal\Core\Form\FormBuilderInterface::rebuildForm().
RebuildTest class core/modules/system/tests/src/Functional/Form/RebuildTest.php Tests functionality of \Drupal\Core\Form\FormBuilderInterface::rebuildForm().
RebuildTest.php file core/modules/system/tests/src/Functional/Form/RebuildTest.php
RebuildTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
RebuildTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php The theme to install as the default for testing.
RebuildTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/RebuildTest.php The theme to install as the default for testing.
RebuildTest::$modules property core/modules/system/tests/src/Functional/Form/RebuildTest.php Modules to enable.
RebuildTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php Modules to enable.
RebuildTest::$webUser property core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php A user for testing.

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