Search for compile
- Search 7.x for compile
- Search 9.5.x for compile
- Search 8.9.x for compile
- Search 11.x for compile
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BackendCompilerPass | class | core/ |
Defines a compiler pass to allow automatic override per backend. |
BackendCompilerPass.php | file | core/ |
|
BackendCompilerPass::process | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
BackendCompilerPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass @group DependencyInjection |
BackendCompilerPassTest.php | file | core/ |
|
BackendCompilerPassTest::$backendPass | property | core/ |
The tested backend compiler pass. |
BackendCompilerPassTest::getDrivertestMysqlContainer | function | core/ |
Creates a container with a DrivertestMysql database mock definition in it. |
BackendCompilerPassTest::getMysqlContainer | function | core/ |
Creates a container with a mysql database service definition in it. |
BackendCompilerPassTest::getSqliteContainer | function | core/ |
Creates a container with a sqlite database service in it. |
BackendCompilerPassTest::setUp | function | core/ |
|
BackendCompilerPassTest::testProcess | function | core/ |
Tests the process method. |
CompiledRoute | class | core/ |
A compiled route contains derived information from a route object. |
CompiledRoute.php | file | core/ |
|
CompiledRoute::$fit | property | core/ |
The fitness of this route. |
CompiledRoute::$numParts | property | core/ |
The number of parts in the path of this route. |
CompiledRoute::$patternOutline | property | core/ |
The pattern outline of this route. |
CompiledRoute::getFit | function | core/ |
Returns the fit of this route. |
CompiledRoute::getNumParts | function | core/ |
Returns the number of parts in this route's path. |
CompiledRoute::getPatternOutline | function | core/ |
Returns the pattern outline of this route. |
CompiledRoute::__construct | function | core/ |
Constructs a new compiled route object. |
CompiledRoute::__serialize | function | core/ |
|
CompiledRoute::__unserialize | function | core/ |
|
Condition::compile | function | core/ |
|
Condition::compile | function | core/ |
|
Condition::compile | function | core/ |
|
Condition::compile | function | core/ |
|
Condition::compiled | function | core/ |
|
ConditionAggregate::compile | function | core/ |
|
ConditionAggregateInterface::compile | function | core/ |
Compiles this conditional clause. |
ConditionInterface::compile | function | core/ |
Compiles this conditional clause. |
ConditionInterface::compile | function | core/ |
Compiles the saved conditions for later retrieval. |
ConditionInterface::compiled | function | core/ |
Check whether a condition has been previously compiled. |
ConditionTest::dataProviderTestCompileWithKnownOperators | function | core/ |
Provides a list of known operations and the expected output. |
ConditionTest::providerTestCompileWithSqlInjectionForOperator | function | core/ |
|
ConditionTest::testCompileWithKnownOperators | function | core/ |
@covers ::compile |
ConditionTest::testCompileWithSqlInjectionForOperator | function | core/ |
@covers ::compile |
CorsCompilerPass | class | core/ |
Provides a compiler pass which disables the CORS middleware in case disabled. |
CorsCompilerPass.php | file | core/ |
|
CorsCompilerPass::process | function | core/ |
|
DrupalKernel::compileContainer | function | core/ |
Compiles a new service container. |
DrupalKernelTest::testCompileDIC | function | core/ |
Tests DIC compilation. |
EnterProfileNode::compile | function | core/ |
|
EnterProfileNode::compile | function | core/ |
|
LeaveProfileNode::compile | function | core/ |
|
LeaveProfileNode::compile | function | core/ |
|
Query::compile | function | core/ |
Compiles the conditions. |
QueryAggregate::compileAggregate | function | core/ |
Builds the aggregation conditions part of the query. |
QueryConditionTrait::compile | function | core/ |
|
QueryConditionTrait::compiled | function | core/ |
|
RegisterEntityResolversCompilerPass | class | core/ |
Adds services tagged 'entity_resolver' to the Serializer. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.