You are here

Files in Component blocks 1.0.x

Primary tabs

File namesort descending Location Namespace Description
ComponentBlock.php src/Plugin/Block/ComponentBlock.php Drupal\component_blocks\Plugin\Block
ComponentBlockBlockDeriver.php src/Plugin/Deriver/ComponentBlockBlockDeriver.php Drupal\component_blocks\Plugin\Deriver
ComponentBlockDiscoveryTest.php tests/src/Kernel/ComponentBlockDiscoveryTest.php Drupal\Tests\component_blocks\Kernel
ComponentBlocksOutputTest.php tests/src/Kernel/ComponentBlocksOutputTest.php Drupal\Tests\component_blocks\Kernel
component_blocks.info.yml component_blocks.info.yml component_blocks.info.yml
component_blocks.module component_blocks.module Contains main module functions.
component_blocks.schema.yml config/schema/component_blocks.schema.yml config/schema/component_blocks.schema.yml
component_blocks_test.info.yml tests/modules/component_blocks_test/component_blocks_test.info.yml tests/modules/component_blocks_test/component_blocks_test.info.yml
component_blocks_test.services.yml tests/modules/component_blocks_test/component_blocks_test.services.yml tests/modules/component_blocks_test/component_blocks_test.services.yml
component_blocks_test.ui_patterns.yml tests/modules/component_blocks_test/component_blocks_test.ui_patterns.yml tests/modules/component_blocks_test/component_blocks_test.ui_patterns.yml
field--component-block.html.twig templates/field--component-block.html.twig {% if title_suffix %} {# Contextual links support #} {{ title_suffix }} {% endif %} {% spaceless %}{% for item in items %} {% block content %} {{- item.content -}} {% endblock %} {% endfor %}{% endspaceless %}
README.txt README.txt INTRODUCTION ------------ This modules extends upon the functionality in the ui_patterns module to provide layout builder blocks which can be used to link up fields/values from entities or tokens to layouts defined in an ui_patterns definition. You…
TestNodeContext.php tests/modules/component_blocks_test/src/TestNodeContext.php Drupal\component_blocks_test
test_component.twig tests/modules/component_blocks_test/components/test_component/test_component.twig <h1>This is a test component</h1> <div class="subtitle">{{ subtitle|default('Yowser') }}</div>

Other projects