| ProcessOutputCallback::$outBuffer |
property |
core/modules/package_manager/src/ProcessOutputCallback.php |
The output buffer. |
| ProcessOutputCallback::clearErrorOutput |
function |
core/modules/package_manager/src/ProcessOutputCallback.php |
|
| ProcessOutputCallback::clearOutput |
function |
core/modules/package_manager/src/ProcessOutputCallback.php |
|
| ProcessOutputCallback::getErrorOutput |
function |
core/modules/package_manager/src/ProcessOutputCallback.php |
Gets the error output. |
| ProcessOutputCallback::getOutput |
function |
core/modules/package_manager/src/ProcessOutputCallback.php |
Gets the output. |
| ProcessOutputCallback::parseJsonOutput |
function |
core/modules/package_manager/src/ProcessOutputCallback.php |
Gets the parsed JSON output. |
| ProcessOutputCallback::reset |
function |
core/modules/package_manager/src/ProcessOutputCallback.php |
Resets buffers. |
| ProcessOutputCallback::__construct |
function |
core/modules/package_manager/src/ProcessOutputCallback.php |
Constructs a ProcessOutputCallback object. |
| ProcessOutputCallback::__invoke |
function |
core/modules/package_manager/src/ProcessOutputCallback.php |
|
| ProcessOutputCallbackTest |
class |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests Process Output Callback. |
| ProcessOutputCallbackTest.php |
file |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
|
| ProcessOutputCallbackTest::testCallback |
function |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests the full lifecycle of a ProcessOutputCallback object. |
| ProcessOutputCallbackTest::testErrorOutputOnly |
function |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests what happens when there is error output only. |
| ProcessOutputCallbackTest::testInvalidJson |
function |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests what happens when the output buffer has invalid JSON. |
| Radios::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/Radios.php |
Determines how user input is mapped to an element's #value property. |
| Range::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/Range.php |
Determines how user input is mapped to an element's #value property. |
| RecursiveExtensionFilterCallback |
class |
core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterCallback.php |
Filters a RecursiveDirectoryIterator to discover extensions. |
| RecursiveExtensionFilterCallback.php |
file |
core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterCallback.php |
|
| RecursiveExtensionFilterCallback::$allowedExtensionTypes |
property |
core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterCallback.php |
List of base extension type directory names to scan. |
| RecursiveExtensionFilterCallback::$skippedFolders |
property |
core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterCallback.php |
List of directory names to skip when recursing. |
| RecursiveExtensionFilterCallback::accept |
function |
core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterCallback.php |
Checks whether a given filesystem directory is acceptable. |
| RecursiveExtensionFilterCallback::__construct |
function |
core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterCallback.php |
Construct a RecursiveExtensionFilterCallback. |
| RecursivePlaceholdersTest::callback |
function |
core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php |
Render API callback: Bubbles another placeholder. |
| RecursivePlaceholdersTest::trustedCallbacks |
function |
core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php |
Lists the trusted callbacks provided by the implementing class. |
| RenderCallbackInterface |
interface |
core/lib/Drupal/Core/Render/Element/RenderCallbackInterface.php |
Indicates all public methods are safe to use in render callbacks. |
| RenderCallbackInterface.php |
file |
core/lib/Drupal/Core/Render/Element/RenderCallbackInterface.php |
|
| RenderCallbacks |
class |
core/modules/navigation/src/RenderCallbacks.php |
Defines a class for render element callbacks. |
| RenderCallbacks |
class |
core/modules/announcements_feed/src/RenderCallbacks.php |
Defines a class for render callbacks. |
| RenderCallbacks.php |
file |
core/modules/navigation/src/RenderCallbacks.php |
|
| RenderCallbacks.php |
file |
core/modules/announcements_feed/src/RenderCallbacks.php |
|
| RenderCallbacks::alterLayoutBuilder |
function |
core/modules/navigation/src/RenderCallbacks.php |
Pre-render callback for layout builder. |
| RenderCallbacks::removeTabAttributes |
function |
core/modules/announcements_feed/src/RenderCallbacks.php |
Render callback. |
| RenderCallbacks::trustedCallbacks |
function |
core/modules/announcements_feed/src/RenderCallbacks.php |
Lists the trusted callbacks provided by the implementing class. |
| Renderer::doCallback |
function |
core/lib/Drupal/Core/Render/Renderer.php |
Performs a callback. |
| RendererCallbackTest |
class |
core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php |
Tests Drupal\Core\Render\Renderer. |
| RendererCallbackTest.php |
file |
core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php |
|
| RendererCallbackTest::providerTestCallback |
function |
core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php |
Data provider for testCallback(). |
| RendererCallbackTest::renderCallback |
function |
core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php |
A test render callback. |
| RendererCallbackTest::setUp |
function |
core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php |
|
| RendererCallbackTest::testCallback |
function |
core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php |
Tests the expected deprecations are triggered by Renderer::doCallback(). |
| RendererCallbackTest::__invoke |
function |
core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php |
Implements magic method as a render callback. |
| RendererPlaceholdersTest::testNonScalarLazyBuilderCallbackContext |
function |
core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php |
Tests non scalar lazy builder callback context. |
| RendererPlaceholdersTest::testScalarLazyBuilderCallbackContext |
function |
core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php |
Tests scalar lazy builder callback context. |
| RendererTest::testRenderWithAccessCallbackCallable |
function |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
Tests render with access callback callable. |
| RendererTest::testRenderWithAccessPropertyAndCallback |
function |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
Ensures that the #access property wins over the callable. |
| RenderPlaceholderMessageTestController::trustedCallbacks |
function |
core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php |
Lists the trusted callbacks provided by the implementing class. |
| RouteProcessorCsrf::trustedCallbacks |
function |
core/lib/Drupal/Core/Access/RouteProcessorCsrf.php |
Lists the trusted callbacks provided by the implementing class. |
| ScanDirectoryTest::testOptionCallback |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Check that the callback function is called correctly. |
| Select::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/Select.php |
Determines how user input is mapped to an element's #value property. |
| ShortcutLazyBuilders::trustedCallbacks |
function |
core/modules/shortcut/src/ShortcutLazyBuilders.php |
Lists the trusted callbacks provided by the implementing class. |