BlockPluginCollection |
class |
src/Plugin/BlockPluginCollection.php |
Provides a collection of block plugins. |
BlockPluginCollection.php |
file |
src/Plugin/BlockPluginCollection.php |
|
BlockPluginCollection::get |
function |
src/Plugin/BlockPluginCollection.php |
|
BlockPluginCollection::getAllByRegion |
function |
src/Plugin/BlockPluginCollection.php |
Returns all blocks keyed by their region. |
BlockPluginCollectionTest |
class |
tests/src/Unit/BlockPluginCollectionTest.php |
Tests the block plugin collection. |
BlockPluginCollectionTest.php |
file |
tests/src/Unit/BlockPluginCollectionTest.php |
|
BlockPluginCollectionTest::testGetAllByRegion |
function |
tests/src/Unit/BlockPluginCollectionTest.php |
Tests the getAllByRegion() method. |
BlockVariantTrait::$blockPluginCollection |
property |
src/Plugin/BlockVariantTrait.php |
The plugin collection that holds the block plugins. |
ctools_block_plugin_filter_block_alter |
function |
modules/ctools_block/ctools_block.module |
Remove ctools block from appearing on viewable block types. |
ctools_views_views_plugins_display_alter |
function |
modules/ctools_views/ctools_views.module |
Implements hook_views_plugins_display_alter(). |
plugin.manager.ctools.relationship |
service |
./ctools.services.yml |
Drupal\ctools\Plugin\RelationshipManager |
PluginWizardInterface |
interface |
src/Plugin/PluginWizardInterface.php |
Provides an interface for configuring a plugin via wizard steps. |
PluginWizardInterface.php |
file |
src/Plugin/PluginWizardInterface.php |
|
PluginWizardInterface::getWizardOperations |
function |
src/Plugin/PluginWizardInterface.php |
Retrieve a list of FormInterface classes by their step key in the wizard. |
RelationshipManagerTest::testRelationshipPluginAvailability |
function |
tests/src/Kernel/RelationshipManagerTest.php |
@covers ::getDefinitionsForContexts |
TestBlockVariantTrait::setBlockPluginCollection |
function |
tests/src/Unit/BlockVariantTraitTest.php |
|
TypedDataEntityRelationshipPluginTest |
class |
tests/src/Kernel/TypedDataEntityRelationshipPluginTest.php |
@coversDefaultClass \Drupal\ctools\Plugin\Relationship\TypedDataEntityRelationship
@group CTools |
TypedDataEntityRelationshipPluginTest.php |
file |
tests/src/Kernel/TypedDataEntityRelationshipPluginTest.php |
|
TypedDataEntityRelationshipPluginTest::testRelationship |
function |
tests/src/Kernel/TypedDataEntityRelationshipPluginTest.php |
@covers ::getRelationship |
TypedDataEntityRelationshipPluginTest::testRelationshipName |
function |
tests/src/Kernel/TypedDataEntityRelationshipPluginTest.php |
@covers ::getName |
TypedDataLanguageRelationshipPluginTest |
class |
tests/src/Kernel/TypedDataLanguageRelationshipPluginTest.php |
@coversDefaultClass \Drupal\ctools\Plugin\Relationship\TypedDataEntityRelationship
@group CTools |
TypedDataLanguageRelationshipPluginTest.php |
file |
tests/src/Kernel/TypedDataLanguageRelationshipPluginTest.php |
|
TypedDataLanguageRelationshipPluginTest::testRelationship |
function |
tests/src/Kernel/TypedDataLanguageRelationshipPluginTest.php |
@covers ::getRelationship |
TypedDataLanguageRelationshipPluginTest::testRelationshipName |
function |
tests/src/Kernel/TypedDataLanguageRelationshipPluginTest.php |
@covers ::getName |
TypedDataRelationshipPluginTest |
class |
tests/src/Kernel/TypedDataRelationshipPluginTest.php |
@coversDefaultClass \Drupal\ctools\Plugin\Relationship\TypedDataRelationship
@group CTools |
TypedDataRelationshipPluginTest.php |
file |
tests/src/Kernel/TypedDataRelationshipPluginTest.php |
|
TypedDataRelationshipPluginTest::testRelationship |
function |
tests/src/Kernel/TypedDataRelationshipPluginTest.php |
@covers ::getRelationship |
TypedDataRelationshipPluginTest::testRelationshipName |
function |
tests/src/Kernel/TypedDataRelationshipPluginTest.php |
@covers ::getName |
VariantPluginCollection |
class |
src/Plugin/VariantPluginCollection.php |
Provides a collection of variants plugins. |
VariantPluginCollection.php |
file |
src/Plugin/VariantPluginCollection.php |
|
VariantPluginCollection::get |
function |
src/Plugin/VariantPluginCollection.php |
|
VariantPluginCollection::sort |
function |
src/Plugin/VariantPluginCollection.php |
Sorts all plugin instances in this collection. |
VariantPluginCollection::sortHelper |
function |
src/Plugin/VariantPluginCollection.php |
Provides uasort() callback to sort plugins. |