Search for end

  1. Search 7.x for end
  2. Search 8.9.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
InvalidLibrariesExtendSpecificationException.php file core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php
InvokeCommand::render function core/lib/Drupal/Core/Ajax/InvokeCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
ItemList::appendItem function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Appends a new item to the list.
JsAjaxTestCommand::render function core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommand.php Return an array to be run through json_encode and sent to the client.
JsCollectionRenderer class core/lib/Drupal/Core/Asset/JsCollectionRenderer.php Renders JavaScript assets.
JsCollectionRenderer.php file core/lib/Drupal/Core/Asset/JsCollectionRenderer.php
JsCollectionRenderer::$fileUrlGenerator property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php The file URL generator.
JsCollectionRenderer::$state property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php The state key/value store.
JsCollectionRenderer::render function core/lib/Drupal/Core/Asset/JsCollectionRenderer.php This class evaluates the aggregation enabled/disabled condition on a group
by group basis by testing whether an aggregate file has been made for the
group rather than by testing the site-wide aggregation setting. This allows
this class to work…
JsCollectionRenderer::__construct function core/lib/Drupal/Core/Asset/JsCollectionRenderer.php Constructs a JsCollectionRenderer.
JsonRenderer class core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php Default main content renderer for JSON requests.
JsonRenderer.php file core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php
JsonRenderer::$renderer property core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php The renderer service.
JsonRenderer::$titleResolver property core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php The title resolver.
JsonRenderer::renderResponse function core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php Renders the main content render array into a response.
JsonRenderer::__construct function core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php Constructs a new JsonRenderer.
JsonTest::testEncodingStartEnd function core/tests/Drupal/Tests/Component/Serialization/JsonTest.php Tests end and start of the encoded string.
KernelMissingDependentModuleMethodTest class core/tests/fixtures/KernelMissingDependentModuleMethodTest.php A fixture test class with requires annotation.
KernelMissingDependentModuleMethodTest.php file core/tests/fixtures/KernelMissingDependentModuleMethodTest.php
KernelMissingDependentModuleMethodTest::publicCheckRequirements function core/tests/fixtures/KernelMissingDependentModuleMethodTest.php Public access for checkRequirements() to avoid reflection.
KernelMissingDependentModuleMethodTest::testRequiresModule function core/tests/fixtures/KernelMissingDependentModuleMethodTest.php This method should be skipped since it requires a module that is not found.
KernelMissingDependentModuleTest class core/tests/fixtures/KernelMissingDependentModuleTest.php A fixture test class with requires annotation.
KernelMissingDependentModuleTest.php file core/tests/fixtures/KernelMissingDependentModuleTest.php
KernelMissingDependentModuleTest::publicCheckRequirements function core/tests/fixtures/KernelMissingDependentModuleTest.php Public access for checkRequirements() to avoid reflection.
KernelMissingDependentModuleTest::testRequiresModule function core/tests/fixtures/KernelMissingDependentModuleTest.php Placeholder test method.
KernelTestBase::render function core/tests/Drupal/KernelTests/KernelTestBase.php Renders a render array.
KernelTestBaseTest::testRender function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::render[[api-linebreak]]
KernelTestBaseTest::testRenderWithTheme function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::render[[api-linebreak]]
LanguageDependencyInjectionTest class core/modules/language/tests/src/Kernel/LanguageDependencyInjectionTest.php Tests that a language object can be injected.
LanguageDependencyInjectionTest.php file core/modules/language/tests/src/Kernel/LanguageDependencyInjectionTest.php
LanguageDependencyInjectionTest::testDependencyInjectedNewDefaultLanguage function core/modules/language/tests/src/Kernel/LanguageDependencyInjectionTest.php Tests dependency injected Language object.
LanguageDependencyInjectionTest::testDependencyInjectedNewLanguage function core/modules/language/tests/src/Kernel/LanguageDependencyInjectionTest.php Tests dependency injected languages against a new Language object.
LanguageField::render function core/modules/views/src/Plugin/views/field/LanguageField.php Renders the field.
LastTimestamp::render function core/modules/comment/src/Plugin/views/field/LastTimestamp.php Renders the field.
LayoutBuilder::preRender function core/modules/layout_builder/src/Element/LayoutBuilder.php Pre-render callback: Renders the Layout Builder UI.
LayoutBuilderEntityViewDisplay::calculateDependencies function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Calculates dependencies and stores them in the dependency property.
LayoutBuilderEntityViewDisplay::onDependencyRemoval function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Informs the entity that entities it depends on will be deleted.
LayoutBuilderEvents::SECTION_COMPONENT_BUILD_RENDER_ARRAY constant core/modules/layout_builder/src/LayoutBuilderEvents.php Name of the event fired when a component's render array is built.
LayoutBuilderIntegration::quickEditRenderField function core/modules/quickedit/src/LayoutBuilderIntegration.php Re-renders a field rendered by Layout Builder, edited with Quick Edit.
LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate function core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Tests that section loading is delegated to plugins during rendering.
LayoutBuilderTest::testPendingRevision function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests loading a pending revision in the Layout Builder UI.
LayoutBuilderTest::testPluginDependencies function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that component's dependencies are respected during removal.
LayoutDefault::calculateDependencies function core/lib/Drupal/Core/Layout/LayoutDefault.php Calculates dependencies for the configured plugin.
LayoutPluginManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Cache backend instance.
LayoutTest::render function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Renders a render array.
LayoutTest::renderLayoutData function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Data provider for testRenderLayout().
LayoutTest::testRenderLayout function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Tests rendering a layout.
LayoutTestDependenciesPlugin class core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php Provides a plugin that contains config dependencies.
LayoutTestDependenciesPlugin.php file core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php
LayoutTestDependenciesPlugin::calculateDependencies function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php Calculates dependencies for the configured plugin.

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