Search for compile

  1. Search 7.x for compile
  2. Search 9.5.x for compile
  3. Search 8.9.x for compile
  4. Search 10.3.x for compile
  5. Other projects
Title Object type File name Summary
BackendCompilerPass class core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php Defines a compiler pass to allow automatic override per backend.
BackendCompilerPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
BackendCompilerPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
BackendCompilerPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass
@group DependencyInjection
BackendCompilerPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
BackendCompilerPassTest::$backendPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php The tested backend compiler pass.
BackendCompilerPassTest::getDrivertestMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a DrivertestMysql database mock definition in it.
BackendCompilerPassTest::getMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a mysql database service definition in it.
BackendCompilerPassTest::getSqliteContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a sqlite database service in it.
BackendCompilerPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
BackendCompilerPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Tests the process method.
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::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::getPatternOutline function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the pattern outline of this route.
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
Condition::compile function core/lib/Drupal/Core/Database/Query/Condition.php Compiles the saved conditions for later retrieval.
Condition::compile function core/lib/Drupal/Core/Entity/Query/Null/Condition.php Compiles this conditional clause.
Condition::compile function core/lib/Drupal/Core/Entity/Query/Sql/Condition.php Compiles this conditional clause.
Condition::compile function core/lib/Drupal/Core/Config/Entity/Query/Condition.php Compiles this conditional clause.
Condition::compiled function core/lib/Drupal/Core/Database/Query/Condition.php Check whether a condition has been previously compiled.
ConditionAggregate::compile function core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php Compiles this conditional clause.
ConditionAggregateInterface::compile function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Compiles this conditional clause.
ConditionInterface::compile function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Compiles this conditional clause.
ConditionInterface::compile function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Compiles the saved conditions for later retrieval.
ConditionInterface::compiled function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Check whether a condition has been previously compiled.
ConditionTest::dataProviderTestCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides a list of known operations and the expected output.
ConditionTest::providerTestCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php
ConditionTest::testCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php @covers ::compile
ConditionTest::testCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php @covers ::compile
CorsCompilerPass class core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php Provides a compiler pass which disables the CORS middleware in case disabled.
CorsCompilerPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php
CorsCompilerPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php
DrupalKernel::compileContainer function core/lib/Drupal/Core/DrupalKernel.php Compiles a new service container.
DrupalKernelTest::testCompileDIC function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests DIC compilation.
EnterProfileNode::compile function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
EnterProfileNode::compile function core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
LeaveProfileNode::compile function core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php
LeaveProfileNode::compile function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php
Query::compile function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Compiles the conditions.
QueryAggregate::compileAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Builds the aggregation conditions part of the query.
QueryConditionTrait::compile function core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php
QueryConditionTrait::compiled function core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php
RegisterEntityResolversCompilerPass class core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Adds services tagged 'entity_resolver' to the Serializer.

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