Search for _block
- Search 7.x for _block
- Search 8.9.x for _block
- Search 10.3.x for _block
- Search 11.x for _block
- Search main for _block
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PreviewAwareBlock.php | file | core/ |
|
| PreviewAwareBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| QuickEditEndPointAccessTest::assertAccessIsBlocked | function | core/ |
Asserts that access to the passed URL is blocked. |
| QuickEditLoadingTest::testContentBlock | function | core/ |
Tests that Quick Edit's data- attributes are present for content blocks. |
| RedirectBlockForm | class | core/ |
Builds a simple form that redirects on submit. |
| RedirectBlockForm.php | file | core/ |
|
| RedirectBlockForm::buildForm | function | core/ |
Form constructor. |
| RedirectBlockForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| RedirectBlockForm::submitForm | function | core/ |
Form submission handler. |
| RedirectFormBlock | class | core/ |
Provides a block containing a simple redirect form. |
| RedirectFormBlock.php | file | core/ |
|
| RedirectFormBlock::$formBuilder | property | core/ |
The form builder. |
| RedirectFormBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| RedirectFormBlock::create | function | core/ |
Creates an instance of the plugin. |
| RedirectFormBlock::getCacheMaxAge | function | core/ |
@todo Make cacheable once https://www.drupal.org/node/2351015 lands. |
| RedirectFormBlock::__construct | function | core/ |
Constructs a new RedirectFormBlock. |
| RemoveBlockForm | class | core/ |
Provides a form to confirm the removal of a block. |
| RemoveBlockForm.php | file | core/ |
|
| RemoveBlockForm::$region | property | core/ |
The current region. |
| RemoveBlockForm::$uuid | property | core/ |
The UUID of the block being removed. |
| RemoveBlockForm::buildForm | function | core/ |
Form constructor. |
| RemoveBlockForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| RemoveBlockForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| RemoveBlockForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| RemoveBlockForm::handleSectionStorage | function | core/ |
Performs any actions on the section storage before saving. |
| RevisionRelationshipsTest::testBlockContentRevisionRelationship | function | core/ |
Create a block_content with revision and rest result count for both views. |
| RouteBuilderTest::testRebuildBlockingLock | function | core/ |
Tests route rebuilding with a blocking lock. |
| SearchBlock | class | core/ |
Provides a 'Search form' block. |
| SearchBlock.php | file | core/ |
|
| SearchBlock::$formBuilder | property | core/ |
The form builder. |
| SearchBlock::$searchPageRepository | property | core/ |
The search page repository. |
| SearchBlock::blockAccess | function | core/ |
Indicates whether the block should be shown. |
| SearchBlock::blockForm | function | core/ |
|
| SearchBlock::blockSubmit | function | core/ |
|
| SearchBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| SearchBlock::create | function | core/ |
Creates an instance of the plugin. |
| SearchBlock::defaultConfiguration | function | core/ |
|
| SearchBlock::__construct | function | core/ |
Constructs a new SearchLocalTask. |
| SearchBlockForm | class | core/ |
Builds the search form for the search block. |
| SearchBlockForm.php | file | core/ |
|
| SearchBlockForm::$configFactory | property | core/ |
The config factory. |
| SearchBlockForm::$renderer | property | core/ |
The renderer. |
| SearchBlockForm::$searchPageRepository | property | core/ |
The search page repository. |
| SearchBlockForm::buildForm | function | core/ |
Form constructor. |
| SearchBlockForm::create | function | core/ |
Instantiates a new instance of this class. |
| SearchBlockForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| SearchBlockForm::submitForm | function | core/ |
Form submission handler. |
| SearchBlockForm::__construct | function | core/ |
Constructs a new SearchBlockForm. |
| SearchBlockTest | class | core/ |
Tests if the search form block is available. |
| SearchBlockTest.php | file | core/ |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.