Search for description
- Search 8.x-1.x for description
- Search 7.x-1.x for description
- Search 6.x-1.x for description
- Search 4.0.x for description
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
description.html.twig | file | modules/ |
{# Description text for the Node type Example. #} {% set content_type_path = path('entity.node_type.collection') %} {% set add_types = path ('node.type_add') %} {% trans %} <p>Config Node Type Example is a basic… |
description.html.twig | file | modules/ |
{# Description text for the Config Entity Example. #} {% trans %} <p>The Config Entity Example module defines a Robot entity type. This is a list of the Robot entities currently in your Drupal site.</p><p>By default, when you… |
description.html.twig | file | modules/ |
{# Description text for the Tour Example. Note that we have defined some 'buttons.' These page elements are targets for the tour we're demonstrating. The id of the target elements are used in the tour definition file as targets for… |
description.html.twig | file | modules/ |
{# Description text for the PHPUnit Example. #} {% trans %} <h2>PHPUnit for Drupal: A very basic how-to.</h2> <h3>How to use this example module</h3> <p>You really should be reading the various docblocks in the test… |
description.html.twig | file | modules/ |
{# Description text for the PHPUnit Example. #} {% set sum_in_hands = path('testing_example.sum_in_hands') %} {% trans %} <h2>Testing Frameworks in Drupal</h2> <p>This module <a href={{ sum_in_hands }}>provides a… |
description.html.twig | file | modules/ |
{# Description text for the Render API Example. #} {% set arrays_url = path('render_example.arrays') %} {% set alter_url = path('render_example.altering') %} {% trans %} <h2>What are render arrays?</h2> <p> … |
description.html.twig | file | modules/ |
{# Description text for the Rest Example. #} {% set rest_client_settings = path('rest_example.client_settings') %} {% set rest_client_actions = path('rest_example.client_actions_index') %} {% trans %} <p>This module will… |
description.html.twig | file | modules/ |
Contains the text of the tabledrag_example explanation page |
description.html.twig | file | modules/ |
Contains the text of the field_permission_example explanation/description page |
description.html.twig | file | modules/ |
{# Description text for the Block Example. #} {% set block_admin_page = url('block.admin_display')['#markup'] %} {% trans %} <p>The Block Example provides three sample blocks which demonstrate the various block APIs.… |
description.html.twig | file | modules/ |
Contains the text of the pager_example explanation page |
description.html.twig | file | modules/ |
Contains the text of the page_example explanation page |
description.html.twig | file | modules/ |
{# Description text for the JavaScript Example. #} {% set js_weights = path('js_example.weights') %} {% set js_accordion = path('js_example.accordion') %} {% trans %} <p>Drupal includes jQuery and jQuery… |
description.html.twig | file | modules/ |
{# Description text for the Form API Example. #} {{ attach_library('core/drupal.dialog.ajax') }} {% set simple_form = path('form_api_example.simple_form') %} {% set multistep_form =… |
description.html.twig | file | modules/ |
{# Description text for the Menu Example. #} {% set custom_access = path('examples.menu_example.custom_access') %} {% set permissioned = path('examples.menu_example.permissioned') %} {% set route_only =… |
description.html.twig | file | modules/ |
Contains the description text of an Example explanation/description page |
description.html.twig | file | modules/ |
{# Description text for the Ajax Example. #} {% set simple_ajax_example = path('ajax_example.simplest') %} {% set ajax_generate_textfields = path('ajax_example.autotextfields') %} {% set ajax_submit =… |
description.html.twig | file | modules/ |
{# Description text for the Hooks Example. #} {% set help_hooks_example = path('help.page', {'name': 'hooks_example'}) %} {% set node_add_page = path('node.add_page') %} {% set user_login =… |
description.html.twig | file | modules/ |
{# Description text for the Field Example. #} {% set edit_content_types = path('entity.node_type.collection') %} {% trans %} <p>The Field Example provides a field composed of an HTML RGB value,… |
description.html.twig | file | tests/ |
{* Description template test example. This is a test template that demonstrates how an Examples module can implement its description controller by using a Twig template. *} <!- Template loaded! --> {% trans %} <h2>Sample… |
DescriptionTemplateTrait | trait | src/ |
Trait to implement a "drop-in" template for Example's controllers. |
DescriptionTemplateTrait.php | file | src/ |
|
DescriptionTemplateTrait::description | function | src/ |
Generate a render array with our templated content. |
DescriptionTemplateTrait::getDescriptionTemplatePath | function | src/ |
Get full path to the template. |
DescriptionTemplateTrait::getDescriptionVariables | function | src/ |
Variables to act as context to the twig template file. |
DescriptionTemplateTrait::getModuleName | function | src/ |
Name of our module. |
DescriptionTraitTest | class | tests/ |
Test of the Description Trait. |
DescriptionTraitTest.php | file | tests/ |
|
DescriptionTraitTest::$modules | property | tests/ |
Modules to enable. |
DescriptionTraitTest::testTemplateFile | function | tests/ |
Make sure that the trait finds the template file and renders it. |
DisplayInfoInterface::getDisplayDescription | function | modules/ |
Get displayable description. |
ExampleMeatballSandwich::description | function | modules/ |
Provide a description of the sandwich. |
examples_description_test.info.yml | file | tests/ |
tests/modules/examples_description_test/examples_description_test.info.yml |
examples_description_test.routing.yml | file | tests/ |
tests/modules/examples_description_test/examples_description_test.routing.yml |
field-permission-description.css | file | modules/ |
/** * Field Permssions Example CSS */ |
FieldPermissionExampleController::description | function | modules/ |
A simple controller method to explain what this example is about. |
PluginTypeExampleController::description | function | modules/ |
Displays a page with an overview of our plugin type and plugins. |
SampleExampleController::getDescriptionVariables | function | tests/ |
We override this so we can see some substitutions. |
Sandwich::$description | property | modules/ |
A brief, human readable, description of the sandwich type. |
SandwichBase::description | function | modules/ |
Provide a description of the sandwich. |
SandwichInterface::description | function | modules/ |
Provide a description of the sandwich. |
SessionStreamWrapper::getDescription | function | modules/ |
Returns the description of the stream wrapper for use in the UI. |
simpletest.description.html.twig | file | modules/ |
{# Description text for the Simpletest Example. #} {% trans %} <p>Please note that the use of SimpleTest is deprecated. This example module will be removed in Drupal 9, and new tests should not be written using SimpleTest. In addition, all… |
StreamWrapperExampleController::description | function | modules/ |
Description page for the example. |
TableDragExampleResetForm::getDescription | function | modules/ |
Returns additional text to display as a description. |
TableSortExampleController::description | function | modules/ |
A simple controller method to explain what the tablesort example is about. |
TestingExampleController::simpletestDescription | function | modules/ |
Generate a render array for the Simpletest description. |