Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Search main for end
  6. Other projects
Title Object type File name Summary
SectionComponentBuildRenderArrayEvent::$plugin property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The plugin for the section component being built.
SectionComponentBuildRenderArrayEvent::getBuild function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the render array in its current state.
SectionComponentBuildRenderArrayEvent::getComponent function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the section component whose render array is being built.
SectionComponentBuildRenderArrayEvent::getContexts function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the available contexts.
SectionComponentBuildRenderArrayEvent::getPlugin function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the plugin for the section component being built.
SectionComponentBuildRenderArrayEvent::inPreview function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Determine if the component is in preview mode.
SectionComponentBuildRenderArrayEvent::setBuild function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Set the render array.
SectionComponentBuildRenderArrayEvent::__construct function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Creates a new SectionComponentBuildRenderArrayEvent object.
SectionComponentTest::testToRenderArray function core/modules/layout_builder/tests/src/Unit/SectionComponentTest.php Tests to render array.
SectionListInterface::appendSection function core/modules/layout_builder/src/SectionListInterface.php Appends a new section to the end of the list.
SectionListTestBase::testAppendSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests append section.
SectionListTrait::appendSection function core/modules/layout_builder/src/SectionListTrait.php
SectionRenderTest class core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests Drupal\layout_builder\Section.
SectionRenderTest.php file core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php
SectionRenderTest::$account property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The current user.
SectionRenderTest::$blockManager property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The block plugin manager.
SectionRenderTest::$contextHandler property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The plugin context handler.
SectionRenderTest::$contextRepository property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The context manager service.
SectionRenderTest::$eventDispatcher property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The event dispatcher.
SectionRenderTest::setUp function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php
SectionRenderTest::testContextAwareBlock function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests context aware block.
SectionRenderTest::testToRenderArray function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests to render array.
SectionRenderTest::testToRenderArrayAccessDenied function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests to render array access denied.
SectionRenderTest::testToRenderArrayEmpty function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests to render array empty.
SectionRenderTest::testToRenderArrayMissingPluginId function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests to render array missing plugin id.
SectionRenderTest::testToRenderArrayPreview function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests to render array preview.
SectionStorageBase::appendSection function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Appends a new section to the end of the list.
SectionTest::testAppendComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests append component.
SectionTest::testInsertComponentAppend function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests insert component append.
SecurityAdvisoryTest::$invalidJsonEndpoint property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that returns invalid JSON.
SecurityAdvisoryTest::$nonWorkingEndpoint property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A non-working test PSA endpoint.
SecurityAdvisoryTest::$workingEndpointMixed property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that will display both PSA and non-PSA advisories.
SecurityAdvisoryTest::$workingEndpointNonPsaOnly property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that will only display non-PSA advisories.
SecurityAdvisoryTest::$workingEndpointPsaOnly property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that will only display PSA advisories.
Select::extend function core/lib/Drupal/Core/Database/Query/Select.php Enhance this object by wrapping it in an extender object.
Select::preRenderSelect function core/lib/Drupal/Core/Render/Element/Select.php Prepares a select render element.
SelectExtender class core/lib/Drupal/Core/Database/Query/SelectExtender.php The base extender class for Select queries.
SelectExtender.php file core/lib/Drupal/Core/Database/Query/SelectExtender.php
SelectExtender::$connection property core/lib/Drupal/Core/Database/Query/SelectExtender.php The connection object on which to run this query.
SelectExtender::$placeholder property core/lib/Drupal/Core/Database/Query/SelectExtender.php The placeholder counter.
SelectExtender::$query property core/lib/Drupal/Core/Database/Query/SelectExtender.php The Select query object we are extending/decorating.
SelectExtender::$uniqueIdentifier property core/lib/Drupal/Core/Database/Query/SelectExtender.php A unique identifier for this query object.
SelectExtender::addExpression function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds an expression to the list of "fields" to be SELECTed.
SelectExtender::addField function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds a field to the list to be SELECTed.
SelectExtender::addJoin function core/lib/Drupal/Core/Database/Query/SelectExtender.php Join against another table in the database.
SelectExtender::addMetaData function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds additional metadata to the query.
SelectExtender::addTag function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds a tag to a query.
SelectExtender::alwaysFalse function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition that is always false.
SelectExtender::andConditionGroup function core/lib/Drupal/Core/Database/Query/SelectExtender.php Creates a new group of conditions ANDed together.
SelectExtender::arguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php Gets a complete list of all values to insert into the prepared statement.

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