Search for to
Title | Object type | File name | Summary |
---|---|---|---|
Custom::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
Custom::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Custom::preRenderCustomForm | function | core/ |
Prerender function to move the textarea to the top of a form. |
Custom::query | function | core/ |
Called to add the field to a query. |
Custom::render | function | core/ |
Renders the field. |
Custom::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
Custom::usesGroupBy | function | core/ |
Provides the handler some groupby. |
CustomAccessCheck | class | core/ |
Defines an access checker that allows specifying a custom method for access. |
CustomAccessCheck.php | file | core/ |
|
CustomAccessCheck::$argumentsResolverFactory | property | core/ |
The arguments resolver. |
CustomAccessCheck::$callableResolver | property | core/ |
The callable resolver. |
CustomAccessCheck::access | function | core/ |
Checks access for the account and route using the custom access checker. |
CustomAccessCheck::__construct | function | core/ |
Constructs a CustomAccessCheck instance. |
CustomAccessCheckTest | class | core/ |
@coversDefaultClass \Drupal\Core\Access\CustomAccessCheck @group Access |
CustomAccessCheckTest.php | file | core/ |
|
CustomAccessCheckTest::$accessChecker | property | core/ |
The access checker to test. |
CustomAccessCheckTest::$argumentsResolverFactory | property | core/ |
The mocked arguments resolver. |
CustomAccessCheckTest::$callableResolver | property | core/ |
The mocked callable resolver. |
CustomAccessCheckTest::setUp | function | core/ |
|
CustomAccessCheckTest::testAccess | function | core/ |
Tests the access method. |
CustomAccessCheckTest::testAccessException | function | core/ |
Tests the access method exception for invalid access callbacks. |
CustomAnnotationClassDiscoveryTest | class | core/ |
Tests that a custom annotation class is used. |
CustomAnnotationClassDiscoveryTest.php | file | core/ |
|
CustomAnnotationClassDiscoveryTest::setUp | function | core/ |
|
CustomBooleanTest | class | core/ |
Tests the UI and functionality for the Custom boolean field handler options. |
CustomBooleanTest.php | file | core/ |
|
CustomBooleanTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
CustomBooleanTest::$testViews | property | core/ |
Views used by this test. |
CustomBooleanTest::dataSet | function | core/ |
Returns a very simple test dataset. |
CustomBooleanTest::testCustomOption | function | core/ |
Tests the setting and output of custom labels for boolean values. |
CustomBooleanTest::testCustomOptionTemplate | function | core/ |
Tests the setting and output of custom labels for boolean values. |
CustomBooleanTest::viewsData | function | core/ |
\Drupal\views\Tests\ViewTestBase::viewsData(). |
CustomDirectoryAnnotatedClassDiscoveryTest | class | core/ |
Tests discovery of annotated plugins in a custom directory. |
CustomDirectoryAnnotatedClassDiscoveryTest.php | file | core/ |
|
CustomDirectoryAnnotatedClassDiscoveryTest::setUp | function | core/ |
|
CustomDirectoryExample1 | class | core/ |
Provides a test plugin within a custom directory. |
CustomDirectoryExample1.php | file | core/ |
|
CustomDirectoryExample2 | class | core/ |
Provides a test plugin within a custom directory. |
CustomDirectoryExample2.php | file | core/ |
|
CustomFileCache | class | core/ |
|
CustomPageExceptionHtmlSubscriber | class | core/ |
Exception subscriber for handling core custom HTML error pages. |
CustomPageExceptionHtmlSubscriber.php | file | core/ |
|
CustomPageExceptionHtmlSubscriber::$accessManager | property | core/ |
The access manager. |
CustomPageExceptionHtmlSubscriber::$configFactory | property | core/ |
The configuration factory. |
CustomPageExceptionHtmlSubscriber::getPriority | function | core/ |
Specifies the priority of all listeners in this class. |
CustomPageExceptionHtmlSubscriber::makeSubrequestToCustomPath | function | core/ |
Makes a subrequest to retrieve the custom error page. |
CustomPageExceptionHtmlSubscriber::on403 | function | core/ |
Handles a 403 error for HTML. |
CustomPageExceptionHtmlSubscriber::on404 | function | core/ |
Handles a 404 error for HTML. |
CustomPageExceptionHtmlSubscriber::__construct | function | core/ |
Constructs a new CustomPageExceptionHtmlSubscriber. |
CustomPageExceptionHtmlSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber @group EventSubscriber |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.