You are here

18 string references to 'pdb_vue.settings' in Decoupled Blocks: Vue.js 8

Example1Test::testExample1BlockAppears in tests/src/Functional/Example1Test.php
Test that the Vue Example 1 block displays.
Example1Test::testExample1V3BlockAppears in tests/src/Functional/Example1Test.php
Test that the Vue3 Example 1 block displays.
pdb_vue_library_info_alter in ./pdb_vue.module
Implements hook_library_info_alter().
pdb_vue_update_8101 in ./pdb_vue.install
Add in a version config defaulted to vue2 for existing sites.
SpaComponentTest::testMultipleComponentsInSpaMode in tests/src/Functional/SpaComponentTest.php
SpaComponentTest::testMultipleV3ComponentsInSpaMode in tests/src/Functional/SpaComponentTest.php
Test multiple Vue3 SPA components added.
TemplateTest::testExample2BlockUsesTemplate in tests/src/Functional/TemplateTest.php
Test that the Vue Example 2 block displays using a template.
VueBlock::attachLibraries in src/Plugin/Block/VueBlock.php
Attaches any libraries required by the component.
VueBlock::attachSettings in src/Plugin/Block/VueBlock.php
Attaches JavaScript settings required by the component.
VueBlock::build in src/Plugin/Block/VueBlock.php
Builds and returns the renderable array for this block plugin.
VueBlockDeriver::getDerivativeDefinitions in src/Plugin/Derivative/VueBlockDeriver.php
Gets the definition of all derivatives of a base plugin.
VueForm::buildForm in src/Form/VueForm.php
Form constructor.
VueForm::getEditableConfigNames in src/Form/VueForm.php
Gets the configuration names that will be editable.
VueForm::submitForm in src/Form/VueForm.php
Form submission handler.
VueRenderTest::testExample1Renders in tests/src/FunctionalJavascript/VueRenderTest.php
Test that a Vue instance renders.
VueRenderTest::testExample1V3Renders in tests/src/FunctionalJavascript/VueRenderTest.php
Test that a Vue instance renders.
VueRenderTest::testSpaComponentsRenders in tests/src/FunctionalJavascript/VueRenderTest.php
Test that Vue SPA Components render.
VueRenderTest::testSpaV3ComponentsRenders in tests/src/FunctionalJavascript/VueRenderTest.php
Test that Vue 3 SPA Components render.