Search for block
- Search 7.x for block
- Search 9.5.x for block
- Search 10.3.x for block
- Search 11.x for block
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Block | class | core/ |
The plugin that handles a block. |
| Block | class | core/ |
Defines a Block configuration entity class. |
| Block | class | core/ |
Drupal block source from database. |
| Block | class | core/ |
Defines a Block annotation object. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| BlockXmlAnonTest | class | core/ |
@group rest |
| BlockXmlAnonTest.php | file | core/ |
|
| BlockXmlAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BlockXmlAnonTest::$format | property | core/ |
The format to use in this test. |
| BlockXmlAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| BlockXmlBasicAuthTest | class | core/ |
@group rest |
| BlockXmlBasicAuthTest.php | file | core/ |
|
| BlockXmlBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| BlockXmlBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BlockXmlBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| BlockXmlBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| BlockXmlBasicAuthTest::$modules | property | core/ |
Modules to install. |
| BlockXmlCookieTest | class | core/ |
@group rest |
| BlockXmlCookieTest.php | file | core/ |
|
| BlockXmlCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| BlockXmlCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BlockXmlCookieTest::$format | property | core/ |
The format to use in this test. |
| BlockXmlCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| BlockXssTest | class | core/ |
Tests that the block module properly escapes block descriptions. |
| BlockXssTest.php | file | core/ |
|
| BlockXssTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BlockXssTest::$modules | property | core/ |
Modules to install. |
| BlockXssTest::doBlockContentTest | function | core/ |
Tests XSS coming from Block Content block info. |
| BlockXssTest::doMenuTest | function | core/ |
Tests XSS coming from Menu block labels. |
| BlockXssTest::doViewTest | function | core/ |
Tests XSS coming from View block labels. |
| BlockXssTest::testBlockXss | function | core/ |
Tests various modules that provide blocks for XSS. |
| BlockXssTest::testNoUnexpectedEscaping | function | core/ |
Tests that nothing is escaped other than the blocks explicitly tested. |
| BlockXssTest::testXssInCategory | function | core/ |
Tests XSS in category. |
| BlockXssTest::testXssInTitle | function | core/ |
Tests XSS in title. |
| block_configurable_language_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'. |
| block_content.add.html.twig | file | core/ |
--- label: 'Creating a custom block' related: - block.overview - block.configure - block.place - block_content.type --- {% set content_url = render_var(url('entity.block_content.collection')) %} <h2>{% trans %}Goal{%… |
| block_content.info.yml | file | core/ |
core/modules/block_content/block_content.info.yml |
| block_content.install | file | core/ |
Install, update and uninstall functions for the block_content module. |
| block_content.libraries.yml | file | core/ |
core/modules/block_content/block_content.libraries.yml |
| block_content.links.action.yml | file | core/ |
core/modules/block_content/block_content.links.action.yml |
| block_content.links.contextual.yml | file | core/ |
core/modules/block_content/block_content.links.contextual.yml |
| block_content.links.task.yml | file | core/ |
core/modules/block_content/block_content.links.task.yml |
| block_content.migrate_drupal.yml | file | core/ |
core/modules/block_content/migrations/state/block_content.migrate_drupal.yml |
| block_content.module | file | core/ |
Allows the creation of custom blocks through the user interface. |
| block_content.pages.inc | file | core/ |
Provides page callbacks for custom blocks. |
| block_content.post_update.php | file | core/ |
Post update functions for Custom Block. |
| block_content.routing.yml | file | core/ |
core/modules/block_content/block_content.routing.yml |
| block_content.schema.yml | file | core/ |
core/modules/block_content/config/schema/block_content.schema.yml |
| block_content.services.yml | file | core/ |
core/modules/block_content/block_content.services.yml |
| block_content.type.banner_block.yml | file | core/ |
core/profiles/demo_umami/config/install/block_content.type.banner_block.yml |
| block_content.type.basic.yml | file | core/ |
core/profiles/standard/config/install/block_content.type.basic.yml |
| block_content.type.basic.yml | file | core/ |
core/profiles/demo_umami/config/install/block_content.type.basic.yml |
| block_content.type.disclaimer_block.yml | file | core/ |
core/profiles/demo_umami/config/install/block_content.type.disclaimer_block.yml |
| block_content.type.footer_promo_block.yml | file | core/ |
core/profiles/demo_umami/config/install/block_content.type.footer_promo_block.yml |
| block_content.type.html.twig | file | core/ |
--- label: 'Defining a custom block type' related: - block.overview - block.configure - block.place - block_content.add - field_ui.add_field - field_ui.manage_form - field_ui.manage_display --- {% set types_url =… |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.