Search for extend

  1. Search 7.x for extend
  2. Search 9.5.x for extend
  3. Search 8.9.x for extend
  4. Search 10.3.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
BundleClassTest::testBundleClassShouldExtendEntityClass function core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php Checks exception thrown if a bundle class doesn't extend the entity class.
ComponentTestDoesNotExtendCoreTest class core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php Ensures that no component tests are extending a core test base class.
ComponentTestDoesNotExtendCoreTest.php file core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php
ComponentTestDoesNotExtendCoreTest::getNodeType function core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php
ComponentTestDoesNotExtendCoreTest::processNode function core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php
ComponentTestDoesNotExtendCoreTestTest class core/tests/PHPStan/tests/ComponentTestDoesNotExtendCoreTestTest.php Tests ComponentTestDoesNotExtendCoreTest rule.
ComponentTestDoesNotExtendCoreTestTest.php file core/tests/PHPStan/tests/ComponentTestDoesNotExtendCoreTestTest.php
ComponentTestDoesNotExtendCoreTestTest::getRule function core/tests/PHPStan/tests/ComponentTestDoesNotExtendCoreTestTest.php
ComponentTestDoesNotExtendCoreTestTest::testRule function core/tests/PHPStan/tests/ComponentTestDoesNotExtendCoreTestTest.php
ContentDispositionFilenameParserTest::testParseFilenameExtended function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php @covers ::parseFilename
core.extending.html.twig file core/modules/help/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.
DeprecatedExtendsFormElement class core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php Provides render element that extends deprecated FormElement for testing.
DeprecatedExtendsFormElement.php file core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php
DeprecatedExtendsFormElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php Returns the element properties for this element.
DeprecatedExtendsRenderElement class core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php Provides render element that extends deprecated RenderElement for testing.
DeprecatedExtendsRenderElement.php file core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php
DeprecatedExtendsRenderElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php Returns the element properties for this element.
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 Gets a list of defaultable sections and the items they contain.
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/src/Kernel/Plugin/DisplayExtenderTest.php Tests the display extender plugins.
DisplayExtenderTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Defines a display extender test plugin.
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 Gets a list of defaultable sections and the items they contain.
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.

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