PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / 3.1.4.3
Pods – Custom Content Types and Fields v3.1.4.3
2.7.31.4 2.8.23.5 2.9.19.5 3.0.10.5 3.1.4.3 3.2.8.4 3.3.9.2 2.8.23.4 2.9.19.4 3.0.10.4 3.1.4.2 3.2.8.3 3.3.9.1 trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 3.2.5 3.2.6 3.2.7 3.2.7.1 3.2.8 3.2.8.1 3.2.8.2 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9
pods / src / Pods / Service_Provider_Base.php
pods / src / Pods Last commit date
API 19 hours ago Admin 19 hours ago Blocks 19 hours ago CLI 19 hours ago Container 19 hours ago Data 19 hours ago Integrations 19 hours ago REST 19 hours ago Theme 19 hours ago Tools 19 hours ago Whatsit 19 hours ago Config_Handler.php 19 hours ago Integration.php 19 hours ago Permissions.php 19 hours ago Pod_Manager.php 19 hours ago Service_Provider.php 19 hours ago Service_Provider_Base.php 19 hours ago Service_Provider_Fallback.php 19 hours ago Static_Cache.php 19 hours ago Whatsit.php 19 hours ago Wisdom_Tracker.php 19 hours ago
Service_Provider_Base.php
15 lines
1 <?php
2
3 namespace Pods;
4
5 use Pods\Prefixed\lucatume\DI52\ServiceProvider;
6
7 /**
8 * The service provider logic.
9 *
10 * @since 2.9.18
11 */
12 abstract class Service_Provider_Base extends ServiceProvider {
13 // This is just a class that wraps the DI52 service provider class.
14 }
15