Search for build
- Search 7.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Search 11.x for build
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ProxyBuilder.php | file | core/ |
|
ProxyBuilder::build | function | core/ |
Builds a proxy class string. |
ProxyBuilder::buildConstructorMethod | function | core/ |
Builds the constructor used to inject the actual service ID. |
ProxyBuilder::buildLazyLoadItselfMethod | function | core/ |
Generates the string for the method which loads the actual service. |
ProxyBuilder::buildMethod | function | core/ |
Generates the string representation of a single method: signature, body. |
ProxyBuilder::buildMethodBody | function | core/ |
Builds the body of a wrapped method. |
ProxyBuilder::buildParameter | function | core/ |
Builds a string for a single parameter of a method. |
ProxyBuilder::buildProxyClassName | function | core/ |
Generates the used proxy class name from a given class name. |
ProxyBuilder::buildProxyNamespace | function | core/ |
Generates the used proxy namespace from a given class name. |
ProxyBuilder::buildUseStatements | function | core/ |
Build the required use statements of the proxy class. |
ProxyBuilder::buildUseStatements | function | core/ |
Build the required use statements of the proxy class. |
ProxyBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Core\ProxyBuilder\ProxyBuilder @group proxy_builder |
ProxyBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Component\ProxyBuilder\ProxyBuilder @group proxy_builder |
ProxyBuilderTest.php | file | core/ |
Contains \Drupal\Tests\Core\ProxyBuilder\ProxyBuilderTest. |
ProxyBuilderTest.php | file | core/ |
Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest. |
ProxyBuilderTest::$proxyBuilder | property | core/ |
The tested proxy builder. |
ProxyBuilderTest::$proxyBuilder | property | core/ |
The tested proxy builder. |
ProxyBuilderTest::buildExpectedClass | function | core/ |
Constructs the expected class output. |
ProxyBuilderTest::buildExpectedClass | function | core/ |
Constructs the expected class output. |
ProxyBuilderTest::setUp | function | core/ |
|
ProxyBuilderTest::setUp | function | core/ |
|
ProxyBuilderTest::testBuildComplexMethod | function | core/ |
@covers ::buildMethod @covers ::buildParameter @covers ::buildMethodBody |
ProxyBuilderTest::testBuildComplexMethod | function | core/ |
@covers ::buildMethod @covers ::buildParameter @covers ::buildMethodBody |
ProxyBuilderTest::testBuildMethodWithParameter | function | core/ |
@covers ::buildMethod @covers ::buildParameter @covers ::buildMethodBody |
ProxyBuilderTest::testBuildNoMethod | function | core/ |
Tests the basic methods like the constructor and the lazyLoadItself method. |
ProxyBuilderTest::testBuildProxyClassName | function | core/ |
@covers ::buildProxyClassName |
ProxyBuilderTest::testBuildProxyClassNameForModule | function | core/ |
@covers ::buildProxyClassName |
ProxyBuilderTest::testBuildProxyNamespace | function | core/ |
@covers ::buildProxyNamespace |
ProxyBuilderTest::testBuildReturnReference | function | core/ |
@covers ::buildMethod @covers ::buildMethodBody |
ProxyBuilderTest::testBuildServiceMethodReturnsVoid | function | core/ |
@covers ::buildMethodBody |
ProxyBuilderTest::testBuildSimpleMethod | function | core/ |
@covers ::buildMethod @covers ::buildMethodBody |
ProxyBuilderTest::testBuildWithInterface | function | core/ |
@covers ::buildMethod @covers ::buildParameter @covers ::buildMethodBody |
ProxyBuilderTest::testBuildWithNestedInterface | function | core/ |
@covers ::build |
ProxyBuilderTest::testBuildWithNullableSelfTypehint | function | core/ |
@covers ::buildMethod @covers ::buildParameter @covers ::buildMethodBody |
ProxyBuilderTest::testBuildWithProtectedAndPrivateMethod | function | core/ |
@covers ::buildMethod @covers ::buildParameter @covers ::buildMethodBody |
ProxyBuilderTest::testBuildWithPublicStaticMethod | function | core/ |
@covers ::buildMethod @covers ::buildParameter @covers ::buildMethodBody |
QueryParameter::buildOptionsForm | function | core/ |
Provide the default form for setting options. |
QueryPluginBase::build | function | core/ |
Builds the necessary info to execute the query. |
QueryTest::build | function | core/ |
Implements Drupal\views\Plugin\views\query\QueryPluginBase::build(). |
QueryTest::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
QueueSerializationTest::buildForm | function | core/ |
Form constructor. |
QuickEditFieldForm::buildEntity | function | core/ |
Returns a cloned entity containing updated field values. |
QuickEditFieldForm::buildForm | function | core/ |
Builds a form for a single entity field. |
QuickEditLayoutBuilderEntityViewDisplay | class | core/ |
Provides an entity view display entity that has a layout with quickedit. |
QuickEditLayoutBuilderEntityViewDisplay.php | file | core/ |
|
QuickEditLayoutBuilderEntityViewDisplay::getComponent | function | core/ |
Gets the display options set for a component. |
QuickEditLayoutBuilderEntityViewDisplay::getQuickEditSectionComponent | function | core/ |
Returns the Quick Edit formatter settings. |
QuickEditLayoutBuilderEntityViewDisplayHalJsonAnonTest | class | core/ |
@group hal @group legacy |
QuickEditLayoutBuilderEntityViewDisplayHalJsonAnonTest.php | file | core/ |
|
QuickEditLayoutBuilderEntityViewDisplayHalJsonAnonTest::$modules | property | core/ |
Modules to install. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.