Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
OpenDialogCommand::$selector property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The selector of the dialog.
OpenDialogCommand::$settings property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Custom settings that will be passed to the Drupal behaviors on the content
of the dialog.
OpenDialogCommand::$title property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The title of the dialog.
OpenDialogCommand::getDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Returns the dialog options.
OpenDialogCommand::render function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Implements \Drupal\Core\Ajax\CommandInterface:render().
OpenDialogCommand::setDialogOption function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets a single dialog option value.
OpenDialogCommand::setDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets the dialog options array.
OpenDialogCommand::setDialogTitle function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets the dialog title (an alias of setDialogOptions).
OpenDialogCommand::__construct function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Constructs an OpenDialogCommand object.
OpenOffCanvasDialogCommand::render function core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php Implements \Drupal\Core\Ajax\CommandInterface:render().
OpenOffCanvasDialogCommandTest::testRender function core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php @covers ::render[[api-linebreak]]
OperationData::APPEND constant composer/Plugin/Scaffold/Operations/OperationData.php
OperationData::append function composer/Plugin/Scaffold/Operations/OperationData.php Gets append path.
OperationData::forceAppend function composer/Plugin/Scaffold/Operations/OperationData.php Determines whether 'force-append' has been set.
OperationData::FORCE_APPEND constant composer/Plugin/Scaffold/Operations/OperationData.php
OperationData::hasAppend function composer/Plugin/Scaffold/Operations/OperationData.php Checks if append path exists.
OperationData::hasPrepend function composer/Plugin/Scaffold/Operations/OperationData.php Checks if prepend path exists.
OperationData::PREPEND constant composer/Plugin/Scaffold/Operations/OperationData.php
OperationData::prepend function composer/Plugin/Scaffold/Operations/OperationData.php Gets prepend path.
OperationFactory::createAppendOp function composer/Plugin/Scaffold/Operations/OperationFactory.php Creates an 'append' (or 'prepend') scaffold op.
Opml::render function core/modules/views/src/Plugin/views/style/Opml.php Render the display in this style.
OpmlFields::render function core/modules/views/src/Plugin/views/row/OpmlFields.php Render a row object. This usually passes through to a theme template
of some form, but not always.
OutputStrategyInterface::renderFromHtml function core/lib/Drupal/Component/Render/OutputStrategyInterface.php Transforms a given HTML string into to a context-appropriate output string.
OverlapWithTopLevelDependenciesTest class core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php Tests DrupalCoreRecommendedBuilder.
OverlapWithTopLevelDependenciesTest.php file core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php
OverlapWithTopLevelDependenciesTest::templateProjectPathProvider function core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php Provides data for testOverlapWithTemplateProject().
OverlapWithTopLevelDependenciesTest::testOverlapWithTemplateProject function core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php Tests top level and core-recommended dependencies do not overlap.
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays function core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php Tests that the wizard correctly sets up default and overridden displays.
OverviewTerms::$renderer property core/modules/taxonomy/src/Form/OverviewTerms.php The renderer service.
Page::$pageRenderArray property core/modules/views/src/Plugin/views/display/Page.php The current page render array.
Page::buildBasicRenderable function core/modules/views/src/Plugin/views/display/Page.php Builds a basic render array which can be properly render cached.
Page::calculateDependencies function core/modules/views/src/Plugin/views/display/Page.php Calculates dependencies for the configured plugin.
Page::getPageRenderArray function core/modules/views/src/Plugin/views/display/Page.php Gets the current views page render array.
Page::setPageRenderArray function core/modules/views/src/Plugin/views/display/Page.php Sets the current page views render array.
PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Test that the page cache doesn't depend on cacheability headers.
Pager::preRenderPager function core/lib/Drupal/Core/Render/Element/Pager.php #pre_render callback to associate the appropriate cache context.
PageRenderTest class core/modules/system/tests/src/Kernel/Common/PageRenderTest.php Test page rendering hooks.
PageRenderTest.php file core/modules/system/tests/src/Kernel/Common/PageRenderTest.php
PageRenderTest::assertPageRenderHookExceptions function core/modules/system/tests/src/Kernel/Common/PageRenderTest.php Asserts whether expected exceptions are thrown for invalid hook implementations.
PageRenderTest::testHookPageAlter function core/modules/system/tests/src/Kernel/Common/PageRenderTest.php Tests hook_page_attachments_alter() exceptions.
PageRenderTest::testHookPageAttachmentsExceptions function core/modules/system/tests/src/Kernel/Common/PageRenderTest.php Tests hook_page_attachments() exceptions.
PagerPluginBase::preRender function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Perform any needed actions just before rendering.
PagerPluginBase::render function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Return the renderable array of the pager.
PagerSelectExtender class core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Query extender for pager queries.
PagerSelectExtender.php file core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php
PagerSelectExtender::$customCountQuery property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The count query that will be used for this pager.
PagerSelectExtender::$element property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The unique ID of this pager on this page.
PagerSelectExtender::$limit property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The number of elements per page to allow.
PagerSelectExtender::$maxElement property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The highest element we've autogenerated so far.
PagerSelectExtender::element function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Specify the element ID for this pager query.

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