Search for extend

  1. Search 7.x for extend
  2. Search 9.5.x for extend
  3. Search 10.3.x for extend
  4. Search 11.x for extend
  5. Other projects
Title Object type File name Summary
ActiveTheme::$librariesExtend property core/lib/Drupal/Core/Theme/ActiveTheme.php The list of libraries-extend definitions.
ActiveTheme::getLibrariesExtend function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the libraries extended by the active theme.
AnnotationExtendsAnnotationTargetAll class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
core.extending.html.twig file core/modules/help_topics/help_topics/core.extending.html.twig ---
label: 'Extending and modifying your site functionality'
top_level: true
---
<h2>{% trans %}What is a module?{% endtrans %}</h2>
<p>{% trans %}A <em>module</em> is a set of PHP, JavaScript, and/or CSS files…
DefaultDisplayExtender class core/modules/views/src/Plugin/views/display_extender/DefaultDisplayExtender.php Default display extender plugin; does nothing.
DefaultDisplayExtender.php file core/modules/views/src/Plugin/views/display_extender/DefaultDisplayExtender.php
DefaultPluginManagerTest::testDefaultPluginManagerWithPluginExtendingNonInstalledClass function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a plugin that extends a non-installed class.
DisplayExtenderPluginBase class core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Base class for Views display extender plugins.
DisplayExtenderPluginBase.php file core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php
DisplayExtenderPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Provide a form to edit options for this plugin.
DisplayExtenderPluginBase::defaultableSections function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Static member function to list which sections are defaultable
and what items each section contains.
DisplayExtenderPluginBase::defineOptionsAlter function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Provide a form to edit options for this plugin.
DisplayExtenderPluginBase::optionsSummary function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Provide the default summary for options in the views UI.
DisplayExtenderPluginBase::preExecute function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Set up any variables on the view prior to execution.
DisplayExtenderPluginBase::query function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Inject anything into the query that the display_extender handler needs.
DisplayExtenderPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Handle any special handling on the validate form.
DisplayExtenderPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Validate the options form.
DisplayExtenderTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Defines a display extender test plugin.
DisplayExtenderTest class core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php Tests the display extender plugins.
DisplayExtenderTest.php file core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php
DisplayExtenderTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php
DisplayExtenderTest2 class core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest2.php Defines another display extender test plugin.
DisplayExtenderTest2.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest2.php
DisplayExtenderTest3 class core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest3.php Defines the third display extender test plugin.
DisplayExtenderTest3.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest3.php
DisplayExtenderTest3::validate function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest3.php Validate that the plugin is correct and can be saved.
DisplayExtenderTest::$testState property core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Stores some state booleans to be sure a certain method got called.
DisplayExtenderTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php Views used by this test.
DisplayExtenderTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Provide a form to edit options for this plugin.
DisplayExtenderTest::defaultableSections function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Static member function to list which sections are defaultable
and what items each section contains.
DisplayExtenderTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Information about options for all kinds of purposes will be held here.
DisplayExtenderTest::optionsSummary function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Provide the default summary for options in the views UI.
DisplayExtenderTest::preExecute function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Set up any variables on the view prior to execution.
DisplayExtenderTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Inject anything into the query that the display_extender handler needs.
DisplayExtenderTest::submitOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Handle any special handling on the validate form.
DisplayExtenderTest::testDisplayExtenders function core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php Test display extenders.
DisplayExtenderTest::testDisplayExtendersValidate function core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php Test display extenders validation.
DisplayExtenderUITest class core/modules/views_ui/tests/src/Functional/DisplayExtenderUITest.php Tests the display extender UI.
DisplayExtenderUITest.php file core/modules/views_ui/tests/src/Functional/DisplayExtenderUITest.php
DisplayExtenderUITest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayExtenderUITest.php The theme to install as the default for testing.
DisplayExtenderUITest::$testViews property core/modules/views_ui/tests/src/Functional/DisplayExtenderUITest.php Views used by this test.
DisplayExtenderUITest::testDisplayExtenderUI function core/modules/views_ui/tests/src/Functional/DisplayExtenderUITest.php Tests the display extender UI.
DisplayPluginBase::$extenders property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Stores all available display extenders.
DisplayPluginBase::getExtenders function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets the display extenders.
DisplayPluginInterface::getExtenders function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets the display extenders.
ExtendableInterface interface core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Interface for extendable query objects.
ExtendableInterface.php file core/lib/Drupal/Core/Database/Query/ExtendableInterface.php
ExtendableInterface::extend function core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Enhance this object by wrapping it in an extender object.
Extending and altering Drupal group core/core.api.php Overview of extensions and alteration methods for Drupal.
ExtendingNonInstalledClass class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php Plugin annotation

@Plugin(
id = "extending_non_installed_class",
label = "A plugin whose class is extending from a non-installed module class",
color = "pink",
)

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