Search for description

  1. Search 3.x for description
  2. Search 7.x-1.x for description
  3. Other projects
Title Object type File name Summary
description.html.twig file modules/node_type_example/templates/description.html.twig {#

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/config_entity_example/templates/description.html.twig {#

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/tour_example/templates/description.html.twig {#

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/phpunit_example/templates/description.html.twig {#

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/testing_example/templates/description.html.twig {#

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/render_example/templates/description.html.twig {#

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/rest_example/templates/description.html.twig {#

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/tabledrag_example/templates/description.html.twig Contains the text of the tabledrag_example explanation page
description.html.twig file modules/field_permission_example/templates/description.html.twig Contains the text of the field_permission_example explanation/description page
description.html.twig file modules/block_example/templates/description.html.twig {#

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/pager_example/templates/description.html.twig Contains the text of the pager_example explanation page
description.html.twig file modules/page_example/templates/description.html.twig Contains the text of the page_example explanation page
description.html.twig file modules/js_example/templates/description.html.twig {#

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/form_api_example/templates/description.html.twig {#

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/menu_example/templates/description.html.twig {#

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/stream_wrapper_example/templates/description.html.twig Contains the description text of an Example explanation/description page
description.html.twig file modules/ajax_example/templates/description.html.twig {#

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/hooks_example/templates/description.html.twig {#

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/field_example/templates/description.html.twig {#

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/modules/examples_description_test/templates/description.html.twig {*

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/Utility/DescriptionTemplateTrait.php Trait to implement a "drop-in" template for Example's controllers.
DescriptionTemplateTrait.php file src/Utility/DescriptionTemplateTrait.php
DescriptionTemplateTrait::description function src/Utility/DescriptionTemplateTrait.php Generate a render array with our templated content.
DescriptionTemplateTrait::getDescriptionTemplatePath function src/Utility/DescriptionTemplateTrait.php Get full path to the template.
DescriptionTemplateTrait::getDescriptionVariables function src/Utility/DescriptionTemplateTrait.php Variables to act as context to the twig template file.
DescriptionTemplateTrait::getModuleName function src/Utility/DescriptionTemplateTrait.php Name of our module.
DescriptionTraitTest class tests/src/Kernel/DescriptionTraitTest.php Test of the Description Trait.
DescriptionTraitTest.php file tests/src/Kernel/DescriptionTraitTest.php
DescriptionTraitTest::$modules property tests/src/Kernel/DescriptionTraitTest.php Modules to install.
DescriptionTraitTest::testTemplateFile function tests/src/Kernel/DescriptionTraitTest.php Make sure that the trait finds the template file and renders it.
DisplayInfoInterface::getDisplayDescription function modules/phpunit_example/src/DisplayInfoInterface.php Get displayable description.
ExampleMeatballSandwich::description function modules/plugin_type_example/src/Plugin/Sandwich/ExampleMeatballSandwich.php Provide a description of the sandwich.
examples_description_test.info.yml file tests/modules/examples_description_test/examples_description_test.info.yml tests/modules/examples_description_test/examples_description_test.info.yml
examples_description_test.routing.yml file tests/modules/examples_description_test/examples_description_test.routing.yml tests/modules/examples_description_test/examples_description_test.routing.yml
field-permission-description.css file modules/field_permission_example/css/field-permission-description.css /**
* Field Permssions Example CSS
*/
FieldPermissionExampleController::description function modules/field_permission_example/src/Controller/FieldPermissionExampleController.php A simple controller method to explain what this example is about.
PluginTypeExampleController::description function modules/plugin_type_example/src/Controller/PluginTypeExampleController.php Displays a page with an overview of our plugin type and plugins.
SampleExampleController::getDescriptionVariables function tests/modules/examples_description_test/src/Controller/SampleExampleController.php We override this so we can see some substitutions.
Sandwich::$description property modules/plugin_type_example/src/Annotation/Sandwich.php A brief, human readable, description of the sandwich type.
SandwichBase::description function modules/plugin_type_example/src/SandwichBase.php Provide a description of the sandwich.
SandwichInterface::description function modules/plugin_type_example/src/SandwichInterface.php Provide a description of the sandwich.
SessionStreamWrapper::getDescription function modules/stream_wrapper_example/src/StreamWrapper/SessionStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
simpletest.description.html.twig file modules/testing_example/templates/simpletest.description.html.twig {#

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/stream_wrapper_example/src/Controller/StreamWrapperExampleController.php Description page for the example.
TableDragExampleResetForm::getDescription function modules/tabledrag_example/src/Form/TableDragExampleResetForm.php Returns additional text to display as a description.
TableSortExampleController::description function modules/tablesort_example/src/Controller/TableSortExampleController.php A simple controller method to explain what the tablesort example is about.
TestingExampleController::simpletestDescription function modules/testing_example/src/Controller/TestingExampleController.php Generate a render array for the Simpletest description.