Search for compiled

  1. Search 7.x for compiled
  2. Search 8.9.x for compiled
  3. Search 10.3.x for compiled
  4. Search 11.x for compiled
  5. Other projects
Title Object type File name Summary
CompiledRoute class core/lib/Drupal/Core/Routing/CompiledRoute.php A compiled route contains derived information from a route object.
CompiledRoute.php file core/lib/Drupal/Core/Routing/CompiledRoute.php
CompiledRoute::$fit property core/lib/Drupal/Core/Routing/CompiledRoute.php The fitness of this route.
CompiledRoute::$numParts property core/lib/Drupal/Core/Routing/CompiledRoute.php The number of parts in the path of this route.
CompiledRoute::$patternOutline property core/lib/Drupal/Core/Routing/CompiledRoute.php The pattern outline of this route.
CompiledRoute::getDefaults function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the defaults.
CompiledRoute::getFit function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the fit of this route.
CompiledRoute::getNumParts function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the number of parts in this route's path.
CompiledRoute::getOptions function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the options.
CompiledRoute::getPatternOutline function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the pattern outline of this route.
CompiledRoute::getRequirements function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the requirements.
CompiledRoute::__construct function core/lib/Drupal/Core/Routing/CompiledRoute.php Constructs a new compiled route object.
CompiledRoute::__serialize function core/lib/Drupal/Core/Routing/CompiledRoute.php
CompiledRoute::__unserialize function core/lib/Drupal/Core/Routing/CompiledRoute.php
CompiledRouteLegacyTest class core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php @coversDefaultClass \Drupal\Core\Routing\CompiledRoute
@group Routing
@group legacy
CompiledRouteLegacyTest.php file core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php
CompiledRouteLegacyTest::$compiled_route property core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php A compiled route object for testing purposes.
CompiledRouteLegacyTest::$mocked_route property core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php A mocked Route object.
CompiledRouteLegacyTest::setUp function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php
CompiledRouteLegacyTest::testDefaultsDeprecated function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests for deprecated message and no PHP error.
CompiledRouteLegacyTest::testDefaultsDynamicallySet function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests to make sure we get an array when dynamically setting.
CompiledRouteLegacyTest::testOptionsDeprecated function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests for deprecated message and no PHP error.
CompiledRouteLegacyTest::testOptionsDynamicallySet function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests to make sure we get an array when dynamically setting.
CompiledRouteLegacyTest::testRequirementsDeprecated function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php @covers ::getRequirements
CompiledRouteLegacyTest::testRequirementsDynamicallySet function core/tests/Drupal/Tests/Core/Routing/CompiledRouteLegacyTest.php Tests to make sure we get an array when dynamically setting.
Condition::compiled function core/lib/Drupal/Core/Database/Query/Condition.php Check whether a condition has been previously compiled.
ConditionInterface::compiled function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Check whether a condition has been previously compiled.
DrupalKernelTest::testCompileDIC function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests DIC compilation.
QueryConditionTrait::compiled function core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php
Select::compiled function core/lib/Drupal/Core/Database/Query/Select.php Check whether a condition has been previously compiled.
SelectExtender::compiled function core/lib/Drupal/Core/Database/Query/SelectExtender.php Check whether a condition has been previously compiled.

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