Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
PluginBase::getBaseId function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the base_plugin_id of the plugin instance.
PluginBase::getDerivativeId function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the derivative_id of the plugin instance.
PluginBase::getPluginId function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the plugin ID of the plugin instance.
PluginBase::getProvider function core/modules/views/src/Plugin/views/PluginBase.php Returns the plugin provider.
PluginBase::validate function core/modules/views/src/Plugin/views/PluginBase.php Validate that the plugin is correct and can be saved.
PluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/PluginBase.php Validate the options form.
PluginBaseTest::providerTestFilterByDefinedOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Provides data to testFilterByDefinedOptions().
PluginBaseTest::providerTestGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetBaseId().
PluginBaseTest::providerTestGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetDerivativeId().
PluginBaseTest::providerTestGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetPluginId().
PluginBaseTest::providerTestSetOptionDefault function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testSetOptionDefault().
PluginBaseTest::providerTestUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testUnpackOptions().
PluginBaseTest::testGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetBaseId
@coves ::getBaseId
PluginBaseTest::testGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetDerivativeId
@covers ::getDerivativeId[[api-linebreak]]
PluginBaseTest::testGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetPluginId
@covers ::getPluginId[[api-linebreak]]
PluginDefinition::$id property core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php The plugin ID.
PluginDefinition::$provider property core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php The plugin provider.
PluginDefinition::getProvider function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Gets the plugin provider.
PluginDefinition::id function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Gets the unique identifier of the plugin.
PluginDefinitionInterface::getProvider function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the plugin provider.
PluginDefinitionInterface::id function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the unique identifier of the plugin.
PluginDependencyTraitTest::providerTestPluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php Provides test data for plugin dependencies.
PluginExample::$id property core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php The plugin ID.
PluginExistsConstraint::$invalidInterfaceMessage property core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php The error message if a plugin does not implement the expected interface.
PluginExistsConstraintValidator class core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php Validates the PluginExists constraint.
PluginExistsConstraintValidator.php file core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php
PluginExistsConstraintValidator::validate function core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php
PluginExistsConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php @group Plugin
@group Validation
PluginExistsConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php
PluginExistsConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Modules to install.
PluginExistsConstraintValidatorTest::testFallbackPluginIds function core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Tests that fallback plugin IDs can be considered valid or invalid.
PluginExistsConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Tests validation of plugin existence.
PluginFormBase::validateConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormBase.php Form validation handler.
PluginFormFactoryTest::testCreateInstanceInvalidException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormInterface::validateConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormInterface.php Form validation handler.
PluginID class core/lib/Drupal/Component/Annotation/PluginID.php Defines a Plugin annotation object that just contains an ID.
PluginID class core/lib/Drupal/Component/Plugin/Attribute/PluginID.php Defines a Plugin attribute object that just contains an ID.
PluginID.php file core/lib/Drupal/Component/Plugin/Attribute/PluginID.php
PluginID.php file core/lib/Drupal/Component/Annotation/PluginID.php
PluginID::$value property core/lib/Drupal/Component/Annotation/PluginID.php The plugin ID.
PluginID::get function core/lib/Drupal/Component/Annotation/PluginID.php Gets the value of an annotation.
PluginID::get function core/lib/Drupal/Component/Plugin/Attribute/PluginID.php Gets the value of an attribute.
PluginID::getId function core/lib/Drupal/Component/Annotation/PluginID.php Gets the unique ID for this annotated class.
PluginIdTest class core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php Tests Drupal\Component\Annotation\PluginID.
PluginIdTest class core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php Tests Drupal\Component\Plugin\Attribute\PluginID.
PluginIdTest.php file core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php
PluginIdTest.php file core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php
PluginIdTest::testGet function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php @legacy-covers ::get
PluginIdTest::testGet function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php @legacy-covers ::get
PluginIdTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php @legacy-covers ::getId

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.