function DependencySerializationTestDummy::getServiceIds

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php \Drupal\Tests\Core\DependencyInjection\DependencySerializationTestDummy::getServiceIds()
  2. 8.9.x core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php \Drupal\Tests\Core\DependencyInjection\DependencySerializationTestDummy::getServiceIds()
  3. 10 core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php \Drupal\Tests\Core\DependencyInjection\DependencySerializationTestDummy::getServiceIds()

Gets the stored service IDs.

File

core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php, line 86

Class

DependencySerializationTestDummy
Defines a test class which has a single service as dependency.

Namespace

Drupal\Tests\Core\DependencyInjection

Code

public function getServiceIds() {
    return $this->_serviceIds;
}

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